]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Document the ari.conf allowed_origins setting
authorDavid M. Lee <dlee@digium.com>
Mon, 15 Jul 2013 21:22:12 +0000 (21:22 +0000)
committerDavid M. Lee <dlee@digium.com>
Mon, 15 Jul 2013 21:22:12 +0000 (21:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394397 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_stasis_http.c

index e9dab79f58da91491e9a0412d59c25135c1867fc..196912390b477dfd3a0bfe06def530d6dd15792b 100644 (file)
@@ -91,6 +91,9 @@
                                <configOption name="auth_realm">
                                        <synopsis>Realm to use for authentication. Defaults to Asterisk REST Interface.</synopsis>
                                </configOption>
+                               <configOption name="allowed_origins">
+                                       <synopsis>Comma separated list of allowed origins, for Cross-Origin Resource Sharing. May be set to * to allow all origins.</synopsis>
+                               </configOption>
                        </configObject>
 
                        <configObject name="user">