Hangup again option on dispo screen

All installation and configuration problems and questions

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

Hangup again option on dispo screen

Postby muyousif » Mon Oct 28, 2019 12:47 am

Hi,

Could you please confirm why we have hangup again option on vicidial agent dispo screen, what is purpose and is it possible to disable it?


VERSION: 2.14-684a
BUILD: 180812-0902
ViciBox v.6.0.3 | VERSION: 2.14-685a BUILD: 180825-2100| Asterisk 1.8.29 | Cluster: 1 DB: 16Core@2.67GHz 16RAM | 1 WEB: 8Core@2.50GHz 16RAM | 8 Tel: QuadCore@2.93GHz 8RAM
muyousif
 
Posts: 119
Joined: Wed May 14, 2014 5:29 am

Re: Hangup again option on dispo screen

Postby williamconley » Sat Mar 07, 2020 12:36 pm

It's there because some situations result in a failure to hang up the customer, this offers the agent a 2nd chance to kill the call. I've never had a client ask about it, I have no idea if anyone has ever needed it. lol

To hide it, modify /srv/www/htdocs/agc/vicidial.php around lines 13639 and 19613 ...

about 13639 find:

Code: Select all
document.getElementById("DispoSelectHAspan").innerHTML = "<a href=\"#\" onclick=\"DispoHanguPAgaiN()\"><?php echo _QXZ("Hangup Again"); ?></a>";


Change to:

Code: Select all
document.getElementById("DispoSelectHAspan").innerHTML = "";


about 19613 find:

Code: Select all
<a href="#" onclick="DispoHanguPAgaiN()"><?php echo _QXZ("Hangup Again"); ?></a>


Delete that portion of code. Not the part enclosing it, just that specific "a" element.

To disable it (but leave it visible), modify /srv/www/htdocs/agc/vicidial.php around lines 13639 and 19613 ...

about 13639 find:

Code: Select all
document.getElementById("DispoSelectHAspan").innerHTML = "<a href=\"#\" onclick=\"DispoHanguPAgaiN()\"><?php echo _QXZ("Hangup Again"); ?></a>";


Change to:

Code: Select all
document.getElementById("DispoSelectHAspan").innerHTML = "<?php echo _QXZ("Hangup Again"); ?>";


about 19613find:

Code: Select all
<a href="#" onclick="DispoHanguPAgaiN()"><?php echo _QXZ("Hangup Again"); ?></a>


Change to:

Code: Select all
<?php echo _QXZ("Hangup Again"); ?>
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 62 guests