Incoming calls - Displayed

Hi,

I am recording INCOMING phone calls.
For this, I use the macro() :

Mixmonitor (/home/xxx/${STRFTIME(${EPOCH},%Y%m%d-%H%M%S}-${CALLERID}.wav¦av(0)V(0))

the problem is that, this function, doesn’t display the Number CALLING !

CALLERNUM, CALLERID… help to change the CALLERID.
I don’t want to change, I just want to display it, into my file name

any ideas how to do ?

Thanks and regards,

Try use ${CALLERID(num)} instead of ${CALLERID}.

Cheers.

Marco Bruni

Thanks !!
That works fine !!!

Thanks again