Use of sched_broadcast

Status
Not open for further replies.

Alfa

New Member
Mar 1, 2017
9
0
1
38
Hi,
In dialplan I try to run a call broadcast

<extension name="run-urgences" continue="false" uuid="ad0a8283-7e22-438b-b92f-ed8cdf36c494">
<condition field="destination_number" expression="^\*911$">
<action application="sched_broadcast" data="+1 BROADCASTUUID both"/>
<action application="sleep" data="5000"/>
</condition>
</extension>

But nothing happend, just see it in log

2023-03-01 00:06:37.556725 98.23% [DEBUG] switch_scheduler.c:263 Added task 8 switch_ivr_schedule_broadcast (642eb9df-3838-4ba4-8c40-0ee37358e6d2) to run at 1677625598
2023-03-01 00:06:38.056737 98.10% [DEBUG] switch_scheduler.c:147 Deleting task 8 switch_ivr_schedule_broadcast (642eb9df-3838-4ba4-8c40-0ee37358e6d2)

Is anyone know what I do wrong ? :) I reffer to the WiKi to run it. Thanks
 
Status
Not open for further replies.