[Asterisk-Users] Newbie can't dial out to pstn

Shaun Ewing sewing at gmail.com
Thu Mar 17 19:20:11 MST 2005


On Fri, 18 Mar 2005 12:00:58 +1000, Greg
<ghulands at framedphotographics.com> wrote:

> Can anyone see any glaring mistakes?

Yes.

> My extensions.conf part is this:
> 
> exten => _04XXXXXXXX,1,GoTo(mobile,61${EXTEN:1},1)

In Australia we don't prefix calls to mobiles with 61.

You want something like:

exten => _04XXXXXXXX,1,Goto(mobile,${EXTEN},1)

If you're using a VoIP provider that requires 61, as well as routing
calls through Zap where no 61 is required, you'll have to put in some
logic to fix that up.

-Shaun



More information about the asterisk-users mailing list