Re: [sipX-dev] (no subject)

2009-02-10 Thread Dale Worley
I don't know anything about the main issue, but I was wondering about this nit: On Tue, 2009-02-10 at 13:48 -0500, Carolyn Beeton wrote: > Status=0 > + > +. @SIPX_CONFDIR@/config.defs || exit 1000 > + Why is exit value 1000 chosen here? And why is it not done by setting Status? In this script

Re: [sipX-dev] (no subject)

2009-02-10 Thread Kevin Thorley
On Tue, 2009-02-10 at 13:48 -0500, Carolyn Beeton wrote: > 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 followi

[sipX-dev] (no subject)

2009-02-10 Thread Carolyn Beeton
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

Re: [sipX-dev] config.defs, domain-config, and sip realm

2009-02-10 Thread Scott Lawrence
On Tue, 2009-02-10 at 11:06 -0500, Kevin Thorley wrote: > ... sipx-setup now creates an initial > domain-config file with values for both domain name and sip realm. > These are by default set to the same value. > The default is `hostname -f`, though it can be overridden when > sipx-setup is run

[sipX-dev] config.defs, domain-config, and sip realm

2009-02-10 Thread Kevin Thorley
I wanted to take a moment to explain the latest config.defs changes (related to sip realm and domain-config) in more detail. This was the world as it existed before 3.11.11: The config.defs file provides params for SIPXCHANGE_REALM and SIPXCHANGE_DOMAIN_NAME. They are defined as follows: SIPXCHA