Versions Compared

Key

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

Telfort ISP

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

 

 

Column
width30%

 

Table of Contents

 

Gigaset T300/T500 settings.

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

Provider settings:

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

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

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.

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.

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

   [Telfort-incoming]

   exten => _.,1,Set(channelname=Telfort-incoming)
   exten => _.,2,Set(lineconfigid=1748)
   exten => _.,3,Set(var_to=${SIP_HEADER(To)})
   exten => _.,4,Set(firstcut=${CUT(var_to,:,2)})
   exten => _.,5,Set(secoundcut=${CUT(firstcut,@,1)})
   exten => _.,6,Set(CALLERID(all)=${CALLERID(number)})
   exten => _.,7,Goto(Telfort-incoming-manuell,${secoundcut},1)

   [Telfort-incoming-manuell]

   exten => _X.,1,Goto(incoming,${secoundcut},1)
   exten => _+X.,1,Goto(incoming,${secoundcut},1)