Good Evening,
I have a small issue and Joe R. was able to help out recently but I figured I would post this to all incase someone else runs into it as well.
Have a system (Will note Release levels latter) that is recording all traffic on five SIP phones with an average of ~250 calls per day being handled. I had showed the manager how to use the ARI (after I was showed) to view these calls using the Admin login and the proper password. This worked fine for a while, but the other day he called and said there was no recording of calls and asked me to look into it.
Well, it appears that he might be half right.. When I log in to the panel there are no WAV files listed in the right column (Monitor) and I do get a PHP exception message near the top --
When I run a simple script I see that I actually have many wav files right up to the current time, they are just not being processed or matched up to the call log in this PHP script. Here is a quick count and the last file..
the count of 5139 wav files is about right.
My Question has anyone hacked in this application, and have a solution to the two many files issue in the php code or a better way to give the center manager access to this .. they want/need to be able to listen and sometimes save to the windows desktop
TIA...
I have a small issue and Joe R. was able to help out recently but I figured I would post this to all incase someone else runs into it as well.
Have a system (Will note Release levels latter) that is recording all traffic on five SIP phones with an average of ~250 calls per day being handled. I had showed the manager how to use the ARI (after I was showed) to view these calls using the Admin login and the proper password. This worked fine for a while, but the other day he called and said there was no recording of calls and asked me to look into it.
Well, it appears that he might be half right.. When I log in to the panel there are no WAV files listed in the right column (Monitor) and I do get a PHP exception message near the top --
Code:
To many files in /var/spool/asterisk/monitor/g2101-20091130-135518-1259607317.18310.wav Not all files processed
When I run a simple script I see that I actually have many wav files right up to the current time, they are just not being processed or matched up to the call log in this PHP script. Here is a quick count and the last file..
Code:
[EMAIL="root@pbx:/var/spool/asterisk/monitor"]root@pbx:/var/spool/asterisk/monitor[/EMAIL] $ ls -la | grep -c wav
5139
-rw------- 1 asterisk asterisk 1108844 Dec 2 23:21 OUT2101-20091202-232026-1259814026.19868.wav
the count of 5139 wav files is about right.
My Question has anyone hacked in this application, and have a solution to the two many files issue in the php code or a better way to give the center manager access to this .. they want/need to be able to listen and sometimes save to the windows desktop
TIA...
Code:
* Running Asterisk Version : Asterisk 1.4.21.1
* Asterisk Source Version : 1.4.21.1
* Zaptel Source Version : 1.4.11
* Libpri Source Version : 1.4.5
* Addons Source Version : 1.4.7
* FreePBX 2.5 Code 2.5.2.1
* Voicemail Module 2.5.1.6
Original work based on ARI from Littlejohn Consulting