Skip to content
Snippets Groups Projects
Commit fca3bc91 authored by Markus Gothe's avatar Markus Gothe :ok_hand: Committed by Sukru Senli
Browse files

Fix NULL-pointer issue with RTP stats.

When we originate a call from an extension to another we
get a NULL pointer issue when going on hook.

Enable CONFIG_PACKAGE_asterisk-res-clioriginate and then
use the command below:

asterisk -rx 'channel originate local/#123457@local_extensions
extension 0000@local_extensions'

After going on hook on the FXS port, which is mapped to extension
0000, there will be a segmentation fault because the other channel
doesn't implement the getRtpStats() function pointer.
parent 9c1c1d2e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment