cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
210
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Ahmad Shaheen on 04-09-2013 04:33:35 AM
Hello Developers

I have a case with a customer who needs to control a codec using an HTML page, something that is similar to what we have with remote expert, however due to scale and endpoints supported RE is not an option…

The user should be able to :

dial a destination (the string to be dialled will be embedded in the html button)
Dial again to conference someone else (for example a record button to invoke TCS with Multisite)
Disconnect
Preferably showing the status of the codec  (in call/ offline/ etc) to change the layout of the page accordingly.
How doable is this using HTML and xcommand ?  What are the integration components that need to be involved? The codec to be used is an SX20.

the HTML page is basically a page in an existing application that is used accross the organization, so this will be used to control multiple codecs (depending on the signed in user/location) to determine what codec to be controlled.

regards

Subject: Re: New Message from Ahmad Shaheen in TelePresence Developer - Codec C90/C6
Replied by: Thomas Bonhomme on 04-09-2013 04:56:07 AM
Hi Ahmad,

xcommands would have to be sent over SSH or Telnet, so it's not the easiest way of doing what you want. I recommend you to use the XML API instead. As an example, here's the command for dialling someone using HTTP GET:

http://ENDPOINT_IP/formputxml?xmldoc=<Command><Dial><Number>URI</Number></Dial></Command>

All you need to know is in the following document:
http://www.cisco.com/en/US/docs/telepresence/endpoint/quick-set-sx20/tc6/api_reference_guide/codec-sx20-api-reference-guide-tc62.pdf

Happy coding!
Thomas



From: Admin Tandberg Developer <cdicuser@developer.cisco.com<mailto:cdicuser@developer.cisco.com>>
Reply-To: "cdicuser@developer.cisco.com<mailto:cdicuser@developer.cisco.com>" <cdicuser@developer.cisco.com<mailto:cdicuser@developer.cisco.com>>
Date: Wednesday, September 4, 2013 11:33 AM
To: "cdicuser@developer.cisco.com<mailto:cdicuser@developer.cisco.com>" <cdicuser@developer.cisco.com<mailto:cdicuser@developer.cisco.com>>
Subject: New Message from Ahmad Shaheen in TelePresence Developer - Codec C90/C60/C40: Controlling Codec from a Web Page

Ahmad Shaheen has created a new message in the forum "Codec C90/C60/C40": -------------------------------------------------------------- Hello Developers

I have a case with a customer who needs to control a codec using an HTML page, something that is similar to what we have with remote expert, however due to scale and endpoints supported RE is not an option…

The user should be able to :

dial a destination (the string to be dialled will be embedded in the html button)
Dial again to conference someone else (for example a record button to invoke TCS with Multisite)
Disconnect
Preferably showing the status of the codec  (in call/ offline/ etc) to change the layout of the page accordingly.
How doable is this using HTML and xcommand ?  What are the integration components that need to be involved? The codec to be used is an SX20.

the HTML page is basically a page in an existing application that is used accross the organization, so this will be used to control multiple codecs (depending on the signed in user/location) to determine what codec to be controlled.

regards
--
To respond to this post, please click the following link: http://developer.cisco.com/web/telepresence-developer/forum/-/message_boards/view_message/18907065 or simply reply to this email.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links