提交 7aa17a99 authored 作者: Chris Rienzo's avatar Chris Rienzo

FS-8708 [mod_rayo] fix example configuration to map to correct DETECTED_TONE…

FS-8708 [mod_rayo] fix example configuration to map to correct DETECTED_TONE event from spandsp_start_tone_detect
上级 a70f6672
...@@ -68,7 +68,7 @@ ...@@ -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 @@ ...@@ -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"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论