[asterisk-users] recrding calls
Joseph
syscon780 at gmail.com
Fri Jan 18 20:22:45 CST 2013
On 01/18/13 18:09, Steve Edwards wrote:
>On Fri, 18 Jan 2013, Joseph wrote:
>
>> I've modified it but the call is recorded as "raw" extension and no
>> TIMESTAMP.
>>
>> exten => 11,n,Set(CALLFILENAME=${EXTEN:1}-${TIMESTAMP})
>> exten => 11,n,MixMonitor(${CALLFILENAME},wav,b)
>
>Please re-read the description for mixmonitor(). The arguments are not the
>same as monitor().
>
Got it, it should be:
exten => 11,n,Set(CALLFILENAME=${EXTEN}-${TIMESTAMP})
exten => 11,n,MixMonitor(${CALLFILENAME}.wav,b)
However, my argument "${TIMESTAMP}" is not taking any effect :-/
--
Joseph
More information about the asterisk-users
mailing list