“command”: “uuid_kill”, “params”: “” }, “自定义分类”: { “keyword”: [“公账”, “高新”], “command”: “uuid_sendmessage”, “params”: “” } } keyword 关键词列表,如果正则表达式用前缀“regex:”。 command 匹配到关键词执行的API,可以执行挂机,发送通知等命令。 params API...
“command”: “uuid_kill”, “params”: “” }, “自定义分类”: { “keyword”: [“公账”, “高新”], “command”: “uuid_sendmessage”, “params”: “” } } keyword 关键词列表,如果正则表达式用前缀“regex:”。 command 匹配到关键词执行的API,可以执行挂机,发送通知等命令。 params API...
以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(方便后面...
"command":"uuid_sendmessage", "params":"", "level":0 } } keyword 关键词列表,如果正则表达式用前缀“regex:”。 command 匹配到关键词执行的API,可以执行挂机,发送通知等命令。 params API参数,参数前面会自动加上UUID。 level: 告警等级 cti_rt_call_qc_keyword 改变通知 cti_rt_call_qc_keyword 改变...
3.20 CHANNEL_UNHOLD 触发后uuid_hold关闭<uuid>或者接收到INVITE SDP= SendRecv的 3.21 CHANNEL_ORIGINATE 信道发起事件,触发完成发起(或桥)。 3.22 CHANNEL_UUID uuid事件表示唯一的ID通道已经改变。原来的ID将被报告的旧唯一ID。此事件会发生,当您使用参数origination_uuid时发出命令发起/桥。
sendMessage可以用来执行APP。具体APP参考https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools SendMsg msg = new SendMsg("呼叫的uuid"); msg.addCallCommand("execute"); msg.addExecuteAppName("playback"); msg.addExecuteAppArg("file.wav"); ...
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO User-Agent: eyeBeam release 1011d stamp 40820 Content-Length: 0 send 675 bytes to udp/[192.168.123.197]:37056 at 08:14:28.885643: --- 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15...
uuid_send_dtmf,<uuid><dtmf_data>,Send dtmf digits,mod_commands uuid_send_info,<uuid>[<mime_type> <mime_subtype>] <message>,Send info to theendpoint,mod_commands uuid_send_message,<uuid><message>,Send MESSAGE to the endpoint,mod_commands ...
uuid_send_dtmf,<uuid><dtmf_data>,Send dtmf digits,mod_commands uuid_send_info,<uuid>[<mime_type> <mime_subtype>] <message>,Send info to theendpoint,mod_commands uuid_send_message,<uuid><message>,Send MESSAGE to the endpoint,mod_commands ...
* send_msg->header.m); uuid_deflect 通过发送REFER方法,将当前FreeSWITCH上面的某个已经应答的sip呼叫转移走。 用法: uuid_deflect <uuid> <sip URL> 在命令执行后,uuid_deflect等待远端的应答,以此判断转移是否成功。远端返回的sip内容(sip fragment)将会作为uuid_deflect命令的返回结果。如果远端报告REFER成功,...