Stop Recording after customer Hangup

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Stop Recording after customer Hangup

Postby nithack » Mon Jul 23, 2018 5:18 am

Hi team,

As in current Senirio in vicidial once customer hangup the call ...recording continue to happen till agent does not click hangup call button.
So please help me what changes i need to do, that will stop recording call once the customer hangup

Server APP VERSION
Configuration:
Installed vicibox 7.3,
Vicidial version:2.12-552a ,
Asterisk version:11.25.
nithack
 
Posts: 36
Joined: Sun Nov 24, 2013 1:23 am

Re: Stop Recording after customer Hangup

Postby mflorell » Mon Jul 23, 2018 6:26 am

That is not currently a feature.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Stop Recording after customer Hangup

Postby nithack » Tue Jul 24, 2018 4:42 am

Thanks you for your response but there is any other way so that i can achive it..
nithack
 
Posts: 36
Joined: Sun Nov 24, 2013 1:23 am

Re: Stop Recording after customer Hangup

Postby blackbird2306 » Tue Jul 24, 2018 9:13 am

It is easy to implement this function to vicidial. This solution is hard coded, but if Matt likes it he could add it as a feature with a menu option into vicidial. You need to make your changes in vicidial.php file about line 17728 (newest revision svn 2999 build 180610-2305). Just add the green lines:

if (logout_stop_timeouts==1) {WaitingForNextStep=1;}
//just add these two next lines!
if ( (custchannellive < -1) && (lastcustchannel.length > 3) && (no_empty_session_warnings < 1) && (document.vicidial_form.lead_id.value != '') && (currently_in_email_or_chat==0) )
{conf_send_recording('StopMonitorConf', session_id, recording_filename,'','','');}

if ( (custchannellive < customer_gone_seconds) && (lastcustchannel.length > 3) && (no_empty_session_warnings < 1) && (document.vicidial_form.lead_id.value != '') && (currently_in_email_or_chat==0) )
{CustomerChanneLGone();}
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: Stop Recording after customer Hangup

Postby mflorell » Tue Jul 24, 2018 9:29 am

Thanks for posting your solution.

Since that is a change in default behavior, we would need to add an option to be able to turn it on before we can add it to the svn/trunk codebase.
mflorell
Site Admin
 
Posts: 18335
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: No registered users and 93 guests