mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 08:49:01 +00:00
mod_rayo: update config to use spandsp_start_tone_detect and spandsp_stop_tone_detect
This commit is contained in:
parent
0e9e8a9bd6
commit
cf1424cfe5
@ -52,8 +52,8 @@
|
|||||||
|
|
||||||
<!-- map mod_spandsp call progress tone detector to Rayo CPA signal events. Fires DETECTED_TONE events until stopped. -->
|
<!-- map mod_spandsp call progress tone detector to Rayo CPA signal events. Fires DETECTED_TONE events until stopped. -->
|
||||||
<detector name="mod_spandsp_tone">
|
<detector name="mod_spandsp_tone">
|
||||||
<start application="start_tone_detect" data="1"/>
|
<start application="spandsp_start_tone_detect" data="1"/>
|
||||||
<stop application="stop_tone_detect" data=""/>
|
<stop application="spandsp_stop_tone_detect" data=""/>
|
||||||
<!-- map tone events to Rayo CPA signal type -->
|
<!-- map tone events to Rayo CPA signal type -->
|
||||||
<event class="CUSTOM" subclass="DETECTED_TONE" type-header="Detected-Tone">
|
<event class="CUSTOM" subclass="DETECTED_TONE" type-header="Detected-Tone">
|
||||||
<signal-type header-value="SIT" value="sit"/>
|
<signal-type header-value="SIT" value="sit"/>
|
||||||
|
@ -52,8 +52,8 @@
|
|||||||
|
|
||||||
<!-- map mod_spandsp call progress tone detector to Rayo CPA signal events. Fires DETECTED_TONE events until stopped. -->
|
<!-- map mod_spandsp call progress tone detector to Rayo CPA signal events. Fires DETECTED_TONE events until stopped. -->
|
||||||
<detector name="mod_spandsp_tone">
|
<detector name="mod_spandsp_tone">
|
||||||
<start application="start_tone_detect" data="1"/>
|
<start application="spandsp_start_tone_detect" data="1"/>
|
||||||
<stop application="stop_tone_detect" data=""/>
|
<stop application="spandsp_stop_tone_detect" data=""/>
|
||||||
<!-- map tone events to Rayo CPA signal type -->
|
<!-- map tone events to Rayo CPA signal type -->
|
||||||
<event class="CUSTOM" subclass="DETECTED_TONE" type-header="Detected-Tone">
|
<event class="CUSTOM" subclass="DETECTED_TONE" type-header="Detected-Tone">
|
||||||
<signal-type header-value="SIT" value="sit"/>
|
<signal-type header-value="SIT" value="sit"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user