On Mon, Sep 24, 2012 at 2:55 PM, Eric Wieling <[email protected]> wrote:
> Going to n+101 was deprecated in Asterisk 1.2 or 1.4. Don't use it..
> Read the docs for Authenticate and see what diaplan variables you can
> check.
>
>
>
Thanks, situated the problem with the following:
exten => _212555.,1,Authenticate(/etc/asterisk/pins||3,j)
exten => _212555.,2,Dial(SIP/${EXTEN:3}@level3,90,tr)
exten => _212444.,1,Authenticate(/etc/asterisk/pins||3,j)
exten => _212444.,2,Dial(SIP/${EXTEN:3}@level3,90,tr)
exten => _212333.,1,Authenticate(/etc/asterisk/pins||3,j)
exten => _212333.,2,Dial(SIP/${EXTEN:3}@level3,90,tr)
exten => _X.,102,hangup
; exten => 102,1,hangup <--- my screw up
So when someone dials a number to a dest (212555{444{333}}) they're asked
for a PIN 3x, if it fails now it hangs up
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users