[asterisk-users] Queue/Dial Recording - Capture answering channel name.

Steve Davies davies147 at gmail.com
Mon Sep 13 11:37:39 CDT 2010


On 13 September 2010 16:58, Carlos Chavez <cursor at telecomabmex.com> wrote:
> On Mon, 2010-09-13 at 11:22 +0100, Steve Davies wrote:
>> On 13 September 2010 11:07, Antonio Berrios
>> <antonio at sheffieldcitytaxis.com> wrote:
>> > Gotcha. Yeah, I'm looking at implementing that (searching call
>> > recordings by agent that took the call) here but since our asterisk call
>> > recording is a separate server to the ones dealing with queues I'll be
>> > looking at tie-ing the agent to the call recording via a unique call ID
>> > in a database rather than in the filename itself. I'll post my
>> > findings/solution to the list if you would like?
>> >
>>
>> Sounds like a plan :)
>>
>> I may try to modify Asterisk to send more parameters to the
>> MONITOR_EXEC script if requested to do so. UniqueID, CDR(channel) and
>> CDR(dstchannel) seem like obvious choices.
>>
>> I'll post results here if I manage it.
>>
>        What we do is get the ${MEMBERINTERFACE} variable from the Queue and
> then rename the file in the h extension.  To get this variable you need
> to set "setinterfacevar=yes" in your queue definition.  We then run an
> AGI from the h extension to rename and move the file.
>

Excellent. thank you.
:)
Steve



More information about the asterisk-users mailing list