Update app_defaults.php
This commit is contained in:
parent
bc80f3d22f
commit
97fd49362b
|
|
@ -91,7 +91,7 @@
|
||||||
$sql = "update v_dialplans set dialplan_order = '890' where dialplan_order = '999' and dialplan_name = 'local_extension';\n";
|
$sql = "update v_dialplans set dialplan_order = '890' where dialplan_order = '999' and dialplan_name = 'local_extension';\n";
|
||||||
$db->query($sql);
|
$db->query($sql);
|
||||||
unset($sql);
|
unset($sql);
|
||||||
|
|
||||||
//set empty strings to null
|
//set empty strings to null
|
||||||
$sql = "update v_device_lines set outbound_proxy_primary = null where outbound_proxy_primary = '';\n";
|
$sql = "update v_device_lines set outbound_proxy_primary = null where outbound_proxy_primary = '';\n";
|
||||||
$db->query($sql);
|
$db->query($sql);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue