Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-24 Thread Michael J. Liberatore
I have a p2p t1, I am using national isdn 2, b8zs/esf, one side is pri
net one side is pri cpe.  The telco is verizon but since it's a point to
point link I doubt that matters.  I posted recently before I saw your
post that I am thinking of changing the code to debug instead of
verbose.

Mike

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Collins
Sent: Saturday, November 24, 2007 2:18 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Annoying PRI Channels Restarting Message

> Is there a reason it resets?  Aka does it serve any kind of purpose?

Just curious: what protocol variant (i.e. 4/5ESS, DMS, NI2, etc.) are
you using? Also, which carrier?  Finally, have you turned on PRI
debugging to see if it is the telco that is requesting the restart?  In
some cases the telco will send out a PRI message like 'service' (i.e.
service request) to which the CPE will need to respond with a service
ack message.  Not all telcos behave the same with respect to so-called
maintenance messages, so you might want to follow up with the carrier
just to be sure nothing is wrong.  "Probably" nothing is wrong but it
can't hurt to check.

-MC

P.S. - the messages might be annoying, but if you've ever had PRI issues
then those messages become comforting!

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


This E-mail, including any attachments, may be intended solely for 
the personal and confidential use of the sender and recipient(s) named 
above. This message may include advisory, consultative and/or 
deliberative material and, as such, would be privileged and confidential 
and not a public document. Pursuant to 42 CFR, any information in this 
e-mail identifying a former, present, or potential client of Straight & Narrow 
is confidential. If you have received this e-mail in error, you must not 
review, transmit, convert to hard copy, copy, use or disseminate this e-mail or 
any attachments to it and you must delete this message. You are requested to 
notify the sender by return e-mail.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-24 Thread Michael J. Liberatore
Well I am glad its normal, I am on a p2p pri so I doubt the telco even
notices, but I can see on your end with a pri to the telco they would
see the messages maybe.  

I am considering just changing them from verbose to debug in the next
source code rebuild I do so they are there if I want them and hidden
from normal usage. Make sense? Any issues with that?

Thanks

Mike
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Totaro
Sent: Saturday, November 24, 2007 11:16 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Annoying PRI Channels Restarting Message

Michael Collins wrote:
>> Is there a reason it resets?  Aka does it serve any kind of purpose?
>> 
>
> Just curious: what protocol variant (i.e. 4/5ESS, DMS, NI2, etc.) are 
> you using? Also, which carrier?  Finally, have you turned on PRI 
> debugging to see if it is the telco that is requesting the restart?  
> In some cases the telco will send out a PRI message like 'service'
(i.e.
> service request) to which the CPE will need to respond with a service 
> ack message.  Not all telcos behave the same with respect to so-called

> maintenance messages, so you might want to follow up with the carrier 
> just to be sure nothing is wrong.  "Probably" nothing is wrong but it 
> can't hurt to check.
>
> -MC
>
> P.S. - the messages might be annoying, but if you've ever had PRI 
> issues then those messages become comforting!
>
>
>   

It is Asterisk or more specifically Zaptel that causes the resets
defined by the "resetinterval" variable.  I have only noticed it on a
PRI (5ess and NI2 from what I have personally seen).  It has nothing to
do with the telco but I wonder what they see on their side?

To me it is comforting to see, I have also disabled resetinterval on a
box with four Qwest PRIs and had absolutely no problems in the last six
or seven months since doing it.  Bottom line, I don't really think it is
needed and should possibly be defaulted to "never".

Thanks,
Steve Totaro
888.777.1888


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


This E-mail, including any attachments, may be intended solely for 
the personal and confidential use of the sender and recipient(s) named 
above. This message may include advisory, consultative and/or 
deliberative material and, as such, would be privileged and confidential 
and not a public document. Pursuant to 42 CFR, any information in this 
e-mail identifying a former, present, or potential client of Straight & Narrow 
is confidential. If you have received this e-mail in error, you must not 
review, transmit, convert to hard copy, copy, use or disseminate this e-mail or 
any attachments to it and you must delete this message. You are requested to 
notify the sender by return e-mail.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-24 Thread Steve Totaro
Michael Collins wrote:
>> Is there a reason it resets?  Aka does it serve any kind of purpose?
>> 
>
> Just curious: what protocol variant (i.e. 4/5ESS, DMS, NI2, etc.) are
> you using? Also, which carrier?  Finally, have you turned on PRI
> debugging to see if it is the telco that is requesting the restart?  In
> some cases the telco will send out a PRI message like 'service' (i.e.
> service request) to which the CPE will need to respond with a service
> ack message.  Not all telcos behave the same with respect to so-called
> maintenance messages, so you might want to follow up with the carrier
> just to be sure nothing is wrong.  "Probably" nothing is wrong but it
> can't hurt to check.
>
> -MC
>
> P.S. - the messages might be annoying, but if you've ever had PRI issues
> then those messages become comforting!
>
>
>   

