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?

On 07/07/2015 09:09 AM, Motty Cruz wrote:
Hello,
I used this guide, it worked for me:
http://www.binaryheartbeat.net/2014/03/asterisk-pin-based-dialing.html

Thanks,

On 07/06/2015 04:54 PM, John Kiniston wrote:
The Authenticate application will do this for you.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Authenticate

You can either give it a single PIN to use for all calls, Authenticate using a value in the Asterisk Database, Or use a plain text file for the PIN's




On Mon, Jul 6, 2015 at 2:43 PM, Motty Cruz <motty.c...@gmail.com <mailto:motty.c...@gmail.com>> wrote:

    Hello All,

    I will like to configure Asterisk to use PIN Code for all
    outgoing international calls.

    Also, any suggestions as to when should I prompt users for code
    prior to dialing the number or after dialing the number?

    can someone provide with a example on how to accomplish this
    goal? I am a bit confuse by this :
    
http://forums.digium.com/viewtopic.php?p=130936&sid=707f657f7a61dfed55e4922304925091

    Thanks for your help.


-- _____________________________________________________________________
    -- 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




--
A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.
---Heinlein




-- 
_____________________________________________________________________
-- 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

Reply via email to