[asterisk-dev] [Code Review] 2688: ARI: Music on Hold for Bridges

jrose reviewboard at asterisk.org
Mon Aug 5 15:05:16 CDT 2013


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/2688/
-----------------------------------------------------------

(Updated Aug. 5, 2013, 8:05 p.m.)


Review request for Asterisk Developers, David Lee, Matt Jordan, and rmudgett.


Changes
-------

Update to incorporate recent changes to ARI.
Answer David Lee's review.


Bugs: ASTERISK-21974
    https://issues.asterisk.org/jira/browse/ASTERISK-21974


Repository: Asterisk


Description
-------

Adds ARI commands for playing music on hold and stopping music on hold that is played by ARI.
Note that if music on hold is being played by non-ARI mechanisms, the ARI stop music on hold command will have no effects.

ARI music on hold for bridges works by creating a dedicated announcer channel for playing music on hold and putting it in the bridge. This channel will play music on hold until it is removed from the bridge at which point it will hang up. Issuing a new music on hold command with one running will fetch that channel and issue a new music on hold command which will do nothing if it uses the same class or will start playing the new class if the music on hold command specifies a class other than the one provided. If the moh stop command is issued and an MOH channel exists for that bridge, it will be hung up.


Diffs (updated)
-----

  /trunk/include/asterisk/stasis_app.h 396191 
  /trunk/res/ari/resource_bridges.h 396191 
  /trunk/res/ari/resource_bridges.c 396191 
  /trunk/res/res_ari_bridges.c 396191 
  /trunk/res/res_stasis.c 396191 
  /trunk/rest-api/api-docs/bridges.json 396191 

Diff: https://reviewboard.asterisk.org/r/2688/diff/


Testing
-------

SIP channels with directmedia=no (which at present doesn't appear to do what it should do)

Both call into stasis and are placed in a native bridge (becomes native RTP bridge)

MOH start is issued

Both channels hear MOH Any new channels at this point will also hear MOH

MOH stop is issued

MOH channel gets blown away, moh stops for all channels in the bridge obviously.

MOH start is issued, yadda yadda

MOH start with a different class is issued, music on hold changes to a new song

MOH start is issued with default class. MOH changes to default class.

MOH stop is issued. Channel gets blown away.


Thanks,

jrose

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20130805/03ac1aba/attachment.htm>


More information about the asterisk-dev mailing list