]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
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)
commit1e182bc85e800e131c883266c35176705d2fbda2
tree5149c3bbbf98ea83a1c3b8a119d7c2dd930e8f55
parent0f2fef4f7e9db083ace0bc46a8eeb34079ce956f
set the profile param

<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