aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2013-04-29 17:42:48 -0700
committerJames Bottomley <JBottomley@Parallels.com>2013-04-29 17:51:11 -0700
commit46ccf4719e0a6ec1b023594795210b01244c22fa (patch)
tree64893e3dfe6d9484bb85c7e573f74f54ceb1f254
parent94904097fe1575c7583afab2431c379e4682c8e5 (diff)
downloadasterisk-aastra-46ccf4719e0a6ec1b023594795210b01244c22fa.tar.gz
Fix user name in asterisk-aastra.conf
-rw-r--r--etc/asterisk-aastra.conf2
-rw-r--r--include/AastraAsterisk.class.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/asterisk-aastra.conf b/etc/asterisk-aastra.conf
index f3f5054..fba28f7 100644
--- a/etc/asterisk-aastra.conf
+++ b/etc/asterisk-aastra.conf
@@ -1,4 +1,4 @@
-[aastra-aastra]
+[aastra-asterisk]
secret = aastra-xml
deny = 0.0.0.0/0.0.0.0
permit = 127.0.0.1/255.255.255.255
diff --git a/include/AastraAsterisk.class.php b/include/AastraAsterisk.class.php
index 51785fe..6e59a4e 100644
--- a/include/AastraAsterisk.class.php
+++ b/include/AastraAsterisk.class.php
@@ -388,7 +388,7 @@ class AGI_AsteriskManager
function log($message)
{
- Aastra_debug($message);
+# Aastra_debug($message);
}
function database_show($family='')