News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

How add 00 in Dial Plan

Started by richard99, September 12, 2012, 09:05:24 AM

Previous topic - Next topic

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.
Owner of the 1st OBi110/100 units in service in Canada & South America. 1st OBi202 on my street. 1st OBi1032 in Montreal.

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

#4
I was able to solve the issue, following work fine.

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