From 1e182bc85e800e131c883266c35176705d2fbda2 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 18 Feb 2010 16:01:07 +0000 Subject: [PATCH] set the profile param for out of dialog use content-type: freeswitch/api-request put any FSAPI [: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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/sip_profiles/internal.xml b/conf/sip_profiles/internal.xml index 13cd3fd3ec..11df053f8f 100644 --- a/conf/sip_profiles/internal.xml +++ b/conf/sip_profiles/internal.xml @@ -58,6 +58,10 @@ + + + +