[asterisk-users] Custom Filename for Incoming Agent Calls

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Wed Jul 30 17:12:15 CDT 2008


On Wednesday 30 July 2008 16:09:11 Ricardo Melendez wrote:
> 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?

Add one or two underscores in front of the variable name, to activate variable
inheritance, i.e.
Set(_MIXMONITOR_FILENAME=...) or Set(__MIXMONITOR_FILENAME=...)

-- 
Tilghman



More information about the asterisk-users mailing list