Re: [asterisk-users] Monitor doohicky got event Event 160 on channel..

2007-08-09 Thread Philipp Kempgen
Diego Iastrubni wrote:

 I am seeing on my logs this message:
 
 Jun 13 09:14:51 DEBUG[4944] chan_zap.c: Monitor doohicky got event Event 160 
 on channel 3
 Jun 13 09:14:51 DEBUG[4944] chan_zap.c: Monitor doohicky got event Event 160 
 on channel 3
  
 (repeated much more then what I will show here).
 
 I see that it comes from static void* do_monitor(void *data)  in 
 chan_zap.c, 
 but I do not understand what does it mean, and now why is it spamming my 
 logs.

Because you are logging debug messages :-P

---cut---
; Debug mode turns on a LOT of extra messages,
; most of which you are unlikely to understand without an understanding of
; the underlying code.  Do NOT report debug messages as code issues, unless
; you have a specific issue that you are attempting to debug.  They are
; messages for just that -- debugging -- and do not rise to the level of
; something that merit your attention as an Asterisk administrator.  Debug
; messages are also very verbose and can and do fill up logfiles quickly;
; this is another reason not to have debug mode on a production system
unless
; you are in the process of debugging a specific issue.
---cut---

So if there is no problem with your system just don't enable
debug mode.

Regards,
  Philipp Kempgen

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
  Asterisk? - http://www.das-asterisk-buch.de
  My pick of the month: rfc 2822 3.6.5

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

___
--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] Monitor doohicky got event Event 160 on channel..

2007-08-09 Thread Tzafrir Cohen
On Wed, Aug 08, 2007 at 12:56:33PM +0300, Diego Iastrubni wrote:
 Hi all,
 
 I am seeing on my logs this message:
 
 Jun 13 09:14:51 DEBUG[4944] chan_zap.c: Monitor doohicky got event Event 160 
 on channel 3
 Jun 13 09:14:51 DEBUG[4944] chan_zap.c: Monitor doohicky got event Event 160 
 on channel 3

It means that either:

* Asterisk is drunk

* Asterisk is getting strange events from the zaptel channels. The
  trigger here is an even from Zaptel. But what are those events?

But where does Zaptel send those events?

I don't see any similar ZT_EVENT_* value in zaptel.h and I don't see any
value sent through zt_qevent_lock that is not a ZT_EVENT_* .

Hmmm... leftovers in the events buffer?
Time for a bug report, I guess.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--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] Monitor doohicky got event Event 160 on channel..

2007-08-09 Thread Diego Iastrubni
On Thursday 09 August 2007 09:40, Philipp Kempgen wrote:
 Because you are logging debug messages :-P

 ---cut---
 ; Debug mode turns on a LOT of extra messages,
 ; most of which you are unlikely to understand without an understanding of
 ; the underlying code.  Do NOT report debug messages as code issues, unless
 ; you have a specific issue that you are attempting to debug.  They are
 ; messages for just that -- debugging -- and do not rise to the level of
 ; something that merit your attention as an Asterisk administrator.  Debug
 ; messages are also very verbose and can and do fill up logfiles quickly;
 ; this is another reason not to have debug mode on a production system
 unless
 ; you are in the process of debugging a specific issue.
 ---cut---

And that is my question, what is that message. My first assumption is that 
debug messages are for debugging - which means something can be wrong , and 
those messages will help me. As a develop (he wrong list...?) I would 
like to know what help can I gain from those messages.

 So if there is no problem with your system just don't enable
 debug mode.
See Tzafrir's reply, that would explain much more.

___
--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] Monitor doohicky got event Event 160 on channel..

2007-08-09 Thread Philipp Kempgen
Diego Iastrubni wrote:

 On Thursday 09 August 2007 09:40, Philipp Kempgen wrote:

 So if there is no problem with your system just don't enable
 debug mode.
 See Tzafrir's reply, that would explain much more.

That message did not yet make it to me.
The list still seems to have delivery problems.

Regards,
  Philipp Kempgen

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
  Asterisk? - http://www.das-asterisk-buch.de
  My pick of the month: rfc 2822 3.6.5

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

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