Hello,
We have a problem with asterisk monitor files. They are being saved with default names, however the names of the files differ from the uniqueid fields that we have in our CDR.
For example: In Mysql CDR we have uniqueid: 1381227483.514
The file name is: 1381227411-DAHDI-30-1-out.wav
Previously we were able to construct the name of the monitor file by exploding uniqueid , but since we upgraded asterisk, they are different.
Any idea how can we solve this? Did anyone else had this problem?
Is there other way that we could connect the monitor files and mysql CDR - as we are unable to find the correct file now?
On all extensions we use the same command:
exten => s,n,Monitor(wav,)
Thank you in advance.