用法: uuid_broadcast <uuid> <path> [aleg|bleg|both] 在选定的腿上执行应用程序,执行完毕后挂断,并指明挂机原因。 用法: uuid_broadcast <uuid> app[![hangup_cause]]::args [aleg|bleg|both] 具体应用举例如下: uuid_broadcast 336889f2-1868-11de-81a9-3f4acc8e505e sorry.wav both uuid_broadcas...
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...
如果和会话(session,由uuid指定)相关的终端有一个receive_event handler,该消息会被发往终端,并以及时消息的形式显示出来。 13)uuid_exists 检查给定的uuid是否存在。 用法: uuid_exists 1. 1 14)uuid_hold 保持通话。 用法: uuid_hold <uuid> 保持通话 uuid_hold off <uuid> 结束保持,恢复正常通话 uuid_hol...
2. 使用“uuid_transfer”命令将第二个电话接入,并让其与第一个通话保持不同的媒体流。 3. 使用“uuid_bridge”命令将第一个电话和第二个电话建立桥接连接。 4. 使用“uuid_setvar”命令将第三方电话号码添加到通话中。 三方通话实现后,可以使用“uuid_hold”和“uuid_resume”命令在两个认证的电话之间切换。
Place a call on hold. Usage: uuid_hold <uuid> place a call on hold uuid_hold off <uuid> switch off on hold uuid_hold toggle <uuid> toggles call-state based on current call-state uuid_kill Reset a specific <uuid> channel. Usage: uuid_kill <uuid> [cause] uuid_limit Apply or change...
uuid_hold Place a call on hold. Usage: uuid_hold <uuid> place a call on hold uuid_hold off <uuid> switch off on hold uuid_hold toggle <uuid> toggles call-state based on current call-state uuid_kill Reset a specific <uuid> channel. ...
get-uuid <member_id|last> clear-vid-floor vid-layout <layout name>|group <group name> [] vid-write-png <path> vid-fps <fps> vid-res <WxH> vid-fgimg <file> |clear[] vid-bgimg <file> |clear[] vid-bandwidth <BW> vid-personal [...
# hold 挂起(能听到声音,Music On Hold, MOH) # playback(/root/welcome.wav) 播放特定的声音文件 # record(/tmp/rec.wav) 录音文件 # bridge(user/1001) 转接到 1001 show channels # 显示通话中的一些信息,包含 UUID uuid_bridge <uuid1> <uuid2> # 将两个 channel 桥接起来 ...
char *uuid = argv[0]; char *dest = argv[1]; 接下来又是成对出现的,牢记 switch_core_session_locate 和 switch_core_session_rwunlock 接下来的代码尤为简单,也就是想暂停设置 switch_channel_set_flag(channel, CF_HOLD); 复播 switch_channel_clear_flag(channel, CF_HOLD); ...