Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mconf/mcs-sip-api
https://github.com/mconf/mcs-sip-api
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mconf/mcs-sip-api
- Owner: mconf
- Created: 2018-09-24T18:18:44.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T16:47:12.000Z (almost 3 years ago)
- Last Synced: 2024-04-12T16:08:47.283Z (9 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A client-server API library for communication with MCS-SIP
# API specification
## Inbound requests (* -> MCS-SIP)
- create
- @param {String} roomId
- @param {String} uri
- @return {String} callId- dial
- @param {String} callId
- @return {String} callId- hangup
- @param {String} callId
- @return {String} callId
- @return {String} state- register
- @param {String} routeTo
- @param {String} bindings
- @return {String} bindings- unregister
- @param {String} bindings
- @return {String} bindings- getCalls
- @param {String} roomId
- @return {Array} calls- getCallInfo
- @param {String} callId
- @return {Object} callInfo## Outbound methods (MCS-SIP -> *)
- dialStateChanged
- @param {String} callId
- @param {String} state## Inbound and outbound events:
- dtmf
- @param {String} callId
- @param {Number} digit