RE: [Asterisk-Users] reload not working

2003-08-20 Thread Marcus Adolfsson
Brian,

  == Parsing '/etc/asterisk/manager.conf': Found
  == Parsing '/etc/asterisk/enum.conf': Not found (No such file or
directory)
  == Parsing '/etc/asterisk/rtp.conf': Not found (No such file or
directory)
  == RTP Allocating from port range 5000 -> 31000
-- Reloading module 'cdr_mysql.so' (MySQL CDR Backend)
  == Parsing '/etc/asterisk/modem.conf': Found
  == Loading modem driver chan_modem_aopen.so

So in modem.conf I commented out:

; Modem Drivers to load
;driver=aopen

Seems to work fine now!

Thanks for your help.


Marcus

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brian West
Sent: Wednesday, August 20, 2003 9:23 AM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] reload not working


yes start it with asterisk -gc

watch and see what the error is.

bkw

On Wed, 20 Aug 2003, Marcus Adolfsson wrote:

> I upgraded to the latest CVS yesterday (and this morning again), and 
> whenever I execute the reload command Asterisk seems to hang. While 
> the current calls aren't dropped, no new calls can be made. The CLI 
> isn't responding properly either. The only way to get going again is 
> to exit the CLI and stop Asterisk and start again. Any comments?
>
> Thanks,
>
> Marcus
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED] 
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] reload not working

2003-08-20 Thread Todd Lieberman
What is your SIP registration timeout?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marcus
Adolfsson
Sent: Wednesday, August 20, 2003 11:50 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] reload not working


I have three Cisco 7960 phones/SIP 5.3 using two Wildcard X100Ps and IAX
service from Nufone. It worked fine on my earlier installed CVS from
6/10. I have not noticed any random hangs, altough it has only been
running for two days.

Thanks,

Marcus

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Todd
Lieberman
Sent: Wednesday, August 20, 2003 11:21 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] reload not working


Martin - et all,

I'm having the same issue.  I have a PRI T1 on a T100P with six 7940
Cisco Phones w/SIP load 4.4. What hardware do u have?  The worst part is
that my system will sometimes just busy out even if I do not issue a
reload command! However if I issue reload it's a sure thing * will hang.

I spoke w/[EMAIL PROTECTED] about this last week but we never resolved it
and my system has been hung 3 times in two weeks.  Each time it hangs I
killall -9 asterisk, cvs update & restart.  He said he was working on
the releasing of a PRI channel code last week and that the Telco and *
may not be jiving
correctly.   I had the problem w/the 7/8/2003 cvs so the issue probably
still exists.

I'll report any findings from asterisk -gc as soon as I find
any on my side, I just don't want to take down * during business hours.
So tonight I'll restart w/asterisk -gc try and get to the
bottom of this w/you.  TL

Here is what he [EMAIL PROTECTED] recommended:


> Well if you use sip phones you might want to have "sip debug" turned 
> on. But if you have many SIP phones then you're going to have lots of 
> SIP messages.

> The "zap show channels" output is broken. It might show some false 
> messages. Instead do "zap show channel " If the PRI Flag is 
> "Call" then this channel hasn't been cleared properly. If it's empty 
> than it's ok. If the channel is not serviced by your telco it's going 
> to be in "Restarting" state.
>
> Also make sure then when you restart asterisk that all the 23 channels

> get restarted at the very begining.
>
> regards
> Martin




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marcus
Adolfsson
Sent: Wednesday, August 20, 2003 9:05 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] reload not working


I upgraded to the latest CVS yesterday (and this morning again), and
whenever I execute the reload command Asterisk seems to hang. While the
current calls aren't dropped, no new calls can be made. The CLI isn't
responding properly either. The only way to get going again is to exit
the CLI and stop Asterisk and start again. Any comments?

Thanks,

Marcus

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] reload not working

2003-08-20 Thread Marcus Adolfsson
I have three Cisco 7960 phones/SIP 5.3 using two Wildcard X100Ps and IAX
service from Nufone. It worked fine on my earlier installed CVS from
6/10. I have not noticed any random hangs, altough it has only been
running for two days.

Thanks,

Marcus

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Todd
Lieberman
Sent: Wednesday, August 20, 2003 11:21 AM
To: [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] reload not working


Martin - et all,

