mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
add exclusive param
This commit is contained in:
parent
ee7a52d9b7
commit
175eb24765
@ -96,13 +96,14 @@ Sec-WebSocket-Protocol: blade-1.0
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
---> PUBLISH API LSAPI "A single node must have exlusive access to the PROTOCOL's namespace with the master to publish"
|
---> PUBLISH API LSAPI "A single node must have exclusive access to the PROTOCOL's namespace with the master to publish"
|
||||||
// MAYBE ADD SCHEMA and method to fetch it.
|
// MAYBE ADD SCHEMA and method to fetch it.
|
||||||
{
|
{
|
||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"method": "BLADE.publish",
|
"method": "BLADE.publish",
|
||||||
"params": {
|
"params": {
|
||||||
"protocol": "LSAPI",
|
"protocol": "LSAPI",
|
||||||
|
"exclusive": true,
|
||||||
"realm": "ls1.mydomain.com",
|
"realm": "ls1.mydomain.com",
|
||||||
"session-id": "5b696e8d-9875-45a5-b347-3b9fc288bad3",
|
"session-id": "5b696e8d-9875-45a5-b347-3b9fc288bad3",
|
||||||
"master-id": "5164f7f8-a6ca-4dd4-8f36-33db1dc9c35d",
|
"master-id": "5164f7f8-a6ca-4dd4-8f36-33db1dc9c35d",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user