From da7f1c9f032ccbd574231599596dd4362ee255f5 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 9 Feb 2010 18:06:29 +0000 Subject: [PATCH] small fix for multi-pause-code change update in zoiper webphone code for new version git-svn-id: svn://192.168.202.10@1334 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vicidial.php | 2 +- www/agc/webphone/zoiperweb.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 570b04b9..94b64214 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -2796,7 +2796,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";} var timer_action_message=''; var timer_action_seconds=''; var is_webphone=''; - var pause_code_counter=0; + var pause_code_counter=1; var DiaLControl_auto_HTML = "\"\"Resume\""; var DiaLControl_auto_HTML_ready = "\"\"Resume\""; var DiaLControl_auto_HTML_OFF = "\"\"Resume\""; diff --git a/www/agc/webphone/zoiperweb.php b/www/agc/webphone/zoiperweb.php index 1f5aface..a138d6ed 100644 --- a/www/agc/webphone/zoiperweb.php +++ b/www/agc/webphone/zoiperweb.php @@ -97,6 +97,7 @@ function OnZoiperReady(phone) { Zoiper = phone; var Config = Zoiper.GetConfig(); + Config.PopupMenuOnIncomingCall = "false"; var Account = Zoiper.GetAccount("Sample"); if (null == Account)