Hi all,
Does anybody know how or who is the one that execute the asterisk cmd that start and stop the recording file ?
I mean, i saw that once the filename is saved into the recording_log table (manager_send.php), the recording its created into the monitor folder, but what i really need to know is WHO read that table and create the file with that filename structure, because im trying to change the filename into the vdc_db_query.php script after the manDialLogCALL action its executed. My problem is that the filename created, is the one that was defined in manager_send.php, not the updated one.
So, i need to know when to apply my change in order to suffer an effect.
Another thing is, the information that i need to add to the filename structure its getted into the vdc_db_query.php into the manDialLogCALL and there is no way that i can retrieve such information from manager_send.php. So, if anybody know what else i can do, i will really appreciate it!.
The information that im trying to add is about the dial status (sold or not sold), like filename-soldok.wav and filename-notsold.wav ... something like that, and im getting these information from another table once the "Client hangup" button was pressed and the call was tipified.
Thanks again for any help that anybody can retrieve!
Regards,
Eskali