[svn-commits] dlee: branch dlee/record r392774 - /team/dlee/record/res/stasis_json/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 24 15:46:39 CDT 2013


Author: dlee
Date: Mon Jun 24 15:46:37 2013
New Revision: 392774

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392774
Log:
Make stasis-stubs

Modified:
    team/dlee/record/res/stasis_json/resource_sounds.h

Modified: team/dlee/record/res/stasis_json/resource_sounds.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/record/res/stasis_json/resource_sounds.h?view=diff&rev=392774&r1=392773&r2=392774
==============================================================================
--- team/dlee/record/res/stasis_json/resource_sounds.h (original)
+++ team/dlee/record/res/stasis_json/resource_sounds.h Mon Jun 24 15:46:37 2013
@@ -41,10 +41,12 @@
  * JSON models
  *
  * Sound
- * - lang: string (required)
  * - text: string
  * - id: string (required)
- * - formats: List[string] (required)
+ * - formats: List[FormatLangPair] (required)
+ * FormatLangPair
+ * - language: string (required)
+ * - format: string (required)
  */
 
 #endif /* _ASTERISK_RESOURCE_SOUNDS_H */




More information about the svn-commits mailing list