I'm having the same issue.  I have a PRI T1 on a T100P with six 7940
Cisco Phones w/SIP load 4.4. What hardware do u have?  The worst part is
that my system will sometimes just busy out even if I do not issue a
reload command! However if I issue reload it's a sure thing * will hang.

I spoke w/[EMAIL PROTECTED] about this last week but we never resolved it
and my system has been hung 3 times in two weeks.  Each time it hangs I
killall -9 asterisk, cvs update & restart.  He said he was working on
the releasing of a PRI channel code last week and that the Telco and *
may not be jiving
correctly.   I had the problem w/the 7/8/2003 cvs so the issue probably
still exists.

I'll report any findings from asterisk -gc as soon as I find
any on my side, I just don't want to take down * during business hours.
So tonight I'll restart w/asterisk -gc try and get to the
bottom of this w/you.  TL

Here is what he [EMAIL PROTECTED] recommended:


> Well if you use sip phones you might want to have "sip debug" turned 
> on. But if you have many SIP phones then you're going to have lots of 
> SIP messages.

> The "zap show channels" output is broken. It might show some false 
> messages. Instead do "zap show channel " If the PRI Flag is 
> "Call" then this channel hasn't been cleared properly. If it's empty 
> than it's ok. If the channel is not serviced by your telco it's going 
> to be in "Restarting" state.
>
> Also make sure then when you restart asterisk that all the 23 channels

> get restarted at the very begining.
>
> regards
> Martin




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marcus
Adolfsson
Sent: Wednesday, August 20, 2003 9:05 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] reload not working


I upgraded to the latest CVS yesterday (and this morning again), and
whenever I execute the reload command Asterisk seems to hang. While the
current calls aren't dropped, no new calls can be made. The CLI isn't
responding properly either. The only way to get going again is to exit
the CLI and stop Asterisk and start again. Any comments?

Thanks,

Marcus

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] reload not working

2003-08-20 Thread Todd Lieberman
Martin - et all,

I'm having the same issue.  I have a PRI T1 on a T100P with six 7940 Cisco
Phones w/SIP load 4.4. What hardware do u have?  The worst part is that my
system will sometimes just busy out even if I do not issue a reload command!
However if I issue reload it's a sure thing * will hang.

I spoke w/[EMAIL PROTECTED] about this last week but we never resolved it and my
system has been hung 3 times in two weeks.  Each time it hangs I killall -9
asterisk, cvs update & restart.  He said he was working on the releasing of
a PRI channel code last week and that the Telco and * may not be jiving
correctly.   I had the problem w/the 7/8/2003 cvs so the issue probably
still exists.

I'll report any findings from asterisk -gc as soon as I find any
on my side, I just don't want to take
down * during business hours.  So tonight I'll restart
w/asterisk -gc try and get to the bottom of this w/you.  TL

Here is what he [EMAIL PROTECTED] recommended:


> Well if you use sip phones you might want to have "sip debug" turned on.
> But if you have many SIP phones then you're going to have lots of SIP
> messages.

> The "zap show channels" output is broken. It might show some false
> messages. Instead do "zap show channel " If the PRI Flag is
> "Call" then this channel hasn't been cleared properly. If it's empty than
> it's ok. If the channel is not serviced by your telco it's going to be in
> "Restarting" state.
>
> Also make sure then when you restart asterisk that all the 23 channels get
> restarted at the very begining.
>
> regards
> Martin




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marcus
Adolfsson
Sent: Wednesday, August 20, 2003 9:05 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] reload not working


I upgraded to the latest CVS yesterday (and this morning again), and
whenever I execute the reload command Asterisk seems to hang. While the
current calls aren't dropped, no new calls can be made. The CLI isn't
responding properly either. The only way to get going again is to exit
the CLI and stop Asterisk and start again. Any comments?

Thanks,

Marcus

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] reload not working

2003-08-20 Thread Brian West
yes start it with asterisk -gc

watch and see what the error is.

bkw

On Wed, 20 Aug 2003, Marcus Adolfsson wrote:

> I upgraded to the latest CVS yesterday (and this morning again), and
> whenever I execute the reload command Asterisk seems to hang. While the
> current calls aren't dropped, no new calls can be made. The CLI isn't
> responding properly either. The only way to get going again is to exit
> the CLI and stop Asterisk and start again. Any comments?
>
> Thanks,
>
> Marcus
>
> ___
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users