[asterisk-users] Asterisk pin code for out-going international calls (safeguard against fraud)

John Kiniston johnkiniston at gmail.com
Tue Jul 7 14:36:12 CDT 2015


I don't see that the Authenticate application has return values for failure
cases or returns call control on a failure case.

Sorry I don't think you will be able to do what you want with it.

On Tue, Jul 7, 2015 at 12:22 PM, Motty Cruz <motty.cruz at gmail.com> wrote:

>  Here is what i have,
> exten => _011XXXXXXXXX,1,Set(CALLERID(number)=factory2)
> exten => _011XXXXXXXXX,2,Authenticate(/home/asterisk/passwds.conf,m,3)
> exten => _011XXXXXXXXX,3,NoOp(user has been authenticated)
> exten => _011XXXXXXXXX,n,Dial(SIP/VoIPSP1/${EXTEN:1},80)
> exten => _011XXXXXXXXX,n,HangUp()
>
> I would like to add background music if authentication failed, then after
> 6 minutes hangup
>
> any ideas, suggestions?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150707/7a643fed/attachment.html>


More information about the asterisk-users mailing list