]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_rayo: update config to use spandsp_start_tone_detect and spandsp_stop_tone_detect
authorChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 6 Nov 2014 19:54:55 +0000 (14:54 -0500)
committerChris Rienzo <chris.rienzo@grasshopper.com>
Thu, 6 Nov 2014 19:54:55 +0000 (14:54 -0500)
conf/rayo/autoload_configs/rayo.conf.xml
src/mod/event_handlers/mod_rayo/conf/autoload_configs/rayo.conf.xml

index 50af0f7ecd6368427c8e21f95ec68228445295e7..47a3a14bc148e05493dae5d8863b0d1e2e1f0a29 100644 (file)
@@ -52,8 +52,8 @@
 
                <!-- map mod_spandsp call progress tone detector to Rayo CPA signal events.  Fires DETECTED_TONE events until stopped. -->
                <detector name="mod_spandsp_tone">
-                       <start application="start_tone_detect" data="1"/>
-                       <stop application="stop_tone_detect" data=""/>
+                       <start application="spandsp_start_tone_detect" data="1"/>
+                       <stop application="spandsp_stop_tone_detect" data=""/>
                        <!-- map tone events to Rayo CPA signal type -->
                        <event class="CUSTOM" subclass="DETECTED_TONE" type-header="Detected-Tone">
                                <signal-type header-value="SIT" value="sit"/>
index 50af0f7ecd6368427c8e21f95ec68228445295e7..47a3a14bc148e05493dae5d8863b0d1e2e1f0a29 100644 (file)
@@ -52,8 +52,8 @@
 
                <!-- map mod_spandsp call progress tone detector to Rayo CPA signal events.  Fires DETECTED_TONE events until stopped. -->
                <detector name="mod_spandsp_tone">
-                       <start application="start_tone_detect" data="1"/>
-                       <stop application="stop_tone_detect" data=""/>
+                       <start application="spandsp_start_tone_detect" data="1"/>
+                       <stop application="spandsp_stop_tone_detect" data=""/>
                        <!-- map tone events to Rayo CPA signal type -->
                        <event class="CUSTOM" subclass="DETECTED_TONE" type-header="Detected-Tone">
                                <signal-type header-value="SIT" value="sit"/>