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...
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...
local custormer_uuid=custormer_session:getVariable("uuid"); custormer_session:execute("sched_broadcast","+1 playback::ivr/ivr-customer_service.wav both"); custormer_session:execute("sched_broadcast","+2 say::\'zh name_spelled pronounced "..agent_id.."\' both"); api:execute("sleep", ...
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...
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 ...
You can alsoschedulea warning message to the A user: <action application="sched_broadcast" data="+3540 playback::/tmp/1_minute_left.wav"/> To enforce multiple channels with a strict prepaid, you need to be aware of the other active calls affect on the balance, otherwise 2 expensive call...
sched_broadcast [+] <uuid> <path> [aleg|bleg|both] Schedule execution of an application on a chosen leg(s) with optional hangup: Usage: sched_broadcast [+] <uuid> app[![hangup_cause]]::args [aleg|bleg|both] time is the UNIX timestamp at which the command should be executed (...