[asterisk-bugs] [JIRA] Commented: (ASTERISK-20288) res_rtp_asterisk.c Hangup at Success error

Michael L. Young (JIRA) noreply at issues.asterisk.org
Tue Aug 21 14:17:07 CDT 2012


    [ https://issues.asterisk.org/jira/browse/ASTERISK-20288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196047#comment-196047 ] 

Michael L. Young commented on ASTERISK-20288:
---------------------------------------------

The error message is misleading and should be changed.  There must be something else happening, though, and ignoring that an error occurred would be masking the problem.  In taking a look at the code surrounding that error message, I am thinking that the ICE support is turned on and an error is occurring which leads to this message and the teardown of the call.

If you could provide a complete debug log with ICE support turned on to help triage the issue would be very helpful. This document will provide instructions on how to collect debugging logs from an Asterisk machine for the purpose of helping bug marshals troubleshoot an issue: https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

Once you gather the logs, can you turn off ICE support in sip.conf and see if this problem still occurs?



> res_rtp_asterisk.c Hangup at Success error
> ------------------------------------------
>
>                 Key: ASTERISK-20288
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-20288
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_rtp_asterisk
>    Affects Versions: SVN
>         Environment: Linux Ubuntu
>            Reporter: Joern Krebs
>
> O.K. this is a bit hard to explain for me:
> If I use PhonerLite (and I can only replicate this issue with PhonerLite, but there it happens 100% of the time!) to call asterisk (any number, and any setup, nat, no-nat, etc.) I get the warning:
> RTP Read error: Success. Hanging up
> The "Success" part of the error should be the error message. BUT Success indicates, that there actually is no error.
> So what I did was changing the code and checking if the errno is 0, ignore that line ... and it works.
> I do not get this error with the SVN for Asterisk 10, just with SVN Asterisk 11.
> So basically under some circumstances (I cannot replicate the real issue, ... even the debug log doesn't show any issues at all!)
> the errno is set to 0, instead of whatever it should be...
> Can please someone have a look at this.
> (I would be open to test anything, although my dev capabilities are limited.)
> It really is a show-stopper to me! :-(

--
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