Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

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.

Telfort Number.jpg

Extended settings:

...

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

...

You can copy the text below to paste into the field. (Optional if needed, else remove)

   [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)

...