[Freeswitch-users] Dialplan: record_session - silence after bridge

Brian West brian at freeswitch.org
Thu Jul 17 07:42:25 PDT 2008


Here is an example of working XML for what you want to accomplish.


<extension name="record_test">
   <condition field="destination_number" expression="^888$">
     <action application="record_session" data="/tmp/recording.wav"/>
     <action application="bridge" data="sofia/profile/someplace"/>
   </condition>
</extension>


The XML you posted wasn't correct or maybe it was paraphrased and  
incomplete.

/b


On Jul 17, 2008, at 9:25 AM, Birgit Arkesteijn wrote:

> Hi all,
>
> I'm running FreeSwitch Version 1.0.trunk (498:8901) on Suse 10.0  
> (x86_64).

Brian West
sip:brian at freeswitch.org







More information about the FreeSWITCH-users mailing list