You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

VoipVoice (T440/640 SW-version 1.1.1)

Feature                                                           
Outgoing CallsYes
Incoming CallsYes
CLIP incomingYes
CLIP outgoingYes
Call ForwardingNo
Call TransferYes
Call WaitingYes
DTMFYes
Anonymous CallNo
A-number forwardingNo

 

 

 

Impostazioni Gigaset T440/T640 PRO.

Per aggiungere un nuovo SIP Trunk nel PBX bisogna seguire questi step:

  1. Aggiungereun nuovo Gruppo Gateway
  2. Aggiungere un nuovo Gateway SIP
  3. Definire le regole in entrata
  4. Definire le regole in uscita

 

Gruppi Gateway

Nel centralino Gigaset vai in "Amministrazione" - "Route" - "Gruppi Gateway" e inserisci il nome del nuovo gruppo gateway e premi : Crea nuovo gruppo

In the Gateway group you have to define the Outbound Caller ID, the Inbound DIDs (how the number is forwarded to the Inbound routes) and the Inbound caller ID (number presentation of external caller). in addition you can permit here inbound calls in general for this gateway group.

 

 


 

 

Outbound caller ID

As just the last digit of the trunk number block is changing, you can select just the last digit (in brackets) and put it into the variable $1. As the provider wants the signalling number in the format +(country-code)(city-code)(number), you have to enter this number into the next line (here: +49891234567$1, where the $1 represents the changing part).

The provider will take care about the number representation to the called party. He will present e.g. 08912345678 to the calling party.

Modifications

In case you are using not 3-digit extensions like 123, but 2- or 4-digits, you have to change the Search/replace pattern.

In our example we are using 3-digits, where only the last digit (inside the brackets) is taken into account.

For 2-digits it can look like this:

^(\d\d)

+4989123456$1

Now we're using the complete range from 10 to 99 as extensions, because \d\d is inside the bracket. Therefore we also have to remove the '7' from the 2nd line.

When extension 34 is dialing out, the resulting number would be +498912345634

 

Asserted Identity

These fields are used specially for external forwardings. Some providers need special settings in order to present the correct number at the receiving party. For Deutsche Telefon Standard Trunk, you can the entries from the outbound caller ID fields e.g. ^\d\d(\d) and +49891234567$1

Inbound DIDs

For incoming calls, you can use the regular expression, generated by the setup assistant. In your case you would have to adjust the city-code and the pilot-number, according to your line-settings.

^(?:(?:(?:0049|\+49|49|0)?89)?12345)?(.*)

This expression cuts all possibly available country- and city-codes and the pilot-number from the incoming number and only the extension is remaining (here: 678). This will be forwarded to the Inbound Routes.

Inbound caller ID

For incoming calls, we will add an additional 0 in front of the external number of the caller, in order to use the callback-feature of the phone (e.g. 0089987654321). During the call-setup the additional 0 will be automatically removed.

Gateways

This field will be empty when you create this Gateway group. It will show later the assigned SIP gateways.

Gateway SIP

Nel centralino Gigaset vai in "Amministrazione" - "Route" - "Gateway SIP" e inserisci il nome del nuovo gruppo SIP e premi : Crea nuovo gateway

Tutte le impostazioni relative ai parametri SIP sono contenuti in questa pagina come ad esempio: dati di registrazione SIP, i comandi da utilizzare, i codec.

Utilizza i dati che il tuo operatore ti ha fornito.

 

 


Registra

Puoi inserire il nome DNS che il provider ti fornisce.

Comando Composizione

Il comando di composizione serve a rimuovere o aggiungere la cifra di composizione per chiamate esterne. Nell'esempio manca ':1' a {number} perchè vogliamo poter chiamare esternamente senza la cifra di impegno del trunk.

Nel caso avessimo voluto utilizzare una cifra di impegno avrei lasciato l'impostazione standard: {number:1}. Utilizzare ':1' serve a rimuovere la prima cifra all'inizio della numerazione che abbiamo composto vale a dire il nostro codice di impegno di linea esterna.

Gruppo

Seleziona il gruppo gateway appena creato.

Sottorete IP consentita

Inserire qui la classe IP che il provider fornisce e la relativa subnet. In questo modo il centralino può filtrare le richieste esterne sulla rete pubblica e accettare solo quelle proveniente dal vostro provider. Questa impostazione è molto importante per evitare che malintenzionati sfruttino il vostro traffico VoIP.

 

Route in entrata

Nel centralino Gigaset vai in "Amministrazione" - "Route" - "Route in entrata" e seleziona il Gruppo Gateway corretto.

Inoltre abilita le Opzioni avanzate premendo su 'ON'.


 

Regola

Inserisci il nome della regola.

Data / Giorni della settimana / Ora

Permette di programmare la regola in un determinato giorno e ora del calendario.

Criterio / Destinazione

Il criterio permette in base a delle espressioni regolari di definire chi riceverà la chiamata in ingresso.

Ricorda l'ordine delle regole la priorità è dall'alto verso il basso e viene selezionata la prima che rispecchia il criterio. 

 

Route in uscita

Nel PBX Gigaset vai in "Amministrazione" - "Route" - "Route in uscita", attiva le Opzioni Avanzate e premi su  'ON'.

 


 

Regola

Inserisci il nome della regola.

Giorni della settimana / Ora

Permette di programmare la regola in un determinato giorno e ora del calendario.

Criterio

Il criterio permette in base a delle espressioni regolari di definire quale linea in uscita utilizzare nel nostro caso:

^(.*) per chiamare estarnamente

 

 

  • No labels