[Home]

Summary:ASTERISK-09018: DTMF detection on IAX clients / Asterisk 1.4.1
Reporter:Pierre CHRETIEN (pierrec)Labels:
Date Opened:2007-03-15 05:16:29Date Closed:2007-03-21 08:58:43
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug
( 1) debug.tgz
( 2) IAX_DTMF_IncomingCall_Console_2.txt
( 3) IAX_DTMF_IncomingCall_Console.txt
( 4) IAX_DTMF_Session_Console_2.txt
( 5) IAX_DTMF_Session_Console.txt
( 6) SIP_DTMF_IncomingCall_Console_2.txt
( 7) SIP_DTMF_IncomingCall_Console.txt
( 8) SIP_DTMF_Session_Console_2.txt
Description:When moving from Asterisk 1.2.16 to 1.4.1 the DTMF signals on incoming IAX connections (whether local IAX phones or remote IAX incoming calls) are not processed.
Incoming calls from IAX connections cannot access IVR on the server, while incoming SIP connections can.
Local IAX phones cannot access IVR on remote servers, while local SIP phones can.
Moving back to 1.2.16 with same configurations solves the issue.
Comments:By: Serge Vecher (serge-v) 2007-03-15 08:45:34

can you please check out the 1.4 code from svn and try again? I think this was fixed in 1.4 in rev. 58705

By: Joshua C. Colp (jcolp) 2007-03-15 08:46:46

If not we will need an iax2 debug plus console output with the debug log option enabled in logger.conf

By: Pierre CHRETIEN (pierrec) 2007-03-15 10:50:25

Hi,
Checked out SVN-branch-1.4-r58906. Doesn't seem to solve the issue.
I attach debug file generated, and console extracts. I did enable debug option in logger.conf, and issued iax2 set debug on CLI, but did not see so many information to send to you. Hope this helps anyway.
Pls give more detailled instructions if you need more debugging info.

By: Serge Vecher (serge-v) 2007-03-15 10:59:37

you need to do "set core debug 4" and "set core verbose 4" before "iax set debug"

By: Pierre CHRETIEN (pierrec) 2007-03-15 12:27:47

Debug file was too big ( > 1.9 Mo). I had to zip it.
I included 2 versions of each situation : one with SIP where DTMF is processed correctly, one with IAX where DTMF is failing. Hope this helps.
Rgds,

Pierre

By: Joshua C. Colp (jcolp) 2007-03-20 23:28:52

Please try 1.4 as of revision 59076. Thanks!

By: Pierre CHRETIEN (pierrec) 2007-03-21 03:07:23

Issue has been solved. Thank you very much for your help and responsivness.
Kind regards,

Pierre

By: Serge Vecher (serge-v) 2007-03-21 08:58:42

thanks for testing and reporting back, Pierre.