From 3fdb316c5181ca447da6887ebff7b5a6674a6922 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 31 Jan 2013 07:10:40 +0000 Subject: [PATCH] Add two variables to extensions domain_name and domain_uuid. --- includes/lib_switch.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/lib_switch.php b/includes/lib_switch.php index 0710d77289..df3f9dbae6 100644 --- a/includes/lib_switch.php +++ b/includes/lib_switch.php @@ -1802,6 +1802,8 @@ function save_extension_xml() { $xml .= " \n"; $xml .= " \n"; $xml .= " \n"; + $xml .= " \n"; + $xml .= " \n"; if (strlen($row['call_group']) > 0) { $xml .= " \n"; }