When clicking on a phone number in your database or from your website/intranet you can have your SJphone softphone set for the call to be made through automatically. The html code for your web page could be as simple as using an html href like ‘a href=”sip:01273358050″‘
e.g.
01273 358050
Note: I have heard that may sometimes not work when using Firefox as your bowser rather than IE.
or you could use a bit of VBScript such as:
Function DialPhonenumber(Phone, Name)
window.navigate(“sip:” & Phone)
End Function
If SJphone is not popped up on your screen when you click the phone number you may need to edit the following regisry setting:
my computer\HKEY_CLASSES_ROOT\sip\shell\open\command
to
“H:\Program Files\SJphone 1.65\SJphone.exe” %1@yourvoipdomain.co.uk
e.g. “H:\Program Files\SJphone 1.65\SJphone.exe” %1@lon-pbx-1.voipadvantage.co.uk








