Re: [Asterisk-Users] Authenticate Application Problems

2003-10-20 Thread CW_ASN
Monday, October 20, 2003 10:12 PM Subject: Re: [Asterisk-Users] Authenticate Application Problems > Joshua : > > I don't know why you include 's,5,Hangup'... > I'm doing the same with: > > exten => 2080,1,Answer > exten => 2080,2,Background,meetme1 >

Re: [Asterisk-Users] Authenticate Application Problems

2003-10-20 Thread CW_ASN
ference room number 1", and /opt/pass/pass_meetme1.txt is a password list in clear text. Its works fine for me! Regards, Gus - Original Message - From: "Joshua Heiks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 8:22 PM Subject: [As

Re: [Asterisk-Users] Authenticate Application Problems

2003-10-20 Thread Tilghman Lesher
On Monday 20 October 2003 18:22, Joshua Heiks wrote: > I also can not figure out what "Unknown RTP codec 19 received" > means.. It means that your vendor still hasn't figured out that comfort noise should be codec 13 and that codec 19 is reserved and should not be used. And this isn't a recent ch

[Asterisk-Users] Authenticate Application Problems

2003-10-20 Thread Joshua Heiks
How do I use the Authenticate application in my IVR menu, where do I put the password? here is my menu. I need to ask for a password before I let users log into my conference room. [conf1] exten => s,1,Ringing exten => s,2,Wait,2 exten => s,3,Answer exten => s,4,Authenticate(1234) exten => s,5,Han