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,Hangup exten => a,1,Meetme,1251 I also can not figure out what "Unknown RTP codec 19 received" means.. thank you.. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/2003
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 change, either. -Tilghman
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 exten => 2080,2,Authenticate(/opt/pass/pass_meetme1.txt) exten => 2080,3,Meetme,1 meetme1 gsm file plays "Welcome to conference 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" <JoshuaH@INFOCISION.COM> To: <asterisk-users@lists.digium.com> Sent: Monday, October 20, 2003 8:22 PM Subject: [Asterisk-Users] Authenticate Application Problems> How do I use the Authenticate application in my IVR menu, where do I putthe> password? > here is my menu. I need to ask for a password before I let users log intomy> conference room. > > [conf1] > exten => s,1,Ringing > exten => s,2,Wait,2 > exten => s,3,Answer > exten => s,4,Authenticate(1234) > exten => s,5,Hangup > exten => a,1,Meetme,1251 > > I also can not figure out what "Unknown RTP codec 19 received" means.. > > > thank you.. > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/2003 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Sorry: exten => 2080,1,Answer exten => 2080,2,Background,meetme1 exten => 2080,3,Authenticate(/opt/pass/pass_meetme1.txt) exten => 2080,4,Meetme,1 Regards, Gus ----- Original Message ----- From: "CW_ASN" <cw_asn@fibertel.com.ar> To: <asterisk-users@lists.digium.com> Sent: 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 > exten => 2080,2,Authenticate(/opt/pass/pass_meetme1.txt) > exten => 2080,3,Meetme,1 > > meetme1 gsm file plays "Welcome to conference 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" <JoshuaH@INFOCISION.COM> > To: <asterisk-users@lists.digium.com> > Sent: Monday, October 20, 2003 8:22 PM > Subject: [Asterisk-Users] Authenticate Application Problems > > > > 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 loginto> 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,Hangup > > exten => a,1,Meetme,1251 > > > > I also can not figure out what "Unknown RTP codec 19 received" means.. > > > > > > thank you.. > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.528 / Virus Database: 324 - Release Date: 10/16/2003 > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users >