----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3028/ -----------------------------------------------------------
(Updated Nov. 27, 2013, 6:53 p.m.) Status ------ This change has been marked as submitted. Review request for Asterisk Developers. Changes ------- Committed in revision 403209 Repository: Asterisk Description ------- There is currently no way in ARI to easily say a number, digits, or a string of characters. You can do it manually but this is extremely cumbersome. The attached change implements this functionality using new URI schemes in the Playback operation. number:<number> will play the provided number digits:<digits> will play the provided digits characters:<characters> will play the provided characters By using the existing playback operation these can be queued up just like any other sound file, allowing you to construct a complete sentence if you desire. Diffs ----- /branches/12/res/res_stasis_playback.c 403158 Diff: https://reviewboard.asterisk.org/r/3028/diff/ Testing ------- Executed playback with the various URI schemes. Thanks, Joshua Colp
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
