12-28-2022 10:37 PM
Hello,
Following the request from a customer, I am just starting with the WebEx room kit scheduling. My goal would be to register a conference to make it appear on the touch controller of the device like with the TMS OBTP feature from TMS. One of the interested customer has an onPrem deployment with CallManager and the second one has his device registered to the WebEx Cloud.
Can you advise what will be the right way to start and if possible some code samples? Shall I try to connect to the device individually or can I go through a central point such as the CCM?
01-12-2023 08:55 PM
Hello @moneam123 , @Janos Benyovszki , many thanks for your appreciated answers. Let me precise my question. The goal is to replace what the TMSXE does. As much as possible, I do not want to push individual macro on devices as my customers have a number of them. I need to find a way from register the meeting onto the device when the booking is created from Outlook. The TMSXE does this job and I know that Zoom has the same capability but I am not sure where the job is performed. Any idea ?
01-18-2023 03:05 PM
xAPI provides a bunch of Bookings APIs - e.g. xapi.Command.Bookings.Put() - which should make it feasible to implement a custom OBTP type solution.
The Early OBTP sample app mentioned by Janos above uses this API, so should be a good place to start. The sample is designed as an on-device macro, however you can effect xAPI requests from another host/process over the network - via SSH/HTTP/websocket - if you want to avoid managing macro deployments.
01-03-2023 02:10 AM
you can find several macros samples here https://github.com/CiscoDevNet/roomdevices-macros-samples
01-03-2023 01:38 AM
@ChaseStevensen you can find several macros samples here https://github.com/CiscoDevNet/roomdevices-macros-samples , for example https://github.com/CiscoDevNet/roomdevices-macros-samples/tree/master/Early%20OBTP which might help you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide