how to disable this DEBUG information... I am getting this on Asterisk CLI ----------------------------------------------------------------------- Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:3397 __zt_exception: Exception on 22, channel 4 Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:2765 zt_handle_event: Got event On hook(1) on channel 4 (index 0) Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:1133 zt_disable_ec: disabled echo cancellation on channel 4 Mar 5 16:18:17 DEBUG[426001]: channel.c:2275 ast_channel_bridge: Didn't get a frame from channel: Zap/4-1 Mar 5 16:18:17 DEBUG[426001]: channel.c:2343 ast_channel_bridge: Bridge stops bridging channels Zap/3-1 and Zap/4-1 Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:1715 zt_hangup: Hangup: channel: 4 index = 0, normal = 22, callwait = -1, thirdcall = -1 Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:1133 zt_disable_ec: disabled echo cancellation on channel 4 Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:2095 zt_setoption: Set option TDD MODE, value: OFF(0) on Zap/4-1 Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:1076 update_conf: Updated conferencing on 4, with 0 conference users -- Hungup 'Zap/4-1' ----------------------------------------------------------------------- -- Atif Rasheed Convergence (Business Systems) http://www.convergence.com.pk --
On Fri, 2004-03-05 at 12:18, atif wrote:> how to disable this DEBUG information...I would have intuitively said 'zap no debug' but apparently the 'no debug' is not implemented for zap although it exist for sip, iax, h323, skinny and mgcp. Should we consider this absence as a bug worthy of a wishlist item ? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040305/ad386b1e/attachment.pgp
On 2004 Mar 05, at 05:18, atif wrote:> how to disable this DEBUG information... > I am getting this on Asterisk CLI > > ----------------------------------------------------------------------- > Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:3397 __zt_exception: > Exception on 22, channel 4Edit /etc/asterisk/logger.conf. On the line beginning with "console", remove the debug item, then issue the command "logger restart". -Tilghman
Greetings All! I just found Asterisk and am new this list. I have a home office that I have an old DOS based IVR Telephone System (Telepro) running on an old 386 pc and Dialogic D41D board. I would like to upgrade to something new and came across Asterisk. I have read the documentation and it does appear very flexible, but I thought I would run my questions by the list, before I jump in. My current setup looks something like this. Extensions When someone enters an extension it will either be routed to an outside number, for example Joe is at ext 400. Caller enters 400 and is placed on hold while phone system dials Joe's Cell phone if Joe does not answer phone system tries his home number. If Joe answers, phone system announce, I have a call for you, Press 1 to Accept Press 2 To Decline. Joe presses 1, call is transferred to him. Joe presses 2, call is sent to next number, if no further numbers, call is sent vm. Or virtually, for example Caller presses 1 for general sales. Screen Prompt appears stating Sales Call Accept/Busy. Pickup phone click accept and call is released. Click busy or prompt times out (no response) call is routed to next number or to vm Does Asterisk make sense as a replacement for this system? What hardware would you recommend? I have two incoming centrix lines. Thanks for any info. ~Hopper
Tilghman Lesher wrote: > > On 2004 Mar 05, at 05:18, atif wrote: > >> how to disable this DEBUG information... >> I am getting this on Asterisk CLI >> >> ----------------------------------------------------------------------- >> Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:3397 __zt_exception: >> Exception on 22, channel 4 > > > Edit /etc/asterisk/logger.conf. On the line beginning with "console", > remove the debug item, then issue the command "logger restart". > > -Tilghman That should be "logger reload" and not restart. John
On 2004 Mar 05, at 08:28, John Fraizer wrote:> Tilghman Lesher wrote: > > > > On 2004 Mar 05, at 05:18, atif wrote: > > > >> how to disable this DEBUG information... > >> I am getting this on Asterisk CLI > >> > >> > ----------------------------------------------------------------------- > >> Mar 5 16:18:17 DEBUG[426001]: chan_zap.c:3397 __zt_exception: > >> Exception on 22, channel 4 > > > > > > Edit /etc/asterisk/logger.conf. On the line beginning with > "console", > > remove the debug item, then issue the command "logger restart". > > That should be "logger reload" and not restart.Ah, yes. Blame me for always typing "log<tab>re<tab><enter>" -Tilghman