Document the 400 error response for originate

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393987 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-07-10 17:13:21 +00:00
parent a73394abb8
commit 15036c2979
2 changed files with 7 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ static void stasis_http_originate_cb(
switch (code) {
case 500: /* Internal server error */
case 400: /* Invalid parameters for originating a channel. */
is_valid = 1;
break;
default: