fusionpbx/app/tones
konradSC a3ccd1c3fa Fix tone_stream (#3043)
This error was being generated in freeswitch:
[ERR] switch_core_session.c:2683 Invalid Application play tone_stream

Needs to use application "playback" for tone_stream.

Had to use a colon instead of a space as the delimited. Otherwise it would parse the dialpan action as "playback tone_stream" and the data as "//%(274,0,913.8);%(274,0,1370.6);%(380,0,1776.7)"

Now shows -->  <action application="playback" data="tone_stream://%(274,0,913.8);%(274,0,1370.6);%(380,0,1776.7)"/>
2018-05-01 10:22:00 -06:00
..
app_config.php Fix tone_stream (#3043) 2018-05-01 10:22:00 -06:00
app_defaults.php Update app_defaults.php 2018-04-10 20:35:34 -06:00
app_languages.php Pass on languages before importing updates (#2849) 2017-09-19 09:48:40 -06:00