added example to wrong config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8489 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2848cfdd18
commit
bcfb8c3e38
|
@ -14,6 +14,8 @@
|
|||
<!-- optional: if enabled this will disable CA root certificate checks by libcurl -->
|
||||
<!-- note: default value is disabled. only enable if you want this! -->
|
||||
<!-- <param name="ignore-cacert-check" value="true" /> -->
|
||||
<!-- one or more of these imply you want to pick the exact variables that are transmitted -->
|
||||
<!--<param name="enable-post-var" value="Unique-ID"/>-->
|
||||
</binding>
|
||||
</bindings>
|
||||
</configuration>
|
||||
|
|
|
@ -6,7 +6,5 @@
|
|||
<param name="auth-realm" value="freeswitch"/>
|
||||
<param name="auth-user" value="freeswitch"/>
|
||||
<param name="auth-pass" value="works"/>
|
||||
<!-- one or more of these imply you want to pick the exact variables that are transmitted -->
|
||||
<!--<param name="enable-post-var" value="Unique-ID"/>-->
|
||||
</settings>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue