[asterisk-users] Passcode

2013-05-20 Thread Felix Vazquez
How do I make a user dial a passcode if he wants to make an international call? This electronic message contains information from BOSH Global Services which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The

Re: [asterisk-users] Passcode

2013-05-20 Thread Leandro Dardini
Again, the authenticate function can help you Leandro 2013/5/20 Felix Vazquez felix.vazq...@theboshgroup.com How do I make a user dial a passcode if he wants to make an international call? -- This electronic message contains information from BOSH Global

Re: [asterisk-users] Passcode

2013-05-20 Thread sbasurto
Hello Felix, I did it in this way: In the extensions.conf Create this two Macros: [macro-ask-pass] exten = s,1,Set(ORI=${MACRO_EXTEN}) same = n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds same = n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10