]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
set the profile param
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 18 Feb 2010 16:01:07 +0000 (16:01 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 18 Feb 2010 16:01:07 +0000 (16:01 +0000)
<param name="extended-info-parsing" value="true"/>

for out of dialog use

content-type: freeswitch/api-request
put any FSAPI <command>[:args] in the body
the 200ok will contain content-type freeswitch/api-response with the reply text

for in dialog use:

content-type: freeswitch/session-event
put anything you want in the body

The message will be queued to the channel as an event to pickup with the input callbacks.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16689 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal.xml

index 13cd3fd3eccb000f003a0932717fe542e3f9a41c..11df053f8f654c1dc3b7b317108672fa21dee56f 100644 (file)
     <param name="sip-ip" value="$${local_ip_v4}"/>
     <param name="hold-music" value="$${hold_music}"/>
     <param name="apply-nat-acl" value="nat.auto"/>
+
+    <!-- extended info parsing -->
+    <!-- <param name="extended-info-parsing" value="true"/> -->
+
     <!--<param name="aggressive-nat-detection" value="true"/>-->
     <!--
        There are known issues (asserts and segfaults) when 100rel is enabled.