Duane,

My apologies if I have misunderstood but is this an error ?

Snip from http://www.e164.org/config.php?dp=Australian

8< ----
exten => _13XXXX,1,Goto(localcall,61${EXTEN}, 1)
exten => _1300XXXXXX,1,Goto(localcall,61${EXTEN}, 1)
exten => _1800XXXXXX,1,Goto(freecall,61${EXTEN}, 1)

[freecall] ; after doing an enum check, might as well just send this out as a local call
exten => _X.,1,StripMSD(2)
exten => _X.,2,Goto(localcall,${EXTEN},2)


[localcall] ; local calls by PSTN is a fixed charge, voip is per minute
exten => _X.,1,StripMSD(3)
exten => _X.,2,Dial(ZAP/1/${EXTEN},60,t)
exten => _X.,3,Dial(IAX2/user:[EMAIL PROTECTED]/${EXTEN},60,t)
exten => _X.,4,Dial(IAX2/user:[EMAIL PROTECTED]/${EXTEN},60,t)
exten => _X.,5,Hangup
exten => _X.,103,Hangup
exten => _X.,104,Hangup
exten => _X.,105,Hangup
---- >8

Dialing a 1300XXXXXX, number would make it 611300XXXXXX, then jumping to StripMSD(3) would make it 300XXXXXX ?

Regards,

Nathan


Duane wrote:

Nathan Alberti wrote:

I've read the details and registered I just need to incorporate it into my dial plan correctly.


I have a simplified aussie dial plan example on the e164.org site and a complete dial plan example (including enum lookups) on www.asterisk.net.au

The more people use it the more p2p phone calls could be made over the internet and the more money Telstra could be missing out on :)


_______________________________________________ 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