[asterisk-bugs] [JIRA] (ASTERISK-26439) chan_rtp: Crash when originating
Moises Silva (JIRA)
noreply at issues.asterisk.org
Thu Oct 13 02:26:01 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=232687#comment-232687 ]
Moises Silva edited comment on ASTERISK-26439 at 10/13/16 2:24 AM:
-------------------------------------------------------------------
Hi Joshua,
I tried using gerrit to submit a patch, but I'm getting access denied. First time using gerrit, so I'm most likely doing it wrong :)
moy at sigchld asterisk-14 (ASTERISK-26439)
$ git review -R ASTERISK-26439 -t ASTERISK-26439
remote: Processing changes: refs: 1, done
To ssh://gerrit.asterisk.org:29418/asterisk.git
! [remote rejected] HEAD -> refs/publish/ASTERISK-26439 (branch ASTERISK-26439 not found)
error: failed to push some refs to 'ssh://moy@gerrit.asterisk.org:29418/asterisk.git'
I'll try to go over the instructions in more detail with a fresh brain tomorrow, but see the attachment here for the one-liner that solves this problem.
Kayode, you can work-around the crash by explicitly specifying an rtp engine to use in your originate string, like this:
channel originate UnicastRTP/127.0.0.1:5001/c(ulaw),e(asterisk) extension 600 at demo
was (Author: moy):
Hi Joshua,
I tried using gerrit to submit a patch, but I'm getting access denied. First time using gerrit, so I'm most likely doing it wrong :)
moy at sigchld asterisk-14 (ASTERISK-26439)
$ git review -R ASTERISK-26439 -t ASTERISK-26439
remote: Processing changes: refs: 1, done
To ssh://gerrit.asterisk.org:29418/asterisk.git
! [remote rejected] HEAD -> refs/publish/ASTERISK-26439 (branch ASTERISK-26439 not found)
error: failed to push some refs to 'ssh://moy@gerrit.asterisk.org:29418/asterisk.git'
I'll try to go over the instructions in more detail with a fresh brain tomorrow, but see the attachment here for the one-liner that solves this problem.
Kayode, you can work-around the crash by explicitly specifying an rtp engine to use in your originate string, like this:
channel originate UnicastRTP/127.0.0.1:5001/c(ulaw),e(unknsss) extension 600 at demo
> chan_rtp: Crash when originating
> --------------------------------
>
> Key: ASTERISK-26439
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26439
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_multicast_rtp, Resources/res_rtp_multicast
> Affects Versions: 14.0.2
> Environment: Centos 7 64bit
> Reporter: Kayode
> Assignee: Unassigned
> Attachments: ASTERISK-26439.patch, backtrace.txt
>
>
> When I run the channel originate command below:
> channel originate UnicastRTP/127.0.0.1:5001//ulaw extension 600 at demo
> Asterisk crashes and It says a segmentation fault.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list