Vtiger javascript:VICIDIALcall function
Posted: Mon Nov 28, 2011 12:32 pm
Hello,
I was installed vicibox & made the integration with vtiger 5.1.0 (with: Vtiger510_vicidial_002_noclose.patch), but when I try to click on phone number: VCcall XXXXXXXXX - no action is taken (no errors, popups, etc...)
Apache logs /var/log/apache2/error_log:
If I try to do this manually:
The call is placed:
Vicibox server is installed on the local network (192.168.xx). On the router is enabled DMZ to the internal IP address of the server.
I am connecting with server via an external IP address of the router (i'm out of localnet).
What could be the cause of inability to make a call directly from Vtiger?
- Code: Select all
ViciBox Redux v.3.1.13 32bit with astguiclient svn trunk install:
VERSION: 2.4-338c
BUILD: 111114-0039
I was installed vicibox & made the integration with vtiger 5.1.0 (with: Vtiger510_vicidial_002_noclose.patch), but when I try to click on phone number: VCcall XXXXXXXXX - no action is taken (no errors, popups, etc...)
Apache logs /var/log/apache2/error_log:
- Code: Select all
[Mon Nov 28 17:54:34 2011] [error] [client XX.XXX.XXX.XXX] PHP Warning: file(http://xx.xxx.xxx.xxx/agc/api.php?source=vtiger&user=1000&pass=1234&agent_user=6666&function=external_dial&value=XXXXXXXXX&phone_code=XX&search=YES&preview=NO&focus=YES&vendor_id=2): failed to open stream: Connection refused in /srv/www/htdocs/vtigercrm/vtigerservice.php on line 95, referer: http://XX.XXX.XXX.XXX/vtigercrm/index.php?module=Leads&action=index&parenttab=Sales
If I try to do this manually:
- Code: Select all
http://XX.XXX.XXX.XXX/agc/api.php?source=vtiger&user=1000&pass=1234&agent_user=6666&function=external_dial&value=XXXXXXXXX&phone_code=XX&search=YES&preview=NO&focus=YES&vendor_id=2
The call is placed:
- Code: Select all
SUCCESS: external_dial function set - XXXXXXXXX|6666|1|YES|NO|YES|2|1322500567||||
Vicibox server is installed on the local network (192.168.xx). On the router is enabled DMZ to the internal IP address of the server.
I am connecting with server via an external IP address of the router (i'm out of localnet).
What could be the cause of inability to make a call directly from Vtiger?