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

Compare with Current View Page History

« Previous Version 2 Next »

12Connect

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

 

Gigaset T300/T500 settings.

In the Gigaset PBX go to "Configuration" - "Lines" - "Lines" and click on:

New Line.jpg

Provider settings:

Give the Line an unique name, insert the Registration user name and Password.

12conn prov.jpg

In the Provider pull-down list, select "new.."

12conn provset.jpg

Number Area settings:

Just add the telephone numbers for this SIP trunk. The Country Code and Area Code can be filled in, if different than the default setting.

12conn numarea.jpg

Extended settings:

To enable incoming calls, you need to use the settings below.

Open the Manual Configuration and change the default settings like in the example below. Do not forget to enable the check-box Active.

We use the manual configuration to change the Caller ID, where we add the + in front of the international number. This change causes that you call the persons back using the missed calls list.

12conn extended.jpg

You can copy the text below to paste into the field.

Software Release 5.2 or Higher

    [12Connect-incoming]
    exten => _.,1,Set(channelname=12Connect-incoming)
    exten => _.,2,Set(lineconfigid=1002)
    exten => _.,3,Set(CALLERID(num)=+${CALLERID(num)})
    exten => _.,4,Goto(12Connect-incoming-manuell,${EXTEN},1)
    
[12Connect-incoming-manuell] exten => _X.,1,Goto(incoming,${EXTEN},1) exten => _+X.,1,Goto(incoming,${EXTEN},1)

Software Release < 5.2

    [12Connect-incoming]
    exten => _X.,1,Set(channelname=12Connect-incoming)
    exten => _X.,2,Set(CALLERID(num)=+${CALLERID(num)})
    exten => _X.,3,Goto(incoming,${EXTEN},1)
    exten => _+X.,1,Set(channelname=12Connect-incoming)
    exten => _+X.,2,Goto(incoming,${EXTEN},1) 

 

 

 

 

 

 

 

  • No labels