It is Asterisk or more specifically Zaptel that causes the resets 
defined by the "resetinterval" variable.  I have only noticed it on a 
PRI (5ess and NI2 from what I have personally seen).  It has nothing to 
do with the telco but I wonder what they see on their side?

To me it is comforting to see, I have also disabled resetinterval on a 
box with four Qwest PRIs and had absolutely no problems in the last six 
or seven months since doing it.  Bottom line, I don't really think it is 
needed and should possibly be defaulted to "never".

Thanks,
Steve Totaro
888.777.1888


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread Michael Collins
> Is there a reason it resets?  Aka does it serve any kind of purpose?

Just curious: what protocol variant (i.e. 4/5ESS, DMS, NI2, etc.) are
you using? Also, which carrier?  Finally, have you turned on PRI
debugging to see if it is the telco that is requesting the restart?  In
some cases the telco will send out a PRI message like 'service' (i.e.
service request) to which the CPE will need to respond with a service
ack message.  Not all telcos behave the same with respect to so-called
maintenance messages, so you might want to follow up with the carrier
just to be sure nothing is wrong.  "Probably" nothing is wrong but it
can't hurt to check.

-MC

P.S. - the messages might be annoying, but if you've ever had PRI issues
then those messages become comforting!

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread Steve Totaro
I think it is just there kind of as a handshake or ping if you will.  
Just saying, hey I am still here, are you? 

Thanks,
Steve

Michael J. Liberatore wrote:
> Great thanks steve and bj.  As long as its normal I guess I can deal
> with leaving it at the default.  I was just concerned it could be an
> error with the line, when I first hooked up the t1 I noticed the line
> going up/down/up/down for 4 or 5 cycles before finally working.  
>
> Is there a reason it resets?  Aka does it serve any kind of purpose?
>
> Thanks!
>
> Mike
>
>  
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Steve
> Totaro
> Sent: Friday, November 23, 2007 9:27 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Annoying PRI Channels Restarting Message
>
> Wrong.  Set resetinteral if it is too annoying but it is normal behavior
> although I remember it causing issues with some people in Italy if
> memory serves me correctly.
>
>  From the wiki
> *resetinterval*: sets the time in seconds between restart of unused
> channels, defaults to 3600 minimum 60 seconds. Some PBXs don't like
> channel restarts. so set the interval to a very long interval e.g.
> 1 or 'never' to disable *entirely*.
>
> *If you are in Israel, the following is important:*
>
> As Bezeq in Israel doesn't like the B-Channel resets happening on the
> lines, it is best to set the resetinterval to 'never' when installing a
> box in Israel. Our past experience also shows that this parameter may
> also cause issues on local switches in the UK and China.
>
> *For more information:* tech at asterisk.org.il
>
> Thanks,
> Steve
>
> Alex Balashov wrote:
>   
>> My guess is that the B channels are in fact bouncing in and out of 
>> service and the message is a reflection of it.
>>
>> On Fri, 23 Nov 2007, Michael J. Liberatore wrote:
>>
>>   
>> 
>>> Hi all, i have recently setup a p2p t1 using sangoma t1 cards and 
>>> asterisk 1.4.  Its working great but i am getting an annoying message
>>>   
>
>   
>>> every little while in asterisk:
>>>
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/16
>>> restarted on span 2
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/17
>>> restarted on span 2
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/18
>>> restarted on span 2
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/19
>>> restarted on span 2
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/20
>>> restarted on span 2
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/21
>>> restarted on span 2
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/22
>>> restarted on span 2
>>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/23
>>> restarted on span 2
>>>
>>>
>>> Basically this goes through all 23 channels and then says its was 
>>> successfully restarted.
>>>
>>> the link doesnt appear to be going down because there is nothing in 
>>> the system log that normally comes up when the link actually goes up 
>>> or down.  this appears to be some asterisk thing.  its not affecting 
>>> calls as far as i can tell and doesnt seem to happen when the 
>>> channels are in use.
>>>
>>> Any ideas?  Can this be ignored?  If so, can i safely disable this by
>>>   
>
>   
>>> changing it to a debug message in the code?  Thats what i did with an
>>>   
>
>   
>>> annoying message caused by setting ext 700 as a orbit on a snom
>>>   
> phone.
>   
>>> Thanks
>>>
>>> Mike
>>>
>>>
>>>
>>>
>>> This E-mail, including any attachments, may be intended solely for 
>>> the personal and confidential use of the sender and recipient(s) 
>>> named above. This message may include advisory, consultative and/or 
>>> deliberative material and, as such, would be privileged and 
>>> confidential and not a public document. Pursuant to 42 CFR, any 
>>> information in this e-mail identifying a former, present, or
>>>   
> potential client of Straight & Narrow is confidential. If you have
> received this e-mail in error, you must not review, transmit, convert to
> hard copy, copy, use or disseminate this e-mail or any attachments to it
> and you must delete this me

Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread Michael J. Liberatore
Great thanks steve and bj.  As long as its normal I guess I can deal
with leaving it at the default.  I was just concerned it could be an
error with the line, when I first hooked up the t1 I noticed the line
going up/down/up/down for 4 or 5 cycles before finally working.  

