[Home]

Summary:ASTERISK-22128: ARI/bridges: chan_sip channels with directmedia=yes - Asterisk doesn't retake the media when the technology changes from native rtp
Reporter:Jonathan Rose (jrose)Labels:
Date Opened:2013-07-19 17:21:22Date Closed:2013-07-31 09:30:42
Priority:MajorRegression?
Status:Closed/CompleteComponents:Bridges/bridge_native_rtp Resources/res_ari
Versions:SVN 12 Frequency of
Occurrence
Constant
Related
Issues:
is related toASTERISK-22127 Bridges/chan_sip: Directmedia settings not respected for setting up native_rtp bridge technology
Environment:Attachments:
Description:Let's start with the weird...

If directmedia=no for each channel, pushing two chan_sip channels in stasis applications into a bridge created by stasis will still make them become native RTP bridges with all of the media path details that implies (basically directmedia is active). This is mentioned in the related linked issue.

This works fine aside from that unexpected detail. When a third channel enters, the bridge becomes softmix and the media reverts to flowing through Asterisk, however... if directmedia=yes and a third channel enters the bridge, the bridge technology will change, but the media will not be redirected to go through Asterisk. I discovered this while working on music on hold, but it also happens in the same way with play on bridge function I committed earlier.

Reproduction Instructions:

exten => 1,1,Answer()
exten => 1,n,Stasis(hello)

Have a websocket client connected with the hello application. You can do that with http://www.websocket.org/echo.html using the address ws://127.0.0.1:8088/ari/events?app=hello

provided that you have websocket configured.

Have both directmedia=yes SIP peers call into '1' so that they are put in stasis. Use Stasis to push both channels into a stasis bridge and they should be in a native RTP bridge.

At this point, use {code}POST /bridges/{bridgeId}/play{code} with the bridgeID and sound:demo-congrats in order to try to play sound to the bridge. The Announcer channel should enter the bridge and the bridge technology should change, but the SIP channels will not reroute their RTP through Asterisk.

Meanwhile if directmedia=no, everything should be the same, but the RTP go through Asterisk as it should when softmix starts.
Comments: