Versions Compared

Key

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

Telfort ISP

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

 

 

width30%
Background Color
blueblue

Table of Contents

Column
width20%30%

 

Table of Contents

 

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.

Telfort Provider.jpgImage RemovedImage Added

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

Telfort prov settings 2.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.

Telfort Number.jpgImage RemovedImage Added

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.

Telfort Advanced.jpgImage RemovedImage Added

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

...

   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)

...