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

........

Merged revisions 401315 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee 2013-10-21 18:59:51 +00:00
parent c87aae26f8
commit ea75272fd3
1 changed files with 1 additions and 1 deletions

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",