Vtiger504 & clic to dial help
Posted: Tue Aug 11, 2009 2:11 pm
Hello,
I just follow up the steps for install vtiger504 and clic to dial patch and it's working as should be, except that only works with USA formatted phones.
Example: the phone 8005554444 works, since the function add the phone code 1 by default.
My situation is that I need to dial to UK (phonecode 01144) but I can't find the way, because everytime that I try, the function put 1 as dial code, even if I put the phonenumber with the phone code include.
Thank you in advance!
PD.
Im working with the file general.js that is located in vtigercrm/include/
and I changed:
var VCcallQuery = "VCcall=1&phone=" + phone + "&dialcode=01144";
and nothing.
I tried:
var VCcallQuery = "VCcall=01144&phone=" + phone + "&phone_code=01144";
and nothing.
I just follow up the steps for install vtiger504 and clic to dial patch and it's working as should be, except that only works with USA formatted phones.
Example: the phone 8005554444 works, since the function add the phone code 1 by default.
My situation is that I need to dial to UK (phonecode 01144) but I can't find the way, because everytime that I try, the function put 1 as dial code, even if I put the phonenumber with the phone code include.
Thank you in advance!
PD.
Im working with the file general.js that is located in vtigercrm/include/
and I changed:
var VCcallQuery = "VCcall=1&phone=" + phone + "&dialcode=01144";
and nothing.
I tried:
var VCcallQuery = "VCcall=01144&phone=" + phone + "&phone_code=01144";
and nothing.