[asterisk-commits] qwell: branch qwell/http-channels-post r390539 - in /team/qwell/http-channels...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 5 14:04:05 CDT 2013
Author: qwell
Date: Wed Jun 5 14:04:04 2013
New Revision: 390539
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390539
Log:
Remove Originated class, since it actually returns void.
Modified:
team/qwell/http-channels-post/res/stasis_json/resource_channels.h
team/qwell/http-channels-post/rest-api/api-docs/channels.json
Modified: team/qwell/http-channels-post/res/stasis_json/resource_channels.h
URL: http://svnview.digium.com/svn/asterisk/team/qwell/http-channels-post/res/stasis_json/resource_channels.h?view=diff&rev=390539&r1=390538&r2=390539
==============================================================================
--- team/qwell/http-channels-post/res/stasis_json/resource_channels.h (original)
+++ team/qwell/http-channels-post/res/stasis_json/resource_channels.h Wed Jun 5 14:04:04 2013
@@ -40,21 +40,16 @@
/*
* JSON models
*
- * CallerID
- * - name: string (required)
- * - number: string (required)
- * Dialed
- * Originated
+ * DialplanCEP
+ * - priority: long (required)
+ * - exten: string (required)
+ * - context: string (required)
* Playback
* - language: string
* - media_uri: string (required)
* - id: string (required)
* - target_uri: string (required)
* - state: string (required)
- * DialplanCEP
- * - priority: long (required)
- * - exten: string (required)
- * - context: string (required)
* Channel
* - accountcode: string (required)
* - linkedid: string (required)
@@ -71,6 +66,10 @@
* - hangupsource: string (required)
* - dialplan: DialplanCEP (required)
* - data: string (required)
+ * CallerID
+ * - name: string (required)
+ * - number: string (required)
+ * Dialed
*/
#endif /* _ASTERISK_RESOURCE_CHANNELS_H */
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=390539&r1=390538&r2=390539
==============================================================================
--- 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 14:04:04 2013
@@ -570,10 +570,6 @@
}
],
"models": {
- "Originated": {
- "id": "Originated",
- "properties": {}
- },
"Dialed": {
"id": "Dialed",
"properties": {}
More information about the asterisk-commits
mailing list