[asterisk-users] Any help with these error messages???

2011-10-15 Thread Michael C. Robinson
[Oct 15 22:44:31] ERROR[29013] res_config_pgsql.c: PostgreSQL RealTime:
Failed to connect database asterisk on 127.0.0.1: 
[Oct 15 22:44:31] WARNING[29013] res_config_pgsql.c: PostgreSQL
RealTime: Couldn't establish connection. Check debug.
[Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: No directory URL or
host found.
[Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: Cannot load LDAP
RealTime driver.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'userbase' (on reload) at line 23.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'vmsecret' (on reload) at line 31.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'hassip' (on reload) at line 35.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'hasiax' (on reload) at line 39.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'hasmanager' (on reload) at line 47.
[Oct 15 22:44:32] WARNING[29013] cel_pgsql.c: CEL pgsql config file
missing global section.
[Oct 15 22:44:33] ERROR[29013] ais/clm.c: Could not initialize cluster
membership service: Try Again

I'm too much of a newbie to use a database to hold the configuration
files and besides that I want to manage the files manually until I
know what I'm doing in a gui/database environment.  I don't want to set
up LDAP either at this time, I'm not sure it would give me anything.
I'm not sure what the last error pertains to, again I probably need to
shut something off.  I'm running Asterisk 1.8.3.  I'm concerned about
the signaling errors and not sure what is causing them as my
chan_dahdi.conf appears to be correct.


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Any help with these error messages???

2011-10-18 Thread Paul Belanger

On 11-10-16 01:51 AM, Michael C. Robinson wrote:

[Oct 15 22:44:31] ERROR[29013] res_config_pgsql.c: PostgreSQL RealTime:
Failed to connect database asterisk on 127.0.0.1:
[Oct 15 22:44:31] WARNING[29013] res_config_pgsql.c: PostgreSQL
RealTime: Couldn't establish connection. Check debug.
[Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: No directory URL or
host found.
[Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: Cannot load LDAP
RealTime driver.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'userbase' (on reload) at line 23.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'vmsecret' (on reload) at line 31.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'hassip' (on reload) at line 35.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'hasiax' (on reload) at line 39.
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes to
'hasmanager' (on reload) at line 47.
[Oct 15 22:44:32] WARNING[29013] cel_pgsql.c: CEL pgsql config file
missing global section.
[Oct 15 22:44:33] ERROR[29013] ais/clm.c: Could not initialize cluster
membership service: Try Again

I'm too much of a newbie to use a database to hold the configuration
files and besides that I want to manage the files manually until I
know what I'm doing in a gui/database environment.  I don't want to set
up LDAP either at this time, I'm not sure it would give me anything.
I'm not sure what the last error pertains to, again I probably need to
shut something off.  I'm running Asterisk 1.8.3.  I'm concerned about
the signaling errors and not sure what is causing them as my
chan_dahdi.conf appears to be correct.


WARNING != ERROR so you should be fine with chan_dahdi.so

As for the other modules, if you are not using them add

noload => res_config_pgsql.so
noload => res_config_ldap.so

into your modules.conf

--
Paul Belanger
Digium, Inc. | Software Developer
twitter: pabelanger | IRC: pabelanger (Freenode)
Check us out at: http://digium.com & http://asterisk.org

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Any help with these error messages???

2011-10-18 Thread Richard Mudgett
> On 11-10-16 01:51 AM, Michael C. Robinson wrote:
> > [Oct 15 22:44:31] ERROR[29013] res_config_pgsql.c: PostgreSQL
> > RealTime:
> > Failed to connect database asterisk on 127.0.0.1:
> > [Oct 15 22:44:31] WARNING[29013] res_config_pgsql.c: PostgreSQL
> > RealTime: Couldn't establish connection. Check debug.
> > [Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: No directory URL
> > or
> > host found.
> > [Oct 15 22:44:31] ERROR[29013] res_config_ldap.c: Cannot load LDAP
> > RealTime driver.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> > channel -2 with signaling Unknown signalling -1 ignored because it
> > is
> > already configured to be Pseudo.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> > channel -2 with signaling Unknown signalling -1 ignored because it
> > is
> > already configured to be Pseudo.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> > channel -2 with signaling Unknown signalling -1 ignored because it
> > is
> > already configured to be Pseudo.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> > channel -2 with signaling Unknown signalling -1 ignored because it
> > is
> > already configured to be Pseudo.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes
> > to
> > 'userbase' (on reload) at line 23.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes
> > to
> > 'vmsecret' (on reload) at line 31.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes
> > to
> > 'hassip' (on reload) at line 35.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes
> > to
> > 'hasiax' (on reload) at line 39.
> > [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Ignoring any changes
> > to
> > 'hasmanager' (on reload) at line 47.
> > [Oct 15 22:44:32] WARNING[29013] cel_pgsql.c: CEL pgsql config file
> > missing global section.
> > [Oct 15 22:44:33] ERROR[29013] ais/clm.c: Could not initialize
> > cluster
> > membership service: Try Again
> >
> > I'm too much of a newbie to use a database to hold the configuration
> > files and besides that I want to manage the files manually until I
> > know what I'm doing in a gui/database environment. I don't want to
> > set
> > up LDAP either at this time, I'm not sure it would give me anything.
> > I'm not sure what the last error pertains to, again I probably need
> > to
> > shut something off. I'm running Asterisk 1.8.3. I'm concerned about
> > the signaling errors and not sure what is causing them as my
> > chan_dahdi.conf appears to be correct.
> >
> WARNING != ERROR so you should be fine with chan_dahdi.so
> 
> As for the other modules, if you are not using them add
> 
> noload => res_config_pgsql.so
> noload => res_config_ldap.so
> 
> into your modules.conf
> 
It looks like you are attempting to manually configure the pseudo channel
multiple times in chan_dahdi.conf.  You do not need to explicitly configure
the pseudo channel.  The pseudo channel is always created and has no
settable configuration parameters as far as I know.

Richard

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Any help with these error messages???

2011-10-18 Thread Michael C. Robinson
[trunkgroups]

[channels]

[my-phones](!)
usecallerid = yes
hidecallerid = no
callwaiting = yes
usecallingpres = yes
callwaitingcallerid = yes
threewaycalling = yes
transfer = yes
canpark = yes
cancallforward = yes
callreturn = yes
echocancel = yes
echocancelwhenbridged = yes
relaxdtmf = yes
rxgain = 0.0
txgain = 0.0
group = 1
callgroup = 1
pickupgroup = 1
immediate = no

context = my-phones
signalling = fxo_ks

[phone1](my-phones)
signalling = fxs_ks
callerid = "Andrew F Robinson" <(503)543-2338>
dahdichan = 1

[phone2](my-phones)
signalling = fxs_ks
callerid = "Michael C Robinson" <(503)987-1322>
dahdichan = 2

[phone3](my-phones)
callerid = "2010" <2010>
dahdichan = 3

[phone4](my-phones)
callerid = "2011" <2011>
dahdichan = 4

I don't see anywhere in the above file that I deal with pseudo.

> It looks like you are attempting to manually configure the pseudo channel
> multiple times in chan_dahdi.conf.  You do not need to explicitly configure
> the pseudo channel.  The pseudo channel is always created and has no
> settable configuration parameters as far as I know.
> 
> Richard
> 
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Any help with these error messages???

2011-10-19 Thread Richard Mudgett
> [trunkgroups]
> 
> [channels]
> 
> [my-phones](!)
> usecallerid = yes
> hidecallerid = no
> callwaiting = yes
> usecallingpres = yes
> callwaitingcallerid = yes
> threewaycalling = yes
> transfer = yes
> canpark = yes
> cancallforward = yes
> callreturn = yes
> echocancel = yes
> echocancelwhenbridged = yes
> relaxdtmf = yes
> rxgain = 0.0
> txgain = 0.0
> group = 1
> callgroup = 1
> pickupgroup = 1
> immediate = no
> 
> context = my-phones
> signalling = fxo_ks
> 
> [phone1](my-phones)
> signalling = fxs_ks
> callerid = "Andrew F Robinson" <(503)543-2338>
> dahdichan = 1
> 
> [phone2](my-phones)
> signalling = fxs_ks
> callerid = "Michael C Robinson" <(503)987-1322>
> dahdichan = 2
> 
> [phone3](my-phones)
> callerid = "2010" <2010>
> dahdichan = 3
> 
> [phone4](my-phones)
> callerid = "2011" <2011>
> dahdichan = 4
> 
> I don't see anywhere in the above file that I deal with pseudo.
> 
> > It looks like you are attempting to manually configure the pseudo
> > channel
> > multiple times in chan_dahdi.conf. You do not need to explicitly
> > configure
> > the pseudo channel. The pseudo channel is always created and has no
> > settable configuration parameters as far as I know.
> >
Please create an issue on the issue tracker:
https://issues.asterisk.org/jira

With the above chan_dahdi.conf and indicate that it is generating these
warnings when Asterisk loads:
[Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
channel -2 with signaling Unknown signalling -1 ignored because it is
already configured to be Pseudo.


Richard

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Any help with these error messages???

2011-10-20 Thread Richard Mudgett
> > [trunkgroups]
> >
> > [channels]
> >
> > [my-phones](!)
> > usecallerid = yes
> > hidecallerid = no
> > callwaiting = yes
> > usecallingpres = yes
> > callwaitingcallerid = yes
> > threewaycalling = yes
> > transfer = yes
> > canpark = yes
> > cancallforward = yes
> > callreturn = yes
> > echocancel = yes
> > echocancelwhenbridged = yes
> > relaxdtmf = yes
> > rxgain = 0.0
> > txgain = 0.0
> > group = 1
> > callgroup = 1
> > pickupgroup = 1
> > immediate = no
> >
> > context = my-phones
> > signalling = fxo_ks
> >
> > [phone1](my-phones)
> > signalling = fxs_ks
> > callerid = "Andrew F Robinson" <(503)543-2338>
> > dahdichan = 1
> >
> > [phone2](my-phones)
> > signalling = fxs_ks
> > callerid = "Michael C Robinson" <(503)987-1322>
> > dahdichan = 2
> >
> > [phone3](my-phones)
> > callerid = "2010" <2010>
> > dahdichan = 3
> >
> > [phone4](my-phones)
> > callerid = "2011" <2011>
> > dahdichan = 4
> >
> > I don't see anywhere in the above file that I deal with pseudo.
> >
> > > It looks like you are attempting to manually configure the pseudo
> > > channel
> > > multiple times in chan_dahdi.conf. You do not need to explicitly
> > > configure
> > > the pseudo channel. The pseudo channel is always created and has
> > > no
> > > settable configuration parameters as far as I know.
> > >
> Please create an issue on the issue tracker:
> https://issues.asterisk.org/jira
> 
> With the above chan_dahdi.conf and indicate that it is generating
> these
> warnings when Asterisk loads:
> [Oct 15 22:44:31] WARNING[29013] chan_dahdi.c: Attempt to configure
> channel -2 with signaling Unknown signalling -1 ignored because it is
> already configured to be Pseudo.
> 

Never mind.  The chan_dahdi warnings about the Pseudo channel was already
fixed in -r331955 of the v1.8 SVN branch and is in v1.8.7.

Richard

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Any help with these error messages???

2011-10-21 Thread Michael C. Robinson
Moved to Asterisk 1.8.7, most of the watnings/errors are gone.  I have a
new error though:

[Oct 21 13:40:40] ERROR[15709] ais/clm.c: Could not initialize cluster
membership service: Try Again

And I get a warning that no music on hold classes are configured.

> Never mind.  The chan_dahdi warnings about the Pseudo channel was already
> fixed in -r331955 of the v1.8 SVN branch and is in v1.8.7.
> 
> Richard
> 
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>http://www.asterisk.org/hello
> 
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users