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

Birgit Arkesteijn birgit at westhawk.co.uk
Thu Jul 17 07:25:04 PDT 2008


Hi all,

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

I'm trying to record a session and closely followed the steps in:
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session

The recording file is generated OK, however it only record the audio UP 
TO the bridge action. After the bridging it records only silence.

Here is the snippet of my dialplan:
<extension name="westhawk" number="8002096143">
   <application app_name="record_session" 
app_data="/usr/local/freeswitch/recordings/2008-07-17-14-12-20_8002096143_8187760092.wav"></application>
   <application app_name="bridge" 
app_data="sofia/gateway/westhawk/8187760092"></application>
</extension>


The odd thing is, when I do the same in javascript, it does record the 
whole session, including the bridging.

Here is the snippet of the javascript:
session.execute("record_session", recordfile)
session.execute("bridge", bridge);

Any idea what I need to change to get my dialplan working?

Thanks, Birgit

-- 
-- Birgit Arkesteijn, birgit at westhawk.co.uk,
-- Westhawk Ltd, Albion Wharf, 19 Albion Street, Manchester M1 5LN, UK
-- Company no: 1769350
-- Registered Office:
-- 15 London Road, Stockton Heath, Warrington WA4 6SJ. UK.
-- tel.: +44 (0)161 237 0660
-- <URL: http://www.westhawk.co.uk>




More information about the FreeSWITCH-users mailing list