Page 1 of 1

No one is in your session

PostPosted: Thu Oct 19, 2017 12:35 pm
by iboam
Hi everyone, i would like o thanks everyone in advance.

It's there a way to Auto Call Agent Webphone on login ? I'm using Zoiper web

Re: No one is in your session

PostPosted: Thu Oct 19, 2017 12:51 pm
by mflorell
No, you have to give the webphone time to load, that can vary depending on the agent workstation and could be 5 seconds or 30. There is no universal time for all agents, which is why we did not make that call automatic for webphones.

Re: No one is in your session

PostPosted: Thu Oct 19, 2017 1:03 pm
by iboam
It does nor call agent webphone unless i click it ... it’s there a way to fix this ?

Re: No one is in your session FIXED

PostPosted: Thu Oct 19, 2017 2:34 pm
by iboam
i just edit the vicidial.php in agc folder and added the NoneInSessionCalL('LOGIN'); return false; to the onload parameter in the body tag, that way every time it login automatically load the function to call agent webphone.

<body onload="begin_all_refresh(); NoneInSessionCalL('LOGIN'); return false;" onunload="BrowserCloseLogout();">

It Works like a charm !!!!!