If AnyDevice is configured in XPhone Connect Server via XccGatewayInPrefix, long internal call number lengths may occur under certain circumstances, as these are made up of the prefix and the extension. So it is not unusual that the internal call number length can be e.g. 7 or more (three digit prefix, four digit extensions). How can I still keep the short internal number length?
Solution
To keep the internal number length at the actual extension length, certain dialing parameter special rules must be configured in the dialing parameter of both the fixed network gateway and the SIP gateway. After configuring the dialing parameter rules, a restart of the SIP gateway is required.
Initial situation
Dialing parameters
Country code: 49
Area code: 89
Main phone number: 840798
Internal number length: 3
XccGatewayInPrefix: 99
Call up the dialing parameter special configuration via the XPhone Connect Server Manager under "Tools > Dialing parameter special configuration". The login is identical to the administration interface.
Then add the following rules to the corresponding dialing parameters:
Dialing parameters Fixed network gateway
ExtToInt
Value 1: ^00498984079899([0-9]{3})$
Dialing parameters SIP gateway
ExtToInt
Value 1: ^00498984079899([0-9]{3})$
If the PBX should signal the phone number in the To header of the SIP-Invite in internal format (e.g. 99123) during an incoming call, the following rule is additionally necessary:
PhoneToDisplay
value 1: ^99([0-9]{3})$
Value 2: +4989840798$1
Important!
The SIP gateway must be restarted for the changes in the dialing parameters to take effect. To do this, proceed as follows:
1) Highlight the SIP gateway and click on "Diagnostics".
2) Click on "Restart connection to SIP trunk".
or
1) Edit the SIP gateway and check "Disabled", then save the SIP gateway.
2) Wait until the SIP gateway has turned "gray".
3) Once the SIP gateway is "grayed out", you can uncheck "Disabled" and save the SIP gateway.
Comments
0 comments
Article is closed for comments.