- Joined
- Oct 30, 2008
- Messages
- 4
- Reaction score
- 0
We've just implemented 3CX and integrated it into Salesforce. However the sample code given by 3CX isn't great as the extension number (to call from) is hard-coded and therefore global to all users of Salesforce.
So we changed the macro to:
HYPERLINK("http://192.168.1.xxx:5481/make_call.php?extnum=" & $User.Extension & "&vmpin=" & $User.Extension & "&to=9"&Phone,"Click here to call this contact")
Then in the Salesforce Edit User screen we had to enter the correct 3CX extension for each Salesforce user in the extension field and the above picks it up automatically.
Also note that we need to dial a 9 for an outside line and that's included in the above.
Works a treat. Hope that helps others.
Rafe
So we changed the macro to:
HYPERLINK("http://192.168.1.xxx:5481/make_call.php?extnum=" & $User.Extension & "&vmpin=" & $User.Extension & "&to=9"&Phone,"Click here to call this contact")
Then in the Salesforce Edit User screen we had to enter the correct 3CX extension for each Salesforce user in the extension field and the above picks it up automatically.
Also note that we need to dial a 9 for an outside line and that's included in the above.
Works a treat. Hope that helps others.
Rafe