Netplanet Trunk (T440/640 SW-version 1.0.4)

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

 

 

 

Gigaset T440/T640 PRO settings.

For entering a new SIP account into the PBX, you need some steps:

  1. Adding a new Gateway group
  2. Adding a new SIP gateway
  3. Defining the inbound routes (assignment of number to extension)
  4. Defining the outbound routes

Let's assume our SIP trunk has the following pilot-number:

01123456

And we choose following block for internal extensions:

78[0-9], where our examples will be for the user with extension 789.

Gateway Group

In the Gigaset PBX go to "Administration" - "Routes" - "Gateway groups" enter a name for the new group and click on: Create new group

In the Gateway group you have to define the Outbound Caller ID, the Asserted Identity, the Inbound DIDs (how the number is forwarded to the Inbound routes) and the Inbound caller ID (number presentation of external caller). In addition you can permit here inbound calls in general for this gateway group.

 

 

Example of Netplanet Trunk gateway group settings.

Outbound caller ID

As we can choose our own range of extensions after the pilot-number, we just select our own extension ^(.*) and put it into the variable $1. As the provider wants the signalling number in the format (international prefix)(country-code)(city-code)(number), you have to enter this number into the next line (here: 00431123456$1, where the $1 represents the changing part).

For external calls, we will present e.g. 00431123456789 to the provider, and he will take care about the correct representation to the called party.


Asserted Identity

These fields are used specially for external forwardings. Some providers need special settings in order to present the correct number at the receiving party. For the Netplanet Trunk, you can use the pilot number e.g. ^(.*) and 00431123456

Inbound DIDs

For incoming calls, you can use the regular expression, generated by the setup assistant. In your case you would have to adjust the city-code and the pilot-number, according to your line-settings.

^(?:(?:(?:0043|\+43|43|0)?1)?123456)?(.*)

This expression cuts all possibly available country- and city-codes and the pilot-number from the incoming number and only the extension is remaining (here: 789). This will be forwarded to the Inbound Routes.

Pilot-number

If you want to be reachable also on the pilot-number-only, then let an additional digit remain for the forwarding to the inbound routes.

In this case your expression will look like this: ^(?:(?:(?:0043|\+43|43|0)?1)?12345)?(.*) and the 6 can be used for forwarding the number e.g. to a central desk.

 

Inbound caller ID

It is not necesarry to add an additional 0 in front of the external number of the caller. In this case check also the dial-command in the SIP gateway. remove the :1 after 'number'.

Gateways

This field will be empty when you create this Gateway group. It will show later the assigned SIP gateways.

SIP gateway

In the Gigaset PBX go to "Administration" - "Routes" - "SIP gateways" enter a name for the new gateway and click on: Create new gateway

The SIP gateway contains all necessary data for the registration and dial command and how the number is delivered to/from the provider.

Just enter or choose the values according to your data you received from the provider.

 

Example of Netplanet Trunk gateway settings 1/3.

 

Example of Netplanet Trunk gateway settings 2/3.

 

Example of Netplanet Trunk gateway settings 3/3.

Registrar

Enter here the DNS name of the SIP-server, here: ms1.call.carrier66.net

Dial command

The dial command is the command which is used in the asterisk software.

The term {number:1} would mean, that at the dialled number (e.g. 001987654321) the first digit is removed. If you don't use a line access code (in most cases '0' is used), you have to remove the ':1' ! ! ! (here the :1 is removed)

The term {prefix} before {number} is used for the outbound rules. If you have entered a prefix value in the outbound rules, this prefix will be added in front of the dialled number.

Group

Select here the previously created gateway group.

Update remote party ID (CLIP)

The A-number is presented automatically for forwarded calls to 3rd parties. Therefore this setting can be left on its default setting.

Advanced Parameter

You have the possibility to enter different terms into the advanced settings for example 'fromuser=123456789' (here are no parameters needed). Enter these terms separately into in the value-field and press the '+'-sign.

Underneath you will see then a preview of the entry in the sip.conf file.

 

Inbound routes

In the Gigaset PBX go to "Administration" - "Routes" - "Inbound routes" select the correct Gateway group and press Show.

In addition it is advised to activate the advanced options by clicking it to 'ON' and then pressing Show.


Example of Netplanet Trunk Inbound routes.

Rule

Enter here a name for the according rule.

Date / Weekdays / Time

With these settings you can configure a time-controlled routing to different targets.

Pattern / Target

In the pattern you define which part of the incoming number is used to forward the call to the according extension.

In our example we receive already the correct extension from the gateway group. Therefore no further number-manipulation is necessary.

When the PBX finds an according extension it will route the call to it.

But you can add here exceptions from this rule (e.g. when using pilot-number-only!), for example if you want to forward the incoming call to an internal fax or waiting queues, etc.

Please have in mind the order of these rules, as the system is using First Match!!!

 

Outbound routes

In the Gigaset PBX go to "Administration" - "Routes" - "Outbound routes" activate the Advanced options by clicking it to 'ON' and then pressing Show.

 



Example of Netplanet Trunk Outbound routes.

Rule

Enter here a name for the according rule.

Date / Weekdays / Time

With these settings you can configure a time-controlled routing.

Pattern

In the pattern you define how the outside line is seized. In our example all dialled numbers starting with '0' will use the Gateway group Netplanet Trunk.

 

Fax support – NOT TESTED YET

Following table shows you the current state (10.07.2015) of supported fax constellations. These results are without a guarantee. Due to different end-devices, configuration of PBX or other settings the fax transmission might fail. More info about fax via VoIP networks can be found here.

ReceivingSending

 

Internal FXSInternal T38-FaxExternal T38-FaxExternal machine-Fax
Internal FXS------------
Internal T38-Fax------------
External T38-Fax------------
External machine-Fax------------

Used devices or services:

Canon Fax-L100 (internal FXS), www.minifax.de (external SW-Fax), Triumph Adler DCC 2725 (external machine-Fax)

We're currently working on an automatic fallback function, which should solve the remaining NOK constellations.

  • No labels