freeswitch中有两个inband到2833格式的转换接口,分别是“start_dtmf”和“spandsp_start_dtmf”。根据之前的测试结果,我们选择“spandsp_start_dtmf”。 <action application="spandsp_start_dtmf"/> 而2833到inband格式的转换接口只有一个“start_dtmf_generate”。 <action application="start_dtmf_generate" /> fs...
freeswitch中有两个inband到2833格式的转换接口,分别是“start_dtmf”和“spandsp_start_dtmf”。根据之前的测试结果,我们选择“spandsp_start_dtmf”。 <action application="spandsp_start_dtmf"/> 而2833到inband格式的转换接口只有一个“start_dtmf_generate”。 <action application="start_dtmf_generate" /> fs...
同时,对于2833到inband的转换,freeswitch有一个接口“start_dtmf_generate”。为了确保通道在无2833时使用info传递DTMF,需设置通道变量“rtp_info_when_no_2833”。在模拟场景中,A路使用2833格式,B路使用inband格式。通过修改拨号计划,A路设置为使用“start_dtmf_generate”接口,将2833转换为B路的i...
<action application="start_dtmf_generate"/> <!-- 解决不能二次拨号,深圳电信只支持inband收号方式--> <action application="set" data="effective_caller_id_number=+8675512345678"/><!-- 主叫号码 --> <action application="set" data="effective_caller_id_name=eSpace7950"/> <!-- 主叫设备名 --...
<action application="start_dtmf_generate"/> <!-- 解决不能二次拨号,深圳电信只支持inband收号方式--> <action application="set" data="effective_caller_id_number=+8675512345678"/><!-- 主叫号码 --> <action application="set" data="effective_caller_id_name=eSpace7950"/> <!-- 主叫设备名 --...
start_dtmf 在当前通道开启dtmf检测。不能和start_dtmf_generate一起用;和ring_ready一起用时要保证ring_ready在前。 start_dtmf_generate 允许在当前通道生成dtmf。 stop_displace_session 停止播放文件/音频,和displace_session功能是一对。 stop_dtmf
start_dtmf_generate– 启动带内DTMF生成 Start inband DTMF generation. stop_displace_session– Stop displacement audio on a channel. stop_dtmf_generate– 停止带内DTMF生成 Stop inband DTMF generation. stop_record_session– 停止记录session会话 Stop Record Session. ...
--出局--><actionapplication="start_dtmf_generate"/><!-- 解决不能二次拨号,深圳电信只支持inband收号方式--><actionapplication="set"data="effective_caller_id_number=+8675512345678"/><!-- 主叫号码 --><actionapplication="set"data="effective_caller_id_name=eSpace7950"/><!-- 主叫设备名 -->...
以uuid_send_dtmf为例,演示下基本用法:(FreeSwitch控制台模式下) 1、先发起一个呼叫 代码语言:javascript 代码运行次数:0 1freeswitch@xxx>create_uuid24841d610-fba3-46b3-9432-4a4ebc164b3634freeswitch@xxx>originate{origination_uuid=4841d610-fba3-46b3-9432-4a4ebc164b36}user/1000&park() ...
Misc. Dialplan Tools start dtmf Misc. Dialplan Tools start dtmf generate Misc. Dialplan Tools stop displace Misc. Dialplan Tools stop dtmf Misc. Dialplan Tools stop dtmf generate ...