Page 1 of 1

Page Redirection

PostPosted: Tue Nov 19, 2019 12:24 am
by palanivelrajan
In Vicidial After Login the Page has to be Redirected To My Custom php Application page? I Want Phone Number used in phone login and with Agent Phone Dialer Call after Phone Login . ( The Agent Make a phone call automaticallly after login in vicidial setup must me continue to my application ). My Vicidial Version is VERSION: 2.2.1-260

Re: Page Redirection

PostPosted: Thu Dec 05, 2019 12:03 pm
by williamconley
If you want to use a custom application to control a vicidial agent screen, you would NOT redirect the agent screen. That will break the Vicidial session. Put one of the two in an iFrame instead and use the Agent API to control the agent screen session. Vicidial's agent screen is not a simple web page: It's a javascript application running inside a web page and it has constant contact with the database. The agent session will break if you leave or refresh the page. Leave it in an iFrame or open an iframe in the Script pane for your page.