send_display– 发送一个信息包与sipfrag Sends an info packet with a sipfrag. send_dtmf– 发送带内DTMF , 2833 ,SIP信息数字给session会话 Send inband DTMF, 2833, or SIP Info digits from a session. send_info– 将信息发送到endpoint Send info to theendpoint. session_loglevel– 此信道覆盖系统...
Use the character w for a .5 second delay and the character W for a 1 second delay. Default tone duration is 2000ms . uuid_send_info Send info to the endpoint Usage: uuid_send_info <uuid> uuid_session_heartbeat Usage: uuid_session_heartbeat <uuid> [sched] [0|<seconds>] uuid_setva...
X-FS-Display-Number: sip:331054@10.2.85.25 X-FS-Support: update_display,send_info Remote-Party-ID: "331054" <sip:331054@10.2.85.25>;party=calling;privacy=off;screen=no v=0 o=FreeSWITCH 1645135459 1645135460 IN IP4 10.21.39.117 s=FreeSWITCH c=IN IP4 10.21.39.117 t=0 0 m=audio 26494 ...
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_tdd,<uuid><text>,send tdd data to a...
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 ...
4.6 SEND_MESSAGE 发送信息 4.7 RECV_MESSAGE 接收信息 4.8 REQUEST_PARAMS 请求参数 4.9 CHANNEL_DATA 信道数据 4.10 GENERAL 总体 4.11 COMMAND 命令 4.12 SESSION_HEARTBEAT session心跳 4.13 CLIENT_DISCONNECTED 客户端断开 4.14 SERVER_DISCONNECTED 服务器断开 4.15 SEND_INFO 发送信息 4.16 RECV_INFO 接收信息 4....
Allow: PRACK, INVITE, ACK, BYE, CANCEL,UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Content-Length: 0 --- send1162 bytes to udp/[10.12.0.1]:21812 at 16:12:15.544003: --- SIP/2.0 183 Session Progress Via: SIP/2.0/UDP10.12.0.1:21812;branch=z9hG4bK-d8754z-db31...
return self && !self->tp_pre_framed && self->tp_addrinfo->ai_socktype == SOCK_STREAM; } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 2.数据隐藏 数据隐藏是让两个模块间分隔清晰的一种实践方法(Data hiding is a practice that makes separation between two...
info接口 freeswitch的mod_dptools模块提供了一个app接口“info”。 <action application="info"/> 该接口需要在"call_debug=true"的情况下使用。 测试 设置拨号计划: <condition field="destination_number" expression="^(\d+)$"> <action application="set" data="call_debug=true"/> ...
fs的通道变量非常多,怎么查看通话的通道变量呢,有2个方法 方法1 执行fs控制台命令uuid_dump 通话UUID,方法2 拨号方案里面执行fs的动作info 也可以输出通道变量,info输出的通道变量有些名字和uuid_dump的不一样,文末复制了一个fs官方文档里面的对应关系。