Hi there!
I have 2 different telecom-providers and both assigned a dialplan. The first one sends all digits that are dialled after the headnumber (example: 44444-xxxx where xxxx is the extension). When dialing out to the PSTN the called party can see the full number and that's fine.
The second provider has assigned a 3 digit plan, so I make a digit-conversion on the route with the command
NUTRI:ROU=xx,ENTRY=xxx,PRE=1xxx,TRC=2,CNVTYP=0,NUMTYP=02,CONT=0;
This allows me to add the missing digit to the extension.
Now, the problem I have is on the outbound via that route. It seems that the MD110 is sending the 4 digits of the extension and the telecom provider cannot identify these in his dialplan I guess and therefore only presents the headnumber. Is there a way to remove one digit of the extension-ID when dialing out via the second route? The same as I add a digit when the call comes in, I would like to remove it when dialling out.
Thanks for any comments and support.
I have 2 different telecom-providers and both assigned a dialplan. The first one sends all digits that are dialled after the headnumber (example: 44444-xxxx where xxxx is the extension). When dialing out to the PSTN the called party can see the full number and that's fine.
The second provider has assigned a 3 digit plan, so I make a digit-conversion on the route with the command
NUTRI:ROU=xx,ENTRY=xxx,PRE=1xxx,TRC=2,CNVTYP=0,NUMTYP=02,CONT=0;
This allows me to add the missing digit to the extension.
Now, the problem I have is on the outbound via that route. It seems that the MD110 is sending the 4 digits of the extension and the telecom provider cannot identify these in his dialplan I guess and therefore only presents the headnumber. Is there a way to remove one digit of the extension-ID when dialing out via the second route? The same as I add a digit when the call comes in, I would like to remove it when dialling out.
Thanks for any comments and support.