Hello William.
Thanks for your answer. Sorry for late reply.
Installer version: ViciBox v.7.0.3-160505
I'm trying to work with crm_example itself. front.php and crm_example.php stay unchanged, crm_settings.php modified as described in comments:
- Code: Select all
# The full URL to the Vicidial Agent Screen, (usually something like "http://server/agc/vicidial.php")
$agent_screen_url = 'http://XX.XX.XX.XX/agc/vicidial.php';
# The full URL to the Vicidial Agent API, (usually something like "http://server/agc/api.php")
$api_url = 'http://XX.XX.XX.XX/agc/api.php';
# The user and pass of a level 8 user that has API and modify lead permissions
$api_user = 'user';
$api_pass = 'password';
(instead of XX.XX.XX.XX entered IP address of my Vicidial server)
All three php files copied to web server.
When I open front.php in browser, almost all works as expected.
After I enter login information, Vicidial Agent connecting with server and I receive call from server on my softphone.
After I click link "Start taking calls" in CRM page, Vicidial Agent changes state and Vicidial server starts to make outgoing calls from selected campaign.
After client answers a call, CRM page with client information is opened. But instead opening in crmagent frame of CRM front page, it opens in new browser tab.
If my description is not clear, please ask and I provide you with additional information or screenshot.