Time condition set to default false.
The add was setting condition to dialplan_continue false and update set to true. This changes makes it consistent as both add and update will set dialplan_continue to false.
This commit is contained in:
@@ -176,7 +176,7 @@
|
|||||||
|
|
||||||
//build update array
|
//build update array
|
||||||
$array['dialplans'][0]['dialplan_uuid'] = $dialplan_uuid;
|
$array['dialplans'][0]['dialplan_uuid'] = $dialplan_uuid;
|
||||||
$array['dialplans'][0]['dialplan_continue'] = 'true';
|
$array['dialplans'][0]['dialplan_continue'] = 'false';
|
||||||
if (strlen($dialplan_context) > 0) {
|
if (strlen($dialplan_context) > 0) {
|
||||||
$array['dialplans'][0]['dialplan_context'] = $dialplan_context;
|
$array['dialplans'][0]['dialplan_context'] = $dialplan_context;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user