How add 00 in Dial Plan

(1/1)

richard99:
In InboundCallRoute in Line Port has value
{(<**8>(Mcallback)):aa($1)},{ph}
So call dial out using line port **8xxxxxxxxxxxx , but require 00 to dial International.
so number dial out should look like **800xxxxxxxxxxxx to make call.

I tried {(<**8><00>(Mcallback)):aa($1)},{ph}, it does not work any suggestion to make it work.

ianobi:
richard99,

{(<**800>(Mcallback)):aa($1)},{ph}

This will add **800 to every Mcallback number. This does mean that every number that matches Mcallback will be sent international.

QBZappy:
richard99,
Why do you want intl calls using the PSTN? Most people use the cheaper voip services.

richard99:
While away from home, I get outgoing 500 international minutes free for PSTN connected with OBI10, so when Obi110 callback me should use 00 to reach me from home.

richard99:
I was able to solve the issue, following work fine.

{(<**8>,<00>(Mcallback)):aa($1)},{ph}

Navigation

[0] Message Index