Use the broadcast uuid so we can use it to del the scheduled calls.
This commit is contained in:
parent
01946ce16e
commit
dbaeadc69c
|
|
@ -170,7 +170,7 @@ function cmd_async($cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//set the command
|
//set the command
|
||||||
$cmd = "bgapi sched_api +".$sched_seconds." none bgapi originate ".$origination_url." ".$broadcast_destination_data." XML $context";
|
$cmd = "bgapi sched_api +".$sched_seconds." ".$call_broadcast_uuid." bgapi originate ".$origination_url." ".$broadcast_destination_data." XML $context";
|
||||||
|
|
||||||
//if the event socket connection is lost then re-connect
|
//if the event socket connection is lost then re-connect
|
||||||
if (!$fp) {
|
if (!$fp) {
|
||||||
|
|
@ -234,7 +234,6 @@ require_once "resources/header.php";
|
||||||
echo " <td align=\"center\">\n";
|
echo " <td align=\"center\">\n";
|
||||||
echo " <br>";
|
echo " <br>";
|
||||||
|
|
||||||
|
|
||||||
echo "<table width='100%' border='0'><tr>\n";
|
echo "<table width='100%' border='0'><tr>\n";
|
||||||
echo "<td width='50%' nowrap><b>Contact List</b></td>\n";
|
echo "<td width='50%' nowrap><b>Contact List</b></td>\n";
|
||||||
echo "<td width='50%' align='right'> </td>\n";
|
echo "<td width='50%' align='right'> </td>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue