[asterisk-bugs] [JIRA] Status Changed to Waiting for Development: (ASTERISK-20338) iax2 debug only shows received packets when "iax2 set debug peer xxx" is used
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Sep 6 17:15:08 CDT 2012
[ https://issues.asterisk.org/jira/browse/ASTERISK-20338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-20338:
------------------------------------
Status: Open (was: Triage)
> 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
> 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