Call Recording Filename is not in FULLDATE_CUSTPHONE

Posted:
Mon Nov 19, 2007 7:06 pm
by kspmsiva
Hi
I am using Centos 5, Asterisk 1.4.14
My Call Recordings file names are different like 'Local/860051' its not storing in FULLDATE_CUSTPHONE
Any Reasons

Posted:
Mon Nov 19, 2007 10:18 pm
by mflorell
downgrade to Asterisk 1.2.24 It is much more stable to run VICIDIAL on than Asterisk 1.4.X. You also will not have the recording filename problem.

Posted:
Wed Nov 21, 2007 5:32 am
by peacy
You can get the correct filenames if you change your extentions.conf.
Change this line:
exten => 8309,2,Monitor(wav,${CALLERIDNAME})
to this one:
exten => 8309,2,Monitor(wav,${CALLERID(name)});
But it's still not recommended to use Asterisk 1.4.x. (I downgraded myself after having serious problems)
The modified line works with both 1.2.x and 1.4.x.