Is there a reason it resets?  Aka does it serve any kind of purpose?

Thanks!

Mike

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve
Totaro
Sent: Friday, November 23, 2007 9:27 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Annoying PRI Channels Restarting Message

Wrong.  Set resetinteral if it is too annoying but it is normal behavior
although I remember it causing issues with some people in Italy if
memory serves me correctly.

 From the wiki
*resetinterval*: sets the time in seconds between restart of unused
channels, defaults to 3600 minimum 60 seconds. Some PBXs don't like
channel restarts. so set the interval to a very long interval e.g.
1 or 'never' to disable *entirely*.

*If you are in Israel, the following is important:*

As Bezeq in Israel doesn't like the B-Channel resets happening on the
lines, it is best to set the resetinterval to 'never' when installing a
box in Israel. Our past experience also shows that this parameter may
also cause issues on local switches in the UK and China.

*For more information:* tech at asterisk.org.il

Thanks,
Steve

Alex Balashov wrote:
> My guess is that the B channels are in fact bouncing in and out of 
> service and the message is a reflection of it.
>
> On Fri, 23 Nov 2007, Michael J. Liberatore wrote:
>
>   
>> Hi all, i have recently setup a p2p t1 using sangoma t1 cards and 
>> asterisk 1.4.  Its working great but i am getting an annoying message

>> every little while in asterisk:
>>
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/16
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/17
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/18
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/19
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/20
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/21
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/22
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/23
>> restarted on span 2
>>
>>
>> Basically this goes through all 23 channels and then says its was 
>> successfully restarted.
>>
>> the link doesnt appear to be going down because there is nothing in 
>> the system log that normally comes up when the link actually goes up 
>> or down.  this appears to be some asterisk thing.  its not affecting 
>> calls as far as i can tell and doesnt seem to happen when the 
>> channels are in use.
>>
>> Any ideas?  Can this be ignored?  If so, can i safely disable this by

>> changing it to a debug message in the code?  Thats what i did with an

>> annoying message caused by setting ext 700 as a orbit on a snom
phone.
>>
>> Thanks
>>
>> Mike
>>
>>
>>
>>
>> This E-mail, including any attachments, may be intended solely for 
>> the personal and confidential use of the sender and recipient(s) 
>> named above. This message may include advisory, consultative and/or 
>> deliberative material and, as such, would be privileged and 
>> confidential and not a public document. Pursuant to 42 CFR, any 
>> information in this e-mail identifying a former, present, or
potential client of Straight & Narrow is confidential. If you have
received this e-mail in error, you must not review, transmit, convert to
hard copy, copy, use or disseminate this e-mail or any attachments to it
and you must delete this message. You are requested to notify the sender
by return e-mail.
>>
>>
>> 
>
> --
> Alex Balashov
> Evariste Systems
> Web: http://www.evaristesys.com/
> Tel: +1-678-954-0670
> Direct : +1-678-954-0671
>
> ___
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> 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--

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--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread Steve Totaro
Wrong.  Set resetinteral if it is too annoying but it is normal behavior 
although I remember it causing issues with some people in Italy if 
memory serves me correctly.

 From the wiki
*resetinterval*: sets the time in seconds between restart of unused 
channels, defaults to
3600 minimum 60 seconds. Some PBXs don't like channel restarts. so set 
the interval to a
very long interval e.g. 1 or 'never' to disable *entirely*.

*If you are in Israel, the following is important:*

As Bezeq in Israel doesn't like the B-Channel resets happening on the 
lines, it is best to set
the resetinterval to 'never' when installing a box in Israel. Our past 
experience also shows
that this parameter may also cause issues on local switches in the UK 
and China.

*For more information:* tech at asterisk.org.il

Thanks,
Steve

Alex Balashov wrote:
> My guess is that the B channels are in fact bouncing in and out of service 
> and the message is a reflection of it.
>
> On Fri, 23 Nov 2007, Michael J. Liberatore wrote:
>
>   
>> Hi all, i have recently setup a p2p t1 using sangoma t1 cards and
>> asterisk 1.4.  Its working great but i am getting an annoying message
>> every little while in asterisk:
>>
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/16
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/17
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/18
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/19
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/20
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/21
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/22
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/23
>> restarted on span 2
>>
>>
>> Basically this goes through all 23 channels and then says its was
>> successfully restarted.
>>
>> the link doesnt appear to be going down because there is nothing in the
>> system log that normally comes up when the link actually goes up or
>> down.  this appears to be some asterisk thing.  its not affecting calls
>> as far as i can tell and doesnt seem to happen when the channels are in
>> use.
>>
>> Any ideas?  Can this be ignored?  If so, can i safely disable this by
>> changing it to a debug message in the code?  Thats what i did with an
>> annoying message caused by setting ext 700 as a orbit on a snom phone.
>>
>> Thanks
>>
>> Mike
>>
>>
>>
>>
>> This E-mail, including any attachments, may be intended solely for
>> the personal and confidential use of the sender and recipient(s) named
>> above. This message may include advisory, consultative and/or
>> deliberative material and, as such, would be privileged and confidential
>> and not a public document. Pursuant to 42 CFR, any information in this
>> e-mail identifying a former, present, or potential client of Straight & 
>> Narrow is confidential. If you have received this e-mail in error, you must 
>> not review, transmit, convert to hard copy, copy, use or disseminate this 
>> e-mail or any attachments to it and you must delete this message. You are 
>> requested to notify the sender by return e-mail.
>>
>>
>> 
>
> --
> Alex Balashov
> Evariste Systems
> Web: http://www.evaristesys.com/
> Tel: +1-678-954-0670
> Direct : +1-678-954-0671
>
> ___
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> 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--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread BJ Weschke
Michael J. Liberatore wrote:
> Would this be normal?  Could this be a problem with the line?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Alex
> Balashov
> Sent: Friday, November 23, 2007 8:20 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Annoying PRI Channels Restarting Message
>
>
> My guess is that the B channels are in fact bouncing in and out of
> service and the message is a reflection of it.
>
> On Fri, 23 Nov 2007, Michael J. Liberatore wrote:
>
>   
>> Hi all, i have recently setup a p2p t1 using sangoma t1 cards and 
>> asterisk 1.4.  Its working great but i am getting an annoying message 
>> every little while in asterisk:
>>
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/16
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/17
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/18
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/19
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/20
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/21
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/22
>> restarted on span 2
>> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/23
>> restarted on span 2
>>
>>
>> Basically this goes through all 23 channels and then says its was 
>> successfully restarted.
>>
>> the link doesnt appear to be going down because there is nothing in 
>> the system log that normally comes up when the link actually goes up 
>> or down.  this appears to be some asterisk thing.  its not affecting 
>> calls as far as i can tell and doesnt seem to happen when the channels
>> 
>
>   
>> are in use.
>>
>> Any ideas?  Can this be ignored?  If so, can i safely disable this by 
>> changing it to a debug message in the code?  Thats what i did with an 
>> annoying message caused by setting ext 700 as a orbit on a snom phone.
>>
>> 

 Check out resetinterval=

 **resetinterval**: sets the time in seconds between restart of unused 
channels, defaults to
3600 minimum 60 seconds. Some PBXs don't like channel restarts. so set 
the interval to a
very long interval e.g. 1 or 'never' to disable *entirely*.

  http://www.voip-info.org/wiki/index.php?page=Asterisk+config+zapata.conf

--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/




___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread Michael J. Liberatore
Would this be normal?  Could this be a problem with the line?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex
Balashov
Sent: Friday, November 23, 2007 8:20 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Annoying PRI Channels Restarting Message


My guess is that the B channels are in fact bouncing in and out of
service and the message is a reflection of it.

On Fri, 23 Nov 2007, Michael J. Liberatore wrote:

> Hi all, i have recently setup a p2p t1 using sangoma t1 cards and 
> asterisk 1.4.  Its working great but i am getting an annoying message 
> every little while in asterisk:
>
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/16
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/17
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/18
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/19
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/20
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/21
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/22
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/23
> restarted on span 2
>
>
> Basically this goes through all 23 channels and then says its was 
> successfully restarted.
>
> the link doesnt appear to be going down because there is nothing in 
> the system log that normally comes up when the link actually goes up 
> or down.  this appears to be some asterisk thing.  its not affecting 
> calls as far as i can tell and doesnt seem to happen when the channels

> are in use.
>
> Any ideas?  Can this be ignored?  If so, can i safely disable this by 
> changing it to a debug message in the code?  Thats what i did with an 
> annoying message caused by setting ext 700 as a orbit on a snom phone.
>
> Thanks
>
> Mike
>
>
>
>
> This E-mail, including any attachments, may be intended solely for the

> personal and confidential use of the sender and recipient(s) named 
> above. This message may include advisory, consultative and/or 
> deliberative material and, as such, would be privileged and 
> confidential and not a public document. Pursuant to 42 CFR, any 
> information in this e-mail identifying a former, present, or potential
client of Straight & Narrow is confidential. If you have received this
e-mail in error, you must not review, transmit, convert to hard copy,
copy, use or disseminate this e-mail or any attachments to it and you
must delete this message. You are requested to notify the sender by
return e-mail.
>
>

--
Alex Balashov
Evariste Systems
Web: http://www.evaristesys.com/
Tel: +1-678-954-0670
Direct : +1-678-954-0671

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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--

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


Re: [asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread Alex Balashov

My guess is that the B channels are in fact bouncing in and out of service 
and the message is a reflection of it.

On Fri, 23 Nov 2007, Michael J. Liberatore wrote:

> Hi all, i have recently setup a p2p t1 using sangoma t1 cards and
> asterisk 1.4.  Its working great but i am getting an annoying message
> every little while in asterisk:
>
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/16
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/17
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/18
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/19
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/20
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/21
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/22
> restarted on span 2
> [Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/23
> restarted on span 2
>
>
> Basically this goes through all 23 channels and then says its was
> successfully restarted.
>
> the link doesnt appear to be going down because there is nothing in the
> system log that normally comes up when the link actually goes up or
> down.  this appears to be some asterisk thing.  its not affecting calls
> as far as i can tell and doesnt seem to happen when the channels are in
> use.
>
> Any ideas?  Can this be ignored?  If so, can i safely disable this by
> changing it to a debug message in the code?  Thats what i did with an
> annoying message caused by setting ext 700 as a orbit on a snom phone.
>
> Thanks
>
> Mike
>
>
>
>
> This E-mail, including any attachments, may be intended solely for
> the personal and confidential use of the sender and recipient(s) named
> above. This message may include advisory, consultative and/or
> deliberative material and, as such, would be privileged and confidential
> and not a public document. Pursuant to 42 CFR, any information in this
> e-mail identifying a former, present, or potential client of Straight & 
> Narrow is confidential. If you have received this e-mail in error, you must 
> not review, transmit, convert to hard copy, copy, use or disseminate this 
> e-mail or any attachments to it and you must delete this message. You are 
> requested to notify the sender by return e-mail.
>
>

--
Alex Balashov
Evariste Systems
Web: http://www.evaristesys.com/
Tel: +1-678-954-0670
Direct : +1-678-954-0671

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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


[asterisk-users] Annoying PRI Channels Restarting Message

2007-11-23 Thread Michael J. Liberatore
Hi all, i have recently setup a p2p t1 using sangoma t1 cards and
asterisk 1.4.  Its working great but i am getting an annoying message
every little while in asterisk:
 
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/16
restarted on span 2
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/17
restarted on span 2
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/18
restarted on span 2
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/19
restarted on span 2
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/20
restarted on span 2
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/21
restarted on span 2
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/22
restarted on span 2
[Nov 23 19:17:57] VERBOSE[6487] logger.c: -- B-channel 0/23
restarted on span 2

 
Basically this goes through all 23 channels and then says its was
successfully restarted. 
 
 the link doesnt appear to be going down because there is nothing in the
system log that normally comes up when the link actually goes up or
down.  this appears to be some asterisk thing.  its not affecting calls
as far as i can tell and doesnt seem to happen when the channels are in
use.
 
Any ideas?  Can this be ignored?  If so, can i safely disable this by
changing it to a debug message in the code?  Thats what i did with an
annoying message caused by setting ext 700 as a orbit on a snom phone.
 
Thanks
 
Mike
 
 


This E-mail, including any attachments, may be intended solely for 
the personal and confidential use of the sender and recipient(s) named 
above. This message may include advisory, consultative and/or 
deliberative material and, as such, would be privileged and confidential 
and not a public document. Pursuant to 42 CFR, any information in this 
e-mail identifying a former, present, or potential client of Straight & Narrow 
is confidential. If you have received this e-mail in error, you must not 
review, transmit, convert to hard copy, copy, use or disseminate this e-mail or 
any attachments to it and you must delete this message. You are requested to 
notify the sender by return e-mail.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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