Re: [asterisk-users] Queue logging

2012-11-28 Thread Lenz Emilitri
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.kell...@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
--
_
-- 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

Re: [asterisk-users] Queue logging

2012-11-28 Thread mthayeb

Sent from My Blackberry® @ Tata Docomo

-Original Message-
From: Lenz Emilitri lenz.lo...@gmail.com
Sender: asterisk-users-boun...@lists.digium.com
Date: Wed, 28 Nov 2012 13:18:11 
To: Asterisk Users Mailing List - Non-Commercial 
Discussionasterisk-users@lists.digium.com
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@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
--
_
-- 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


[asterisk-users] Queue logging

2012-11-27 Thread Jonas Kellens

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

Re: [asterisk-users] Queue logging

2012-11-27 Thread Danny Nicholas
Are you using triggering?  If so, perhaps you could modify the trigger
values.  PS asterisk version?

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@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

Re: [asterisk-users] Queue logging

2012-11-27 Thread Jonas Kellens

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-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@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


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

Re: [asterisk-users] Queue logging

2012-11-27 Thread Danny Nicholas
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-boun...@lists.digium.com
[mailto:asterisk-users-boun...@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-boun...@lists.digium.com
[mailto:asterisk-users-boun...@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

 

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

Re: [asterisk-users] Queue logging

2012-11-27 Thread Jonas Kellens

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-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@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-boun...@lists.digium.com
mailto:asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@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


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

Re: [asterisk-users] queue logging

2008-04-11 Thread Drew Gibson
Flash Operator Panel http://www.asternic.org/

regards,

Drew



Arjan Kroon | Mobillion wrote:

 Hi,

 I’m not looking for a programma that show the queue logging.

 But is there a way to check during a call, which member is connected 
 to the caller.

 Kind Regard,

 Arjan Kroon

 * From: * [EMAIL PROTECTED] [mailto: 
 [EMAIL PROTECTED] ] *On Behalf Of *Scott Wolfe
 *Sent:* woensdag 9 april 2008 17:19
 *To:* Asterisk Users Mailing List - Non-Commercial Discussion
 *Subject:* Re: [asterisk-users] queue logging

 You could ASTassistant to see this. Its Freeware.

 www.astassistant.com http://www.astassistant.com

 - Original Message -

 * From: * Arjan Kroon | Mobillion mailto:[EMAIL PROTECTED]

 * To: * Asterisk Users Mailing List - Non-Commercial Discussion
 mailto:asterisk-users@lists.digium.com

 * Sent: * Wednesday, April 09, 2008 1:01 AM

 * Subject: * [asterisk-users] queue logging

 Hi,

 I’ using with asterisk a queue with tree members and round robin.

 When a caller enters this queue and it is connecting to one of the
 members, is there a possibility to see which member the caller is
 connected to?

 And is there a way to see in de application to see if the
 connection from the caller to one of the members was successful of
 not successful?

 I know you can see it in de queue. log.

 But I want to know if I can see it also in the hangup (h) in de
 application?

 Kind Regards

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


-- 
Drew Gibson

Systems Administrator
OANDA Corporation
www.oanda.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] queue logging

2008-04-10 Thread Arjan Kroon | Mobillion
 

Hi,

 

I'm not looking for a programma that show the queue logging.

But is there a way to check during a call, which member is connected to
the caller.

 

Kind Regard,

 

Arjan Kroon



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Scott
Wolfe
Sent: woensdag 9 april 2008 17:19
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] queue logging

 

You could ASTassistant to see this. Its Freeware.

www.astassistant.com

 

- Original Message - 

From: Arjan Kroon | Mobillion mailto:[EMAIL PROTECTED]


To: Asterisk Users Mailing List - Non-Commercial Discussion
mailto:asterisk-users@lists.digium.com  

Sent: Wednesday, April 09, 2008 1:01 AM

Subject: [asterisk-users] queue logging

 

Hi,

 

I' using with asterisk a queue with tree members and round
robin.

When a caller enters this queue and it is connecting to one of
the members, is there a possibility to see which member the caller is
connected to?

 

And is there a way to see in de application to see if the
connection from the caller to one of the members was successful of not
successful?

 

I know you can see it in de queue. log.

But I want to know if I can see it also in the hangup (h) in de
application?

 

Kind Regards

 

 





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

[asterisk-users] queue logging

2008-04-09 Thread Arjan Kroon | Mobillion
Hi,

 

I' using with asterisk a queue with tree members and round robin.

When a caller enters this queue and it is connecting to one of the
members, is there a possibility to see which member the caller is
connected to?

 

And is there a way to see in de application to see if the connection
from the caller to one of the members was successful of not successful?

 

I know you can see it in de queue. log.

But I want to know if I can see it also in the hangup (h) in de
application?

 

Kind Regards

 

 

image001.gif___
-- 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] queue logging

2008-04-09 Thread equis software
You can´t see the ring event in the queue.log.
You can get this event using the Manager connection.


On Wed, Apr 9, 2008 at 5:01 AM, Arjan Kroon | Mobillion 
[EMAIL PROTECTED] wrote:

  Hi,



 I' using with asterisk a queue with tree members and round robin.

 When a caller enters this queue and it is connecting to one of the
 members, is there a possibility to see which member the caller is connected
 to?



 And is there a way to see in de application to see if the connection from
 the caller to one of the members was successful of not successful?



 I know you can see it in de queue. log.

 But I want to know if I can see it also in the hangup (h) in de
 application?



 Kind Regards



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

image001.gif___
-- 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] queue logging

2008-04-09 Thread Matt King
Hello Arjan,

You can see who is in the queue, which agent is ringing, whether the 
agent is Paused, and which agent is connected to which caller, using 
OrderlyStats (FREE sign up at http://www.orderlyq.com/orderlystats.html 
). This is shown in Real Time, and also in the call history logs.

This will also show you whether the connection succeeded or failed 
as requested.

Kind regards,

   Matt -- OrderlyQ Support.

___
-- 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] queue logging

2008-04-09 Thread Scott Wolfe
You could ASTassistant to see this. Its Freeware.
www.astassistant.com

  - Original Message - 
  From: Arjan Kroon | Mobillion 
  To: Asterisk Users Mailing List - Non-Commercial Discussion 
  Sent: Wednesday, April 09, 2008 1:01 AM
  Subject: [asterisk-users] queue logging


  Hi,

   

  I' using with asterisk a queue with tree members and round robin.

  When a caller enters this queue and it is connecting to one of the members, 
is there a possibility to see which member the caller is connected to?

   

  And is there a way to see in de application to see if the connection from the 
caller to one of the members was successful of not successful?

   

  I know you can see it in de queue. log.

  But I want to know if I can see it also in the hangup (h) in de application?

   

  Kind Regards



   



--


  ___
  -- 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-usersimage001.gif___
-- 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