[asterisk-commits] qwell: branch qwell/http-channels-post r390508 - in /team/qwell/http-channels...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 5 11:37:53 CDT 2013
Author: qwell
Date: Wed Jun 5 11:37:52 2013
New Revision: 390508
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390508
Log:
Note that extension is only used for dialplan executions
Modified:
team/qwell/http-channels-post/res/stasis_http/resource_channels.h
team/qwell/http-channels-post/rest-api/api-docs/channels.json
Modified: team/qwell/http-channels-post/res/stasis_http/resource_channels.h
URL: http://svnview.digium.com/svn/asterisk/team/qwell/http-channels-post/res/stasis_http/resource_channels.h?view=diff&rev=390508&r1=390507&r2=390508
==============================================================================
--- team/qwell/http-channels-post/res/stasis_http/resource_channels.h (original)
+++ team/qwell/http-channels-post/res/stasis_http/resource_channels.h Wed Jun 5 11:37:52 2013
@@ -54,7 +54,7 @@
struct ast_originate_args {
/*! \brief Endpoint to call. If not specified, originate is routed via dialplan */
const char *endpoint;
- /*! \brief Extension to dial */
+ /*! \brief When routing via dialplan, the extension to dial */
const char *extension;
/*! \brief When routing via dialplan, the context use. If omitted, uses 'default' */
const char *context;
Modified: team/qwell/http-channels-post/rest-api/api-docs/channels.json
URL: http://svnview.digium.com/svn/asterisk/team/qwell/http-channels-post/rest-api/api-docs/channels.json?view=diff&rev=390508&r1=390507&r2=390508
==============================================================================
--- team/qwell/http-channels-post/rest-api/api-docs/channels.json (original)
+++ team/qwell/http-channels-post/rest-api/api-docs/channels.json Wed Jun 5 11:37:52 2013
@@ -33,7 +33,7 @@
},
{
"name": "extension",
- "description": "Extension to dial",
+ "description": "When routing via dialplan, the extension to dial",
"paramType": "query",
"required": false,
"allowMultiple": false,
More information about the asterisk-commits
mailing list