mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Use POST / DELETE to toggle ARI bridge moh
Review: https://reviewboard.asterisk.org/r/2911/ ........ Merged revisions 401040 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401041 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/bridges/{bridgeId}/mohStart",
|
||||
"path": "/bridges/{bridgeId}/moh",
|
||||
"description": "Play music on hold to a bridge",
|
||||
"operations": [
|
||||
{
|
||||
@@ -239,11 +239,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/bridges/{bridgeId}/mohStop",
|
||||
"path": "/bridges/{bridgeId}/moh",
|
||||
"description": "Stop music on hold for a bridge",
|
||||
"operations": [
|
||||
{
|
||||
"httpMethod": "POST",
|
||||
"httpMethod": "DELETE",
|
||||
"summary": "Stop playing music on hold to a bridge.",
|
||||
"notes": "This will only stop music on hold being played via bridges/{bridgeId}/mohStart.",
|
||||
"nickname": "mohStopBridge",
|
||||
|
Reference in New Issue
Block a user