cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2662
Views
10
Helpful
2
Replies

J4W - Set Jabber to handle CALLTO: Protocol?

Greg Sleszynski
Level 1
Level 1

Hello,

 

How can I set Jabber to handle callto: hyperlinks? I was able to get Jabber to launch when I click a callto: hyperlink but it will not actually call the number. TEL: works fine but I am trying to get callto: to function as well.

 

Thanks for any help you can provide.

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

You can't we don't register that handler

Cisco Jabber registers the following protocol handlers with the operating system to enable click-to-call or click-to-IM functionality from web browsers or other applications:

  •  XMPP: Starts an instant message and opens a chat window in Cisco Jabber.
  •  IM: Starts an instant message and opens a chat window in Cisco Jabber.
  •  TEL: Starts an audio or video call with Cisco Jabber.
  • CISCOTEL: Starts an audio or video call with Cisco Jabber.
  • SIP: Starts an audio or video call with Cisco Jabber.
  • CISCOTELCONF: Starts a conference call with Cisco Jabber.
HTH

java

if this helps, please rate

Nick Danyluk
Level 1
Level 1

This is a reg file for windows 7 we used to enable SIP. LYNC kept getting in the way.

I think you could change the SIP/SIPS to tel and make sure everything points to the correct exe.

 

 

HKEY_CLASSES_ROOT\sip]
@="URL:Sip Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\sip\DefaultIcon]
@="\"C:\\Program Files (x86)\\Cisco\\JabberVideo\\JabberVideo.exe\""

[HKEY_CLASSES_ROOT\sip\shell]
@="open"

[HKEY_CLASSES_ROOT\sip\shell\open]

[HKEY_CLASSES_ROOT\sip\shell\open\command]
@="\"C:\\Program Files (x86)\\Cisco\\JabberVideo\\JabberVideo.exe\" \"%1\""

[HKEY_CLASSES_ROOT\sips]
@="URL:Sips Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\sips\DefaultIcon]
@="\"C:\\Program Files (x86)\\Cisco\\JabberVideo\\JabberVideo.exe\""

[HKEY_CLASSES_ROOT\sips\shell]

[HKEY_CLASSES_ROOT\sips\shell\open]

[HKEY_CLASSES_ROOT\sips\shell\open\command]
@="\"C:\\Program Files (x86)\\Cisco\\JabberVideo\\JabberVideo.exe\" \"%1\""