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

Compare with Current View Page History

« Previous Version 4 Next »

Speakup

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

Important

For now, you need to activate the SpeakUP service that you are allowed to send every number outgoing (A number forwarding). Else external call-divert will not work. This will be changed in the PBX that it also works without A number forwarding.

 

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.

SpeakUP provider.jpg

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

SpeakUP advanced.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.

SpeakUP number.jpg

Extended settings:

You can 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.


To enable A number forwarding, you need to activate the No Screening feature.

SpeakUP manual.jpg

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

    [Speakup-incoming]
    exten => _X.,1,Set(channelname=Speakup-incoming)
    exten => _X.,2,Set(var_to=${SIP_HEADER(To)})
    exten => _X.,3,Set(firstcut=${CUT(var_to,:,2)})
    exten => _X.,4,Set(secoundcut=${CUT(firstcut,@,1)})
    exten => _X.,5,Set(CALLERID(all)=+${CALLERID(number)})
    exten => _X.,6,Goto(incoming,+${secoundcut},1)
    exten => _X.,7,Hangup

 

 

 

 

 

  • No labels