VERSION: 2.14-934a
BUILD: 250103-0843
Server A (Database/Asterisk/Agents server)
Server B (astguiclient.conf DB server pointing to Server A)
Server B has PJSIP trunks to get calls from carrier and to send calls to Server A.
Dialplan on Server A modified to run agi-VICIrecGateway.agi as per manual and SIP header insertion working correctly.
Disabled audio related cron jobs on both servers.
Call comes from carrier to Server B, agi-VICIrecGateway.agi gets executed and both gateway_recording_log and recording_log inserted with this call's information.
gateway_recording_id = 1
recording_id = 1
Call comes to Server A to an ingroup for who's campaign has ALLFORCE recording option, so another record is inserted on recording_id
recording_id = 2
Then I manually run
- Code: Select all
# /usr/share/astguiclient/AST_CRON_audio_1_gateway_stereo.pl --STEREO --debugX
It correctly merges the CARRIER and DIALER audio files and updates recording_log's location for id=1
Finally I manually run
- Code: Select all
# /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3 --GATEWAY --debugX
It correctly compress wav to mp3 and updates recording_log's location for id=1
The problem:
Because the campaign recording id is 2, the recording link on the agent's stats "Recordings for this time period" will not be updated with the stereo recording.
I tried disabling ALLFORCE for the campaign hoping the procedure checks if there's a recording for the call triggered on the recording gateway without luck.
I may be doing something wrong, since I didn't find much documentation on this feature or I'm missing something somewhere.
Please advise...
