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

Digium Subversion (JIRA) noreply at issues.asterisk.org
Mon Sep 10 15:57:07 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-20338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digium Subversion closed ASTERISK-20338.
----------------------------------------

    Resolution: Fixed

> 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
>         Environment: All (my environment is Mac OSX 10.4.11 PowerPC)
>            Reporter: John Covert
>            Assignee: Kinsey Moore
>         Attachments: chan_iax2.c.patch
>
>
> 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" is done.
> 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