cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
1799
Views
0
Helpful
9
Replies

Auto-bridge open using API

srajandr
Level 1
Level 1
Can we open a bridge using some API , providing credentials of host.. instead of logging through browser
9 Replies 9

Hi @srajandr

 

In which device? First such device needs to permit API integration, second the API framework needs to have this command available.

 Can you provide more detail?

 

 

 

-If I helped you somehow, please, rate it as useful.-

Hi Miranda, 

 

        Thanks for the reply. We have a requirement like to open the bridge automatically from a server by passing the host id and password as parameter to the api . 

 

      So that, even if the host is not available the bridge will get opened and the attendees can join the meeting and discuss. 

Yeah, but on each system you intend to implement this?  Is it a Cisco solution?

 IĀ“d say that in a open source platform like Asterisk this can be done but not sure with vendor solution. 

 Cisco has been implementing API in many platform, just need to make sure what you are using for this.

 

 

 

-If I helped you somehow, please, rate it as useful.-

Hi Miranda,

 

      I will call this api in the server so whenever a severity one issue comes to our monitoring server, this script should open the webex bridge automatically.

It is possible. You can use API and Webex from a server. 

But, this requires some coding to get done. If you are good at Java, PHP, .NET, this is doable.

 

https://developer.cisco.com/site/webex-developer/develop-test/xml-api/overview/

 

 

 

-If I helped you somehow, please, rate it as useful.-

Hi Miranda,

 

          Could you please just give an reference or something which you might have for opening a bridge automatically using code with some api

I don't have anything for now but If I find something I can share with you. However, I don't believe this is something simple. The Webex API is well documented as you can see on the link I shared, but, it is also necessary a lot of code to perform API calls from a server to Webex. API itself doesn't do too much.

 As I said, it is doable but it is not trivial.

 

 

-If I helped you somehow, please, rate it as useful.-

We need to open the bridge automatically from a linux server without using browser by passing host id and password in the api 

Hi @srajandr

 I have found this doc which you can refer to. I believe all you need is there. 

https://developer.cisco.com/fileMedia/download/4588769e-3624-4778-9aa6-9456e8336a2f

There's also this forum where you can further discuss about your specific doubts

https://communities.cisco.com/community/developer/webex

Good Luck!

 

-If I helped you somehow, please, rate it as useful.-