Hello, at the moment I am logging queues into a MySQL DB, but this can quickly become a lot of information. Is there a way to exclude certain queues from being logged into the queue log ? Thanks, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121127/0482a83f/attachment.htm>
Are you using triggering? If so, perhaps you could modify the trigger values. PS asterisk version? From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonas Kellens Sent: Tuesday, November 27, 2012 10:21 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Queue logging Hello, at the moment I am logging queues into a MySQL DB, but this can quickly become a lot of information. Is there a way to exclude certain queues from being logged into the queue log ? Thanks, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121127/f174654b/attachment.htm>
Hello, I am not using triggering (what is this ?). Just using extconfig.conf Asterisk 1.8.12.2 Kind regards, Jonas. On 27-11-12 17:28, Danny Nicholas wrote:> > Are you using triggering? If so, perhaps you could modify the trigger > values. PS asterisk version? > > *From:*asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] *On Behalf Of *Jonas > Kellens > *Sent:* Tuesday, November 27, 2012 10:21 AM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* [asterisk-users] Queue logging > > Hello, > > at the moment I am logging queues into a MySQL DB, but this can > quickly become a lot of information. > > Is there a way to exclude certain queues from being logged into the > queue log ? > > > > Thanks, > Jonas. > > > > -- > _____________________________________________________________________ > -- 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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121127/ebc5ed2f/attachment.htm>
Triggering is a MYSQL mechanism that forces database action on specified conditions. My best guess is that you would have to tweak addons/res_config_mysql.c to be able to filter logs. It would probably be easier to write a daemon to clear the unwanted data on a periodic basis. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonas Kellens Sent: Tuesday, November 27, 2012 12:27 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Queue logging Hello, I am not using triggering (what is this ?). Just using extconfig.conf Asterisk 1.8.12.2 Kind regards, Jonas. On 27-11-12 17:28, Danny Nicholas wrote: Are you using triggering? If so, perhaps you could modify the trigger values. PS asterisk version? From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonas Kellens Sent: Tuesday, November 27, 2012 10:21 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Queue logging Hello, at the moment I am logging queues into a MySQL DB, but this can quickly become a lot of information. Is there a way to exclude certain queues from being logged into the queue log ? Thanks, Jonas. -- _____________________________________________________________________ -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121127/bd6592ea/attachment.htm>
Ah OK, that triggering I know. I though maybe there was some kind of setting on a per queue base that could control the logging, like there is "amaflags" on a peer. Jonas. On 27-11-12 20:53, Danny Nicholas wrote:> > Triggering is a MYSQL mechanism that forces database action on > specified conditions. My best guess is that you would have to tweak > addons/res_config_mysql.c to be able to filter logs. It would > probably be easier to write a daemon to clear the unwanted data on a > periodic basis. > > *From:*asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] *On Behalf Of *Jonas > Kellens > *Sent:* Tuesday, November 27, 2012 12:27 PM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* Re: [asterisk-users] Queue logging > > Hello, > > I am not using triggering (what is this ?). > > Just using extconfig.conf > > Asterisk 1.8.12.2 > > > Kind regards, > Jonas. > > On 27-11-12 17:28, Danny Nicholas wrote: > > Are you using triggering? If so, perhaps you could modify the > trigger values. PS asterisk version? > > *From:*asterisk-users-bounces at lists.digium.com > <mailto:asterisk-users-bounces at lists.digium.com> > [mailto:asterisk-users-bounces at lists.digium.com] *On Behalf Of > *Jonas Kellens > *Sent:* Tuesday, November 27, 2012 10:21 AM > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* [asterisk-users] Queue logging > > Hello, > > at the moment I am logging queues into a MySQL DB, but this can > quickly become a lot of information. > > Is there a way to exclude certain queues from being logged into > the queue log ? > > > > Thanks, > Jonas. > > > > > -- > > _____________________________________________________________________ > > -- Bandwidth and Colocation Provided byhttp://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-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121128/b4bbb372/attachment-0001.htm>
How large is your systems? because the information created by of a call on a queue is just like a hundred bytes, so it is usually safe to keep them all in any case on modern systems. 2012/11/27 Jonas Kellens <jonas.kellens at telenet.be>> Hello, > > at the moment I am logging queues into a MySQL DB, but this can quickly > become a lot of information. > > Is there a way to exclude certain queues from being logged into the queue > log ? > > > > Thanks, > Jonas. > > -- > _____________________________________________________________________ > -- 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 >-- Loway - home of QueueMetrics - http://queuemetrics.com Test-drive WombatDialer beta @ http://wombatdialer.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121128/04d24576/attachment.htm>
Sent from My Blackberry? @ Tata Docomo -----Original Message----- From: Lenz Emilitri <lenz.loway at gmail.com> Sender: asterisk-users-bounces at lists.digium.com Date: Wed, 28 Nov 2012 13:18:11 To: Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users at lists.digium.com> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] Queue logging -- _____________________________________________________________________ -- 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