Please contact us

Got a question? Call 01273 358000
or email us

eyeBeam – Click to call

When clicking on a phone number in your database or from your website/intranet you can have your eyeBeam softphone set for the call to be made through automatically. The html code for your web page could be as simple as a bit of html using href, i.e. ‘a href=”sip:01273358050″‘
e.g.
01273 358050
Note: I have heard that this may sometimes not work when using Firefox as your browser rather than Internet Explorer.

or you could use a bit of VBScript such as:

Function DialPhonenumber(Phone, Name)
window.navigate(“sip:” & Phone)
End Function

If eyeBeam 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\CounterPath\eyeBeam 1.5\eyeBeam.exe” -dial=”%1″