Re: [asterisk-users] Read sometimes disconnects user

2012-10-30 Thread Thomas Thomas
But even then, it should do another attempt, play the file again and accept DMTF input, as I specified that there should be 2 attempts. *same = n,Read(mobileNumber,app/input-mobile,10,,2,15)* * * 2012/10/30 Steve Edwards asterisk@sedwards.com On Tue, 30 Oct 2012, Thomas Thomas wrote: I

Re: [asterisk-users] Read sometimes disconnects user

2012-10-30 Thread Thomas Thomas
My last message was wrong : If the user doesn't enter any digits within 15 seconds, the file is played again and a second attempt is made. So the timeout parameter specified for Read() works. But if the user enters the numbers, he might get disconnected for some obscure reason. If he enters

Re: [asterisk-users] Read sometimes disconnects user

2012-10-30 Thread Danny Nicholas
...@lists.digium.com] On Behalf Of Thomas Thomas Sent: Tuesday, October 30, 2012 4:48 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Read sometimes disconnects user My last message was wrong : If the user doesn't enter any digits within 15 seconds

[asterisk-users] Read sometimes disconnects user

2012-10-29 Thread Thomas Thomas
Hello, I am asking the user to enter his mobile phone followed by # using Read(). From time to time the Read() application disconnects the user while he is typing his number, though there is a 15 seconds timeout, and even if I type the number very fast it still may happen to me. *same =

Re: [asterisk-users] Read sometimes disconnects user

2012-10-29 Thread Steve Edwards
On Tue, 30 Oct 2012, Thomas Thomas wrote: I am asking the user to enter his mobile phone followed by # using Read(). From time to time the Read() application disconnects the user while he is typing his number, though there is a 15 seconds timeout, and even if I type the number very fast it