Hello @epress
I am afraid that that option is only configurable through the 3CX client so it has to be done manually on each client.
Hi @epress
We have removed the shortcut from the startup folder and instead launch a VBS script to modify the 3cx phone configuration file and then launch the softphone.
Not supported by 3cx, obviously... and may need reworking for any future softphone updates - but for what it's worth...
Set xmlDoc = CreateObject("Microsoft.XMLDOM")
Set objShell = CreateObject("WScript.Shell")
userProfilePath = objShell.ExpandEnvironmentStrings("%UserProfile%")
xmlDoc.Async = "False"
xmlDoc.Load( userProfilePath & "\AppData\Roaming\3CXPhone for Windows\3CXPhone.xml")
Set colNodes=xmlDoc.selectNodes("/Accounts/Profiles/Profile/AutomaticallyOpenChatWindow")
For Each objNode in colNodes
objNode.Text = "True"
Next
Set colNodes=xmlDoc.selectNodes("/Accounts/Profiles/Profile/InternationalDialingCode")
For Each objNode in colNodes
objNode.Text = "00"
Next
Set colNodes=xmlDoc.selectNodes("/Accounts/Profiles/Profile/UseInternationalDialingCode")
For Each objNode in colNodes
objNode.Text = "True"
Next
xmlDoc.Save userProfilePath & "\AppData\Roaming\3CXPhone for Windows\3CXPhone.xml"
objShell.Exec "C:\ProgramData\3CXPhone for Windows\PhoneApp\3CXWin8Phone.exe"
Set objShell = Nothing
This enables chat auto-popup and sets the conversion of + to 00
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.