On Fri, 18 Mar 2005 12:00:58 +1000, Greg
<[EMAIL PROTECTED]> 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
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to