Versions Compared

Key

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

...

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.

 

Section
Column
width40%

 

Image Modified

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 (country-code)(city-code)(number), you have to enter this number into the next line (here: 431123456$1 00431123456$1, where the $1 represents the changing part).

For external calls, we will present e.g. 431123456789 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 entries from the outbound caller ID fields pilot number e.g. ^(.*) and 431123456$1 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

For incoming calls, we will It is not necesarry to add an additional 0 in front of the external number of the caller, in order to use the callback-feature of the phone (e.g. 001987654321). During the call-setup the additional 0 will be automatically removed.

Gateways

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

...