Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Speakup

Section
Column
width50%70%
Feature                                                           
Outgoing CallsYes
Incoming CallsYes
CLIP incomingYes
CLIP outgoingYes
Call ForwardingYes
Call TransferYes
Call WaitingYes
DTMFYes
Anonymous CallYes
A-number forwardingYes

 

 

Column
width30%
bgcolor

Image Added

blueblue
Table of Contents

Column
width20%

Image Removed

Info
titleImportant

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.jpgImage Removed New Line

Provider settings:

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

SpeakUP provider.jpgImage RemovedImage Added

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

SpeakUP advanced.jpgImage RemovedImage Added

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.jpgImage RemovedImage Added

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.

 

Image AddedSpeakUP manual.jpgImage Removed

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

Background Color
grey#C0C0C0grey
#C0C0C0
    [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

...