mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 18:13:27 +00:00
FS-8708 [mod_rayo] fix example configuration to map to correct DETECTED_TONE event from spandsp_start_tone_detect
This commit is contained in:
parent
a70f6672e8
commit
7aa17a9987
@ -68,7 +68,7 @@
|
|||||||
<start application="spandsp_start_tone_detect" data="1"/>
|
<start application="spandsp_start_tone_detect" data="1"/>
|
||||||
<stop application="spandsp_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="DETECTED_TONE" type-header="Detected-Tone">
|
||||||
<signal-type header-value="SIT" value="sit"/>
|
<signal-type header-value="SIT" value="sit"/>
|
||||||
<signal-type header-value="BUSY_TONE" value="busy"/>
|
<signal-type header-value="BUSY_TONE" value="busy"/>
|
||||||
<signal-type header-value="REORDER_TONE" value="congestion"/>
|
<signal-type header-value="REORDER_TONE" value="congestion"/>
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
<start application="spandsp_start_tone_detect" data="1"/>
|
<start application="spandsp_start_tone_detect" data="1"/>
|
||||||
<stop application="spandsp_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="DETECTED_TONE" type-header="Detected-Tone">
|
||||||
<signal-type header-value="SIT" value="sit"/>
|
<signal-type header-value="SIT" value="sit"/>
|
||||||
<signal-type header-value="BUSY_TONE" value="busy"/>
|
<signal-type header-value="BUSY_TONE" value="busy"/>
|
||||||
<signal-type header-value="REORDER_TONE" value="congestion"/>
|
<signal-type header-value="REORDER_TONE" value="congestion"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user