[asterisk-bugs] [JIRA] Created: (ASTERISK-20338) iax2 debug only shows received packets when "iax2 set debug peer xxx" is used

John Covert (JIRA) noreply at issues.asterisk.org
Wed Aug 29 11:00:07 CDT 2012


iax2 debug only shows received packets when "iax2 set debug peer xxx" is used
-----------------------------------------------------------------------------

                 Key: ASTERISK-20338
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20338
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_iax2
    Affects Versions: 10.7.0-digiumphones
         Environment: All (my environment is Mac OSX 10.4.11 PowerPC)
            Reporter: John Covert


Only received packets are shown by "iax2 set debug peer xxxx".

In routine iax_outputframe, the correct test for either "iaxdebug" or a match with "debugaddr".

However, routine send_packet was not modified to call iax_outputframe instead of directly calling iax_showframe.

Also, routine send_apathetic_reply, while modified to call iax_outputframe, still contains a test of "iaxdebug" which should not be done, since the full, correct test is in iax_outputframe.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list