Say time/date/ip_address/digits/etc. With pre-recorded prompts. sched_broadcast– 启用预定播出 Enable Scheduled Broadcast. sched_hangup– 启用计划挂断 Enable Scheduled Hangup. sched_heartbeat– 启用计划心跳 Enable Scheduled Heartbeat. sched_transfer– 启用预定的传输 Enable Scheduled Transfer. send_d...
sched_api,[+@]<group_name> [&],Schedule an apicommand,mod_commands sched_broadcast,[[+]|@time]<uuid> <path> [aleg|bleg|both],Schedule a broadcast event to arunning call,mod_commands sched_del,<task_id>|<group_id>,Deletea scheduled task,mod_commands sched_hangup,[+] <uuid>[<ca...
预定一个广播。例如一小时后向主被叫双方播放一段音频:<action application="sched_broadcast" data="+3600 /tmp/howdy.wav both"/>。预定成功后会设置通道变量last_sched_id。 sched transfer 预定一个转接。例如10分钟后将通话转入default.xml: <action application="sched_transfer" data="+600 9999 XML defau...
sched_broadcast,[[+]|@time]<uuid> <path> [aleg|bleg|both],Schedule a broadcast event to arunning call,mod_commands sched_del,<task_id>|<group_id>,Deletea scheduled task,mod_commands sched_hangup,[+] <uuid>[<cause>],Schedule a running call to hangup,mod_commands sched_transfer,[+...
new_session.execute("sched_broadcast", "+20 alloted_timeout ${uuid} playback:ivr-welcome_to_freeswitch.wav"); I already did some posts but I got no answer. This is very difficult to progress without help. Many thanks -- View this message in context:http://old.nabble.com/sched_broadc...
31:报工号app --- sched_broadcast 报工号 报工号实现思路 在桥接B腿之前,执行LUA脚本,给两边放彩铃,需要在拨号方案中加入如下拨号计划 <action application="set" data="bridge_pre_execute_aleg_app=lua"/> <action application="set" data="bridge_pre_execute_aleg_data=/home/job_num.lua"/> ...
Schedule execution of an application on a chosen leg(s) with optional hangup: Usage: sched_broadcast [+] app[![hangup_cause]]::args [aleg|bleg|both] time is the UNIX timestamp at which the command should be executed (or if it is prefixed by +, the number of seconds to wait bef...
sched_broadcast – Enable Scheduled Broadcast. sched_cancel – Cancel a scheduled future broadcast/transfer. sched_hangup – Enable Scheduled Hangup. sched_heartbeat – Enable Scheduled Heartbeat. sched_transfer – Enable Scheduled Transfer. send_display – Sends an info packet with a sipfrag. sen...
after 3600 seconds from answer, transfer the call to an extension called cutoff_incall. Or, you can justsched_hangupwith no message. You can alsoschedulea warning message to the A user: <action application="sched_broadcast" data="+3540 playback::/tmp/1_minute_left.wav"/> ...
When a scheduled broadcast or scheduled transfer is executed, the session variable**last_sched_id**is set to the task ID of the broadcast/transfer. TODO See TODOs inmod_dptools: sched transfer. 3. See Also mod_dptools: sched broadcast ...