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

Antonio Berrios antonio at sheffieldcitytaxis.com
Thu Sep 9 11:52:28 CDT 2010


Steve Davies wrote:
> Hi,
>
> I am using 1.6.2.11, and I need to be able to include the name of the
> channel that answered a call in the call-recording filename.
>
> At a guess we need to use the Queue(name,,,,,,macro) or
> Dial(chan1&chan2,,M(macro)) and use the macro to update the call
> recording filename. But, the macro runs on the calling channel, and I
> need the called channel - Is this accessible?
>
> Thanks,
> Steve
>
>   
Where ever the MixMonitor recording is done add in the  ${CHANNEL} 
variable to the filename parameter. Or even add in the line below to the 
context that contains Dial(QueueName).

For example:

exten => 
s,n,MixMonitor(*${CHANNEL}-${TIMESTAMP}-${UNIQUEID}-${CALLERID(num)}.wav49)

Hope this helps.

Regards,
Antonio
*

<p style="margin: 0; padding: 0; border-collapse: collapse; font-family: Tahoma, Arial, Sans-Serif; font-size: 10px; color: #333333;">
-------------------------------DISCLAIMER----------------------------------------<br />
The information contained in this message is private and confidential and intended only for the recipient named above. If you are not the intended recipient you are notified that any communication, circulation or copying of the information contained in this message is strictly prohibited. If you have received this message in error please notify us immediately by telephone in order that we are made aware of this fact and the message can be returned to us at our address as indicated above. Activity and use of the Sheffield City Taxis e-mail service is monitored to secure its effective operation and for other lawful business purposes. Sheffield City Taxis Ltd. Registered Office: 912 City Road, Sheffield, S2 1GQ. Registered in England no: 4674148. Sheffield City Taxis Limited uses regularly updated anti-virus software in an attempt to reduce the possibility of infection. However we do not guarantee that any attachments to this e-mail are virus free.</p> 




More information about the asterisk-users mailing list