Fixing r401281; the model name is Channel, with a capital C

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-10-21 18:58:37 +00:00
parent 36f77eabf1
commit 222e34644f

View File

@@ -22,7 +22,7 @@
"summary": "Create a new channel (originate).",
"notes": "The new channel is created immediately and a snapshot of it returned. If a Stasis application is provided it will be automatically subscribed to the originated channel for further events and updates.",
"nickname": "originate",
"responseClass": "channel",
"responseClass": "Channel",
"parameters": [
{
"name": "endpoint",