mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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
|
||||
$array['dialplans'][0]['dialplan_uuid'] = $dialplan_uuid;
|
||||
$array['dialplans'][0]['dialplan_continue'] = 'true';
|
||||
$array['dialplans'][0]['dialplan_continue'] = 'false';
|
||||
if (strlen($dialplan_context) > 0) {
|
||||
$array['dialplans'][0]['dialplan_context'] = $dialplan_context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user