Re: [asterisk-users] Custom Filename for Incoming Agent Calls

2008-08-01 Thread lenz
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|||) The TRANSFER_CONTEXT is used for transfers. If you need the filename inherited, add a double underscore before it. Thanks

Re: [asterisk-users] Custom Filename for Incoming Agent Calls

2008-08-01 Thread Al Baker
Could you clarify what you mean as inherited In The dial plan for a given call I thought All variable were GLOBAL to that call ?? Thanks lenz wrote: Hi Ricardo, Try this: exten = s,11,Set(MONITOR_FILENAME=/var/spool/queues/PA-${UNIQUEID}) exten = s,12,Set(TRANSFER_CONTEXT=queuetransfer)

Re: [asterisk-users] Custom Filename for Incoming Agent Calls

2008-08-01 Thread Tilghman Lesher
On Friday 01 August 2008 14:16:42 Al Baker wrote: lenz wrote: 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|||) The TRANSFER_CONTEXT is used for transfers. If

Re: [asterisk-users] Custom Filename for Incoming Agent Calls

2008-08-01 Thread Al Baker
Wow - Thanks a bunch. Likely save me about 12 hours of struggle Tilghman Lesher wrote: On Friday 01 August 2008 14:16:42 Al Baker wrote: lenz wrote: Hi Ricardo, Try this: exten = s,11,Set(MONITOR_FILENAME=/var/spool/queues/PA-${UNIQUEID}) exten =

[asterisk-users] Custom Filename for Incoming Agent Calls

2008-07-30 Thread Ricardo Melendez
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

Re: [asterisk-users] Custom Filename for Incoming Agent Calls

2008-07-30 Thread Tilghman Lesher
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