Hi there,

    You can do that by making a context in your dial-plan with the name of your queue. Then in your queue config put :  context="context you write in your dial-plan".

    That way the asterisk will save the name of your queue in the 'dcontext'  column

    Example:


    ; Context in dialplan
    [in_test]

    ; In queues.conf or in db(if you have it on Real Time)

    [in_test]

    context = in_test


    I hope that's what you are looking for.



El 06/13/2012 03:03 AM, Lenz Emilitri escribió:
It would likely be easier for you to use a tool that already processes queue_log information. There are a number available :) 

2012/6/13 Pratik Shrestha <[email protected]>
Dear All,

I am making asterisk report using CDR values given by asterisk. 

I have queues which consist of multiple members (extension). Also, an extension may be in multiple queues. So, I want CDR to record the name/number of queue from which the call was originated. 

--
Loway - home of QueueMetrics - http://queuemetrics.com
Test-drive WombatDialer alpha @ 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


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

Reply via email to