cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
676
Views
0
Helpful
1
Replies

Integrate Voice Video and IM in a web application

adi323001
Level 1
Level 1

Hallo,

I have already integrated voice and video in my web application using the functionality called "Click-to-Dial". This is how the Scenario is.

I have developed a small telephone directory where the number is highlighted in the form of hyperlink. So, when a user clicks on the number, a small window opens in the web application for audio video communication. I want to include here Instant Messaging functionality, so that a user can also chat if the user would like to.

I am not able to proceed how to integrate it.Will it require the domain name, httpBindingURL? I want the idea to proceed with the IM integration

Cheers

Adi

1 Accepted Solution

Accepted Solutions

tinghche
Level 5
Level 5

Hi Adi,

The CAXL is using http over xmpp and it requires BSOH url (httpBindingURL) and the domain name.

Couple of things to check

  1. Make sure the Cisco UP XCP Web Connection Manager service on CUP server is enabled.
  2. The BOSH url port is 7335, and it can be either http, or https. This depends on the security setting on the CUP. If you checked the "Enable Web Client to CUP Secure Mode" under the system security setting, then the BOSH url will become https://CUP_URL:7335//httpbinding, otherwise, it will be http://CUP_URL:7335//httpbinding
  3. The domain name will be the domain name that your CUP server is part of.

Hope these help you to get started

Howard

View solution in original post

1 Reply 1

tinghche
Level 5
Level 5

Hi Adi,

The CAXL is using http over xmpp and it requires BSOH url (httpBindingURL) and the domain name.

Couple of things to check

  1. Make sure the Cisco UP XCP Web Connection Manager service on CUP server is enabled.
  2. The BOSH url port is 7335, and it can be either http, or https. This depends on the security setting on the CUP. If you checked the "Enable Web Client to CUP Secure Mode" under the system security setting, then the BOSH url will become https://CUP_URL:7335//httpbinding, otherwise, it will be http://CUP_URL:7335//httpbinding
  3. The domain name will be the domain name that your CUP server is part of.

Hope these help you to get started

Howard