OBiTALK Community

General Support => Installation and Set-Up (Devices) => Topic started by: richard99 on September 12, 2012, 09:05:24 AM

Title: How add 00 in Dial Plan
Post by: richard99 on September 12, 2012, 09:05:24 AM
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.
Title: Re: How add 00 in Dial Plan
Post by: ianobi on September 12, 2012, 10:05:25 AM
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.
Title: Re: How add 00 in Dial Plan
Post by: QBZappy on September 12, 2012, 10:12:51 AM
richard99,
Why do you want intl calls using the PSTN? Most people use the cheaper voip services.
Title: Re: How add 00 in Dial Plan
Post by: richard99 on September 12, 2012, 07:01:48 PM
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.
Title: (Resolved) How add 00 in Dial Plan
Post by: richard99 on September 14, 2012, 02:11:37 PM
I was able to solve the issue, following work fine.

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