Wiki Markup |
---|
Note |
This REST service is available starting with version 4.4 |
API
Base URL: https://{user
...
id
...
}:
...
{password
...
}@{host
...
name
...
}:8085/conference/
...
{conference-name
...
}
URL | METHOD | Description | ||
---|---|---|---|---|
/{command}/{arg 1}/{arg 2}... | PUT w/no body | send conference commands to freeswitch
|
...
Examples
Code Block | ||
---|---|---|
| ||
curl --digest -k -X PUT https://200:123@localhost:8085/conference/mirceaConf/lock
{code}
|