[asterisk-bugs] [JIRA] (ASTERISK-26441) crash in ast_rtp_ice_add_cand
Frederic Steinfels (JIRA)
noreply at issues.asterisk.org
Wed Oct 12 06:35:01 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=232662#comment-232662 ]
Frederic Steinfels commented on ASTERISK-26441:
-----------------------------------------------
If I do this in modules.conf
;autoload=yes
load => res_http_websocket.so
load => chan_sip.so
Asterisk will not crash on initiating the call but it will complain with:
ERROR[21886][C-00000000]: rtp_engine.c:405 ast_rtp_instance_new: No RTP engine was found. Do you have one loaded?
Then, if I do this in modules.conf:
;autoload=yes
load => res_rtp_asterisk.so
load => res_http_websocket.so
load => chan_sip.so
Asterisk will crash.
> crash in ast_rtp_ice_add_cand
> -----------------------------
>
> Key: ASTERISK-26441
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26441
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/General, Resources/res_rtp_asterisk
> Affects Versions: 14.0.2
> Environment: Fedora 24, 64bit, i7-5820K
> Reporter: Frederic Steinfels
> Assignee: Unassigned
> Attachments: gdb.txt
>
>
> When I try to place a call from, asterisks immediately crashes. The crash always happens in ast_rtp_ice_add_cand. This behaviour is new. Asterisk was working flawlessly for years up to about saturday october 1. I have no clue what has happened on that day. I have moved my asterisk to another fedora 24 machine with less horsepower where it is working flawlessly with the same configuration files. I have compiled version 14.0.2 from source, I tried the original fedora 13.7.2 rpms and the fedora source 13.7.2 rpms. Same behaviour with all of them.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list