I have a POTS and a sip incoming into my asterisk server. When I call the POTS number from outside (cell or landline) and trying to authenticate myself when enter #, 8 out of 10 times I got an authentication incorrect. If I call in to the sip incoming line, 10 out of 10 times the authentication process passes. Any idea what would have caused the problem? Thanks! exten => #,1,Authenticate(1234) exten => #,n,VoiceMailMain(s100@default) WK p/s I have a clone x100p card from ebay.
try dtmfrelax=yes in your zapata.conf W ----- Original Message ----- From: "Wooi Koay" <wooi@pobox.com> To: <asterisk-users@lists.digium.com> Sent: Sunday, February 26, 2006 8:37 AM Subject: [Asterisk-Users] authenticate problem I have a POTS and a sip incoming into my asterisk server. When I call the POTS number from outside (cell or landline) and trying to authenticate myself when enter #, 8 out of 10 times I got an authentication incorrect. If I call in to the sip incoming line, 10 out of 10 times the authentication process passes. Any idea what would have caused the problem? Thanks! exten => #,1,Authenticate(1234) exten => #,n,VoiceMailMain(s100@default) WK p/s I have a clone x100p card from ebay. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
On Feb 26, 2006, at 5:37 AM, Wooi Koay wrote:> I have a POTS and a sip incoming into my asterisk server. When I call > the POTS number from outside (cell or landline) and trying to > authenticate myself when enter #, 8 out of 10 times I got an > authentication incorrect. If I call in to the sip incoming line, 10 > out of 10 times the authentication process passes.Could be a simple volume issue with the tones coming in from PSTN? Also, if you are using inband tones, you need to use either ulaw or alaw codecs to get workable DTMF recognition.