[asterisk-users] Custom Filename for Incoming Agent Calls
lenz
lenz-ml at oinko.net
Fri Aug 1 07:59:31 CDT 2008
Hi Ricardo,
Try this:
exten => s,11,Set(MONITOR_FILENAME=/var/spool/queues/PA-${UNIQUEID})
exten => s,12,Set(TRANSFER_CONTEXT=queuetransfer)
exten => s,13,queue(q-pa|t|||9999)
The TRANSFER_CONTEXT is used for transfers. If you need the filename
inherited, add a double underscore before it.
Thanks
l.
In data Wed, 30 Jul 2008 23:09:11 +0200, Ricardo Melendez
<rmelendez at utep.com.mx> ha scritto:
> Hi, to all, I have configured 3 Inbound/outbound agents queues, I
> record
> Outgoing calls with custom filename like
> outgoing-${callerid(num)}-${EXTEN}-${TIMESTAMP}.gsm
>
> but I need to record Incoming calls and asterisk by default add 13 digits
> number to inbound recordings like Agent-001-1298375678-890.gsm, how I
> can
> customize this filename recordings?
>
>
> Thanks in advance.
>
>
> Ricardo Melendez
>
>
--
Home of QueueMetrics - http://queuemetrics.com
More information about the asterisk-users
mailing list