cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1054
Views
10
Helpful
4
Replies

Jabber Service Discovery - URL Configuration

RAMEEZ RAHIM
Level 1
Level 1

How to create a URL that can be launched from a Website or email to trigger Jabber with Custom Service Discovery Domains.

 

I try to Make this as a URL in email using Hyperlink and it doesn't work.

 

Please help with a sample HTML file for Website or how to do steps.

 

Cisco Reference: Cisco Jabber 10.6 Planning Guide - Service Discovery [Cisco Jabber for Windows] - Cisco

Create the link in the following format:

 

ciscojabber://provision?ServicesDomain=<domain_for_service_discover> &VoiceServicesDomain=<domain_for_voice_services> &ServiceDiscoveryExcludedServices=<services_to_exclude_from_service_discover>

Examples:

  • ciscojabber://provision?servicesdomain=example.com
4 Replies 4

ahmed_mohammedy
Level 1
Level 1

Hi Rameez ,

 

have you managed to get it work?

I have same question !

best regards,

Ahmed 

I have this same problem , does anyone have a solution yet?

Thanks

Kola

greglowe1329
Level 1
Level 1

Did you manage to get this to work from an Email HTML Link?

Zoltan Kelemen
Cisco Employee
Cisco Employee

Hi Rameez,

The following HTML code embedded in a web page should do the trick:

<a href="ciscojabber://provision?ServicesDomain=service-example.com&VoiceServicesDomain=voiceServicesDomain.com">Follow this link to launch Cisco Jabber for the first time</a>

It will show a text link (change the text as you see fit) and will provision services domain as service-example.com and voice services domain as voiceServicesdomain.com

Keep in mind, that this method works only for mobile and OSX clients, it will not work for Jabber for Windows clients (those can use customized installer command line or bootstrap file for the same effect)

Cheers,
  Zoltán