Tony mentioned something that might be an issue for you. Try setting this on the channel:<div><a href="http://wiki.freeswitch.org/wiki/Channel_Variables#record_waste_resources">http://wiki.freeswitch.org/wiki/Channel_Variables#record_waste_resources</a></div>
<div><br></div><div>Let us know if that makes a difference.</div><div><br></div><div>-MC<br><br><div class="gmail_quote">On Thu, Sep 1, 2011 at 2:48 AM, king2kin <span dir="ltr">&lt;<a href="mailto:xing2kin@yahoo.com">xing2kin@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Anthony,<br>
<br>
Actually FreeSwitch application &quot;record&quot; doesn&#39;t work either for outbound IVR call (see below), created an empty wav file with its size 68 bytes, the wav file doesn&#39;t contain any samples of audio data;<br>

<br>
&lt;action application=&quot;record&quot; data=&quot;C:/c4dev/freeswitch/Debug/sounds/test.wav 20 200&quot;/&gt;<br>
<br>
earlier I reported that &quot;session:recordFile(-)&quot; doesn&#39;t work inside Lua Script for any outbound IVR call.<br>
<br>
- My CLI commands to make an outbound IVR call:<br>
<br>
originate {ignore_early_media=true}sofia/gateway/mygateway/1726011  8884<br>
or<br>
originate user/1005   8884<br>
<br>
- xml diaplan for extension 8884:<br>
{<br>
        &lt;extension name=&quot;Play and Record Sound File&quot;&gt;<br>
                &lt;condition field=&quot;destination_number&quot; expression=&quot;^(8884)$&quot;&gt;<br>
                        &lt;action application=&quot;answer&quot;/&gt;<br>
                        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
                        &lt;action application=&quot;playback&quot; data=&quot;ivr/ivr-thank_you.wav&quot;/&gt;<br>
<br>
                        &lt;action application=&quot;record&quot; data=&quot;C:/c4dev/freeswitch/Debug/sounds/test.wav 20 200&quot;/&gt;<br>
<br>
                        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
                        &lt;action application=&quot;playback&quot; data=&quot;voicemail/vm-goodbye.wav&quot;/&gt;<br>
<br>
                        &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
                        &lt;action application=&quot;hangup&quot;/&gt;<br>
                &lt;/condition&gt;<br>
        &lt;/extension&gt;<br>
<div class="im">}<br>
<br>
--- On Wed, 8/31/11, Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
<br>
&gt; From: Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br>
&gt; Subject: Re: [Freeswitch-users] session:recordFile(-) always creates empty wav file during outbound IVR call<br>
&gt; To: &quot;FreeSWITCH Users Help&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
</div>&gt; Date: Wednesday, August 31, 2011, 7:46 PM<br>
<div><div></div><div class="h5">&gt; Does the empty file contain silence<br>
&gt; that corresponds to the duration<br>
&gt; of the time it&#39;s recording?<br>
&gt; Are you producing the audio yourself into the recording and<br>
&gt; can you<br>
&gt; verify with a pcap that there is actually any audio to<br>
&gt; record?<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Aug 31, 2011 at 9:21 PM, king2kin &lt;<a href="mailto:xing2kin@yahoo.com">xing2kin@yahoo.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &gt; Anthony,<br>
&gt; &gt;<br>
&gt; &gt; Thank you for help. I tried outbound IVR call in<br>
&gt; multiple ways again based on your advice,<br>
&gt;  session:recordFile(-) still doesn&#39;t work normally, still<br>
&gt; created empty wav file .<br>
&gt; &gt;<br>
&gt; &gt; Could anyone please give me a hand on FreeSwitch<br>
&gt; Record? It always fails to record audio file during any<br>
&gt; outbound IVR call (auto dialer) although it works well<br>
&gt; during any inbound ivr call.<br>
&gt; &gt;<br>
&gt; &gt; Session:streamFile(-) works well to play back prompt<br>
&gt; files, dtmf keypress also works, ... during outbound ivr<br>
&gt; call.<br>
&gt; &gt;<br>
&gt; &gt; x.k.<br>
&gt; &gt;<br>
&gt; &gt; --- On Wed, 8/31/11, Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; From: Anthony Minessale &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;<br>
&gt; &gt;&gt; Subject: Re: [Freeswitch-users]<br>
&gt; session:recordFile(-) always creates empty wav file during<br>
&gt; outbound IVR call<br>
&gt; &gt;&gt; To: &quot;FreeSWITCH Users Help&quot; &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt; &gt;&gt; Date: Wednesday, August 31, 2011, 12:17 PM<br>
&gt; &gt;&gt; try this dial string instead<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; {ignore_early_media=true}sofia/gateway/<a href="http://sip.tpad.com/1726011" target="_blank">sip.tpad.com/1726011</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; On Wed, Aug 31, 2011 at 12:52 PM, king2kin &lt;<a href="mailto:xing2kin@yahoo.com">xing2kin@yahoo.com</a>&gt;<br>
&gt; &gt;&gt; wrote:<br>
&gt; &gt;&gt; &gt; Hi folks,<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; With Lua script and/or originate command, I<br>
&gt; have tried<br>
&gt; &gt;&gt; recording a message file during outbound IVR call<br>
&gt; over and<br>
&gt; &gt;&gt; over, session:recordFile(-) inside Lua script does<br>
&gt; create a<br>
&gt; &gt;&gt; wav file during each of my testings but the<br>
&gt; recorded audio<br>
&gt; &gt;&gt; file is always empty.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; However, session:recordFile(-) works well for<br>
&gt; inbound<br>
&gt; &gt;&gt; IVR call.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; I tried the session:recordFile(-) via Lua<br>
&gt; script in<br>
&gt; &gt;&gt; three ways:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; 1. run lua script &quot;test_outcall_ivr.lua&quot; at<br>
&gt; freeswitch<br>
&gt; &gt;&gt; command-line:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; luarun test_outcall_ivr.lua<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- [test_outcall_ivr.lua]<br>
&gt; &gt;&gt; &gt; {<br>
&gt; &gt;&gt; &gt; local sessionx =<br>
&gt; &gt;&gt;<br>
&gt; freeswitch.Session(&quot;sofia/gateway/<a href="http://sip.tpad.com/1726011" target="_blank">sip.tpad.com/1726011</a>&quot;,<br>
&gt; &gt;&gt; session)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Set the path separator<br>
&gt; &gt;&gt; &gt; pathsep = &#39;/&#39;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Windows users do this instead:<br>
&gt; &gt;&gt; &gt; -- pathsep = &#39;\&#39;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Answer the call<br>
&gt; &gt;&gt; &gt; -- sessionx:answer()<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; --Create a string with path and filename of a<br>
&gt; sound<br>
&gt; &gt;&gt; file<br>
&gt; &gt;&gt; &gt; prompt = &quot;ivr&quot; .. pathsep ..<br>
&gt; &gt;&gt; &quot;ivr-welcome_to_freeswitch.wav&quot;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Print a log message<br>
&gt; &gt;&gt; &gt; freeswitch.consoleLog(&quot;INFO&quot;,&quot;Prompt file is<br>
&gt; &#39;&quot; ..<br>
&gt; &gt;&gt; prompt .. &quot;&#39;\n&quot;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; --Play the prompt<br>
&gt; &gt;&gt; &gt; sessionx:streamFile(prompt)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Record record file<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; sessionx:streamFile(&quot;phrase:voicemail_record_message&quot;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Play a &quot;&quot;bong&quot;&quot; tone prior to recording<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; sessionx:streamFile(&quot;tone_stream://v=-7;%(100,0,941.0,1477.0);v=-7;&gt;=2;+=.1;%(1000,<br>
&gt; &gt;&gt; 0, 640)&quot;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- record a message<br>
&gt; &gt;&gt; &gt; filename = sessionx:getVariable(&#39;sounds_dir&#39;)<br>
&gt; ..<br>
&gt; &gt;&gt; pathsep .. &quot;123.wav&quot;<br>
&gt; &gt;&gt; &gt; sessionx:recordFile(filename,300,100,10)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- play back the recorded msg<br>
&gt; &gt;&gt; &gt; sessionx:streamFile(filename)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Hangup<br>
&gt; &gt;&gt; &gt; sessionx:hangup()<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; }<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; 2. I also tried it differently by submitting<br>
&gt; the<br>
&gt; &gt;&gt; following commands at the FreeSwitch command-line<br>
&gt; &gt;&gt; interface:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; originate user/1005 &amp;transfer(8887 xml<br>
&gt; default)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; originate user/1005 &amp;lua(&#39;test1.lua&#39;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; originate sofia/gateway/<a href="http://sip.tpad.com/1726011" target="_blank">sip.tpad.com/1726011</a><br>
&gt; &gt;&gt; &amp;lua(&#39;test1.lua&#39;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- [test1.lua]<br>
&gt; &gt;&gt; &gt; {<br>
&gt; &gt;&gt; &gt; -- Set the path separator<br>
&gt; &gt;&gt; &gt; pathsep = &#39;/&#39;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Windows users do this instead:<br>
&gt; &gt;&gt; &gt; -- pathsep = &#39;\&#39;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; --Answer the call<br>
&gt; &gt;&gt; &gt; session:answer()<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; --Create a string with path and filename of a<br>
&gt; sound<br>
&gt; &gt;&gt; file<br>
&gt; &gt;&gt; &gt; prompt = &quot;ivr&quot; .. pathsep ..<br>
&gt; &gt;&gt; &quot;ivr-welcome_to_freeswitch.wav&quot;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Print a log message<br>
&gt; &gt;&gt; &gt; freeswitch.consoleLog(&quot;INFO&quot;,&quot;Prompt file is<br>
&gt; &#39;&quot; ..<br>
&gt; &gt;&gt; prompt .. &quot;&#39;\n&quot;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; --Play the prompt<br>
&gt; &gt;&gt; &gt; session:streamFile(prompt)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Record record file<br>
&gt; &gt;&gt; &gt;<br>
&gt; session:streamFile(&quot;phrase:voicemail_record_message&quot;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Play a &quot;&quot;bong&quot;&quot; tone prior to recording<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; session:streamFile(&quot;tone_stream://v=-7;%(100,0,941.0,1477.0);v=-7;&gt;=2;+=.1;%(1000,<br>
&gt; &gt;&gt; 0, 640)&quot;)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- record a message<br>
&gt; &gt;&gt; &gt; filename = session:getVariable(&#39;sounds_dir&#39;)<br>
&gt; ..<br>
&gt; &gt;&gt; pathsep .. &quot;123.wav&quot;<br>
&gt; &gt;&gt; &gt; session:recordFile(filename,300,100,10)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- play back the recorded msg<br>
&gt; &gt;&gt; &gt; session:streamFile(filename)<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- Hangup<br>
&gt; &gt;&gt; &gt; session:hangup()<br>
&gt; &gt;&gt; &gt; }<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; -- [xml dialplan for extension 8887]:<br>
&gt; &gt;&gt; &gt; {<br>
&gt; &gt;&gt; &gt;        &lt;extension name=&quot;Simple Lua<br>
&gt; Test&quot;&gt;<br>
&gt; &gt;&gt; &gt;                &lt;condition<br>
&gt; &gt;&gt; field=&quot;destination_number&quot;<br>
&gt; expression=&quot;^(8887)$&quot;&gt;<br>
&gt; &gt;&gt; &gt;                      <br>
&gt;  &lt;action<br>
&gt; &gt;&gt; application=&quot;set&quot;<br>
&gt; data=&quot;record_waste_resources=true&quot;/&gt;<br>
&gt; &gt;&gt; &gt;                      <br>
&gt;  &lt;action<br>
&gt; &gt;&gt; application=&quot;lua&quot; data=&quot;test1.lua&quot;/&gt;<br>
&gt; &gt;&gt; &gt;                &lt;/condition&gt;<br>
&gt; &gt;&gt; &gt;        &lt;/extension&gt;<br>
&gt; &gt;&gt; &gt; }<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; ======================================================<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; For all the above testing cases,<br>
&gt; session:recordFile(-)<br>
&gt; &gt;&gt; always creates an empty wav file for each of<br>
&gt; outbound IVR<br>
&gt; &gt;&gt; calls, however, if I make an inbound IVR call to<br>
&gt; run Lua<br>
&gt; &gt;&gt; script &quot;test1.lua&quot;, session:recordFile(-) always<br>
&gt; works<br>
&gt; &gt;&gt; perfect to generate a normal wav file.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; So, what&#39;s wrong with [session:recordFile(-)]<br>
&gt; during<br>
&gt; &gt;&gt; an outbound IVR call?<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; x.k.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt; &gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; &gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; Anthony Minessale II<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; &gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt; &gt;&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; AIM: anthm<br>
&gt; &gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; &gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; &gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; FreeSWITCH Developer Conference<br>
&gt; &gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; &gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; &gt;&gt; pstn:+19193869900<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; &gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; FreeSWITCH-users mailing list<br>
&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;<br>
&gt; AIM: anthm<br>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt; pstn:+19193869900<br>
&gt;<br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br></div>