uuid_broadcast,<uuid> <path>[aleg|bleg|holdb|both],Execute dialplan application,mod_commands uuid_buglist,<uuid>,List media bugson a session,mod_commands uuid_chat,<uuid> <text>,Send achat message,mod_commands uuid_codec_debug,<uuid> audio|video<level>,Send codec a debug message,mod_co...
uuid_broadcast,<uuid> <path>[aleg|bleg|holdb|both],Execute dialplan application,mod_commands uuid_buglist,<uuid>,List media bugson a session,mod_commands uuid_chat,<uuid> <text>,Send achat message,mod_commands uuid_codec_debug,<uuid> audio|video<level>,Send codec a debug message,mod_co...
在一些特定流程中,系统自动发起呼叫打到前台,希望实现自动按键(即:不用人手动按键),FreeSwitch提供了2个基本命令: send_dtmf及uuid_send_dtmf ,这2个基本功能一样,send_dtmf常用于ESL Outbound外联模式,不需要指定uuid,而uuid_send_dtmf则需要指定uuid. 以uuid_send_dtmf为例,演示下基本用法:(FreeSwitch控制台模...
send_msg->header.m); uuid_deflect Deflect an answered SIP call off of FreeSWITCH by sending the REFER method Usage: uuid_deflect <uuid> <sip URL> uuid_deflect waits for the final response from the far end to be reported. It returns the sip fragment from that response as the text in ...
以uuid_send_dtmf为例,命令行演示下基本用法: 1、先发起一个呼叫 1 freeswitch@DST70276> create_uuid 2 4841d610-fba3-46b3-9432-4a4ebc164b36 3 4 freeswitch@DST70276> originate {origination_uuid=4841d610-fba3-46b3-9432-4a4ebc164b36}user/1000 &park() ...
以uuid_send_dtmf为例,演示下基本用法:(FreeSwitch控制台模式下) 1、先发起一个呼叫 代码语言:javascript 复制 1freeswitch@xxx>create_uuid24841d610-fba3-46b3-9432-4a4ebc164b3634freeswitch@xxx>originate{origination_uuid=4841d610-fba3-46b3-9432-4a4ebc164b36}user/1000&park() ...
- uuid_kill [cause]:挂机 - uuid_bridge :桥接通道 - uuid_transfer [-bleg|-both] [] []:转移电话 - uuid_break [all]:停止媒体发送 - uuid_broadcast [aleg|bleg|both]:播放媒体; - uuid_deflect :转移通话 - uuid_displace [start|stop] [] [mux]:替换媒体(Displace the audio for the targ...
httapi– 用HTTAPI结构向WEB服务端发送呼叫控制 Send call control to a Web server with the HTTAPI infrastructure I info– 显示呼叫信息 Display Call Info. intercept– Lets you pickup a call and take it over if you know the uuid. ivr– 运行IVR菜单 Run an IVR menu. ...
variable_uuid:[f80fc7b2-37f7-11ed-9d90-cd61d01aad6a] variable_session_id: [1] variable_sip_from_user: [1001] variable_sip_from_uri: [1001@10.55.55.138] variable_sip_from_host: [10.55.55.138] variable_video_media_flow: [sendrecv] ...
fs的通道变量非常多,怎么查看通话的通道变量呢,有2个方法 方法1 执行fs控制台命令uuid_dump 通话UUID,方法2 拨号方案里面执行fs的动作info 也可以输出通道变量,info输出的通道变量有些名字和uuid_dump的不一样,文末复制了一个fs官方文档里面的对应关系。