Versions Compared

Key

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

...

Section
Column
width40%

 

Example of Netplanet Trunk gateway group settings.

Column
width60%

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.

Info
titlePilot-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.

...

Section
Column
width40%

Example of Netplanet Trunk gateway settings 1/3.

 

Example of Netplanet Trunk gateway settings 2/3.

 

Example of Netplanet Trunk gateway settings 3/3.

Column
width60%

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)

In case you want to use the prefix-fields from The term {prefix} before {number} is used for the outbound rules. If you have entered a prefix value in the outbound rules, please add '{prefix} before '{number:1} this prefix will be added in front of the dialled number.

Group

Select here the previously created gateway group.

Update remote party ID (CLIP)

As the The A-number is not presented automatically for forwarded calls to 3rd parties, . Therefore this setting can be ignoredleft 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.

...