Re: [Asterisk-Users] long distance ask for pin

2006-06-09 Thread Doug Lytle
Pietro U wrote: hi all i have my asterisk work perfectly thanks to you now i need to apply some improvements like PIN :( i need to add somenthing in here or in other section in the conf? http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+Authenticate Doug -- Ben Franklin quote:

Re: [Asterisk-Users] long distance ask for pin

2006-06-09 Thread Pietro U
On 6/9/06, Doug Lytle [EMAIL PROTECTED] wrote: Pietro U wrote: hi all i have my asterisk work perfectly thanks to you now i need to apply some improvements like PIN :( i need to add somenthing in here or in other section in the conf?

Re: [Asterisk-Users] long distance ask for pin

2006-06-09 Thread Lewis Agosta
This may not be the most gracefull approach, but this is how I have done it. exten = s,n,Setvar(Auth=No)exten = s,n,DigitTimeout(3)exten = s,n,ResponseTimeout(5)exten = s,n,Read(MyPin,agent-pass)exten = s,n,Gotoif($[${MyPin} = ${GOODPIN}]?n:n+x)exten = s,n,Background(pin-number-accepted) exten =

RE: [Asterisk-Users] long distance ask for pin

2006-06-09 Thread Damon Estep
Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] long distance ask for pin On 6/9/06, Doug Lytle [EMAIL PROTECTED] wrote: Pietro U wrote: hi all i have my asterisk work perfectly thanks to you now i need to apply some improvements like PIN :( i need to add

Re: [Asterisk-Users] long distance ask for pin

2006-06-09 Thread Doug Lytle
Pietro U wrote: On 6/9/06, *Doug Lytle* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Pietro U wrote: hi all i have my asterisk work perfectly thanks to you now i need to apply some improvements like PIN :( i need to add somenthing in here or in other section in the