Re: [asterisk-users] Set CDR userfield for Queues

2010-02-01 Thread William Stillwell (Lists)
: Saturday, January 30, 2010 8:38 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Set CDR userfield for Queues Thereis an option with log queue stored into database. You can do an cross join from cdr and queue log using callid. With this solution you can

Re: [asterisk-users] Set CDR userfield for Queues

2010-02-01 Thread Luis Morales
To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Set CDR userfield for Queues Thereis an option with log queue stored into database. You can do an cross join from cdr and queue log using callid. With this solution you can track your call over your asterisk system

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-30 Thread Luis Morales
-users-boun...@lists.digium.com] On Behalf Of Deep D Sent: Friday, January 22, 2010 11:28 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Set CDR userfield for Queues I just added a line with 'h'extension. My dialplan is like this [mycontext

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-24 Thread William Stillwell (Lists)
, 2010 11:28 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Set CDR userfield for Queues I just added a line with 'h'extension. My dialplan is like this [mycontext] exten = s,1,Queue(6000) exten = h,1,Set(CDR(userfield)=${MEMBERINTERFACE}) On Sat, Jan

[asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread Deep D
Hello, I am using Queue application with multiple agents in each queue. I want to set the CDR(userfield) for each cdr based on the agent answering the call. Is it possible to do this? Thanks -- _ -- Bandwidth and Colocation

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread Danny Nicholas
...@lists.digium.com] On Behalf Of Deep D Sent: Friday, January 22, 2010 8:23 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Set CDR userfield for Queues Hello, I am using Queue application with multiple agents in each queue. I want to set the CDR(userfield) for each cdr based

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread William Stillwell (Lists)
' and userfield '' -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Deep D Sent: Friday, January 22, 2010 9:23 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Set CDR userfield for Queues

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread Deep D
] On Behalf Of Deep D Sent: Friday, January 22, 2010 8:23 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Set CDR userfield for Queues Hello, I am using Queue application with multiple agents in each queue. I want to set the CDR(userfield) for each cdr based on the agent answering

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread Carlos Chavez
On Fri, 2010-01-22 at 20:25 +0530, Deep D wrote: I want to do something like this exten = 1234,n,Queue(6000,c) exten = 1234,n,Set(CDR(userfield)=${Agent}) ;; where Agent is the agent who answered the call exten = 1234,n,Hangup Actually because the user will hangup within the Queue

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread Deep D
The 'h' extension worked. Thanks. The other option of 'memebermacro' did not work. On the asterisk console I could see that the macro is executed and cdr userfield is set when agent answers the call, but the userfield doesn't show up in the generated cdr. Also I had one more question. Doesn't

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread William Stillwell (Lists)
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Deep D Sent: Friday, January 22, 2010 1:15 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Set CDR userfield for Queues The 'h' extension worked

Re: [asterisk-users] Set CDR userfield for Queues

2010-01-22 Thread Deep D
...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Deep D Sent: Friday, January 22, 2010 1:15 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Set CDR userfield for Queues The 'h' extension worked. Thanks. The other option