I am making calls from an IPO 412 running V5.0(15) via a sip trunk to another PBX.
When making a 4 digit extension call from the IPO I have a short code for extensions that are homed on the other PBX that points to the ARS table of the SIP Trunk like the following if the extension was 1234:
Short code is:
Code:12xx
Feature: Dial
TelNumber: 12N
LinGroupID: ARS of SIP Trunk
I need the number dialed format from the IPOffice to be +1234567890;ext=1234@0.0.0.0
I have gotten it to work by adding the ARS code of:
Code:1234
TelephoneNumber: +1234567890";ext=1234@0.0.0.0"
The problem with this configuration is needing to add a short code in the ARS table for each extension.
Is there any way to use the N variable rather than hard coding each extension?
I tried using +1234567890";ext="N"@0.0.0.0" but the call fails. where the code was 12xx but no go.
When making a 4 digit extension call from the IPO I have a short code for extensions that are homed on the other PBX that points to the ARS table of the SIP Trunk like the following if the extension was 1234:
Short code is:
Code:12xx
Feature: Dial
TelNumber: 12N
LinGroupID: ARS of SIP Trunk
I need the number dialed format from the IPOffice to be +1234567890;ext=1234@0.0.0.0
I have gotten it to work by adding the ARS code of:
Code:1234
TelephoneNumber: +1234567890";ext=1234@0.0.0.0"
The problem with this configuration is needing to add a short code in the ARS table for each extension.
Is there any way to use the N variable rather than hard coding each extension?
I tried using +1234567890";ext="N"@0.0.0.0" but the call fails. where the code was 12xx but no go.