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 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 ECOTEL VoIP trunk gateway group settings.

 

 

Column
width60%

 

 

Outbound caller ID

As just the last digit of the trunk number block is changing, you can select just the last digit (in brackets) 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: 0891234567$1, where the $1 represents the changing part).

For external calls, we will present e.g. 08912345678 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. For ECOTEL VoIP Trunk, you can leave these fields empty.

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.

 

^(?:(?:(?:0049|\+49|49|0)?89)?12345)?(.*)

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: 678). This will be forwarded to the Inbound Routes.

Inbound caller ID

For incoming calls, we will the external number of the caller "as-is" to the phone (e.g. 089987654321). 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.

...

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

 

Section
Column
width40%

Image Modified

Example of ECOTEL VoIP trunk gateway settings 1/2.

Image RemovedImage Added

Example of ECOTEL VoIP trunk gateway settings 2/2.

Image Added

Column
width60%

Registrar

Use here the SIP-Server / Registrar (received by ECOTEL).

trunk.sip-ecotel.de

Proxy

In individual cases, an entry here can lead to problems, therefore
This field should always remain free. (See Installation & Configuration Guide ECOTEL)


User

Enter here the Username (Benutzername), followed by '@@trunk.sip-ecotel.de'. You have to enter the realm behind the username in order to properly register the trunk at the provider.

For example

021155007000@trunk.sipecotel.de

Dial command

The dial command is the command which is used in the asterisk software. The term {number}  means, that the number (e.g. 021155007000) is dialled as entered. If you use a line access code (in most cases '0' is used), you have to add ':1' after "number".

Group

Select here the previously created gateway group.

Update remote party ID or P-Asserted-Identitiy (CLIP)

These settings can be left on the default setting (no - Deactivated)

From Domain

Enter here the Domain/Realm delivered by ECOTEL

trunk.sip-ecotel.de

T38 support

In order to have a better fax-support for fax-machines, connected to the FXS ports activate this option.

All tested scenarios were ok with this parameter activated.

 

Underneath the configuration parameter you will see a preview of the complete sip.conf file.

 

...

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


Section
Column
width40%
Image Modified

Example of ECOTEL VoIP trunk Inbound routes.

Column
width60%

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, for example for internal fax users or waiting queues, etc.

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

...