I'm looking at http://track.sipfoundry.org/browse/XECS-2187 (reports
CONFIG_SERVER_HOST is not set properly).
It looks to me that the only problem is that config.defs has not been
sourced, as it is in sipx-test-ssl, so the following one-liner fixes it:
diff --git a/sipXpbx/bin/sipx-test-master.in
b/sipXpbx/bin/sipx-test-master.in
index becb7b3..7907bc9 100644
--- a/sipXpbx/bin/sipx-test-master.in
+++ b/sipXpbx/bin/sipx-test-master.in
@@ -5,6 +5,9 @@
# Licensed to the User under the LGPL license.
Status=0
+
+. @SIPX_CONFDIR@/config.defs || exit 1000
+
if [ "${CONFIG_SERVER_HOST}"x = ""x ]
then
echo "CONFIG_SERVER_HOST is not set in
@SIPX_CONFDIR@/config.defs"
Am I missing something, or is this an ok fix? or are
CONFIG_SERVER_HOST's days in config.defs numbered?
Carolyn
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev