<font face="verdana,sans-serif">Ashish</font><div><font face="verdana,sans-serif"><br></font></div><div><font face="verdana,sans-serif">If you are using CentOS please follow the link below. I send this before. this will work</font></div>

<div><font face="verdana,sans-serif"><br></font></div><div><a href="http://lists.freeswitch.org/pipermail/freeswitch-users/2013-February/092868.html">http://lists.freeswitch.org/pipermail/freeswitch-users/2013-February/092868.html</a></div>

<div><br></div><div><br></div><div>PS: do not post into someone thread, open a new subject.<br clear="all"><br clear="all"><div><font face="verdana, sans-serif"><div><span style="font-family:arial"><font face="verdana, sans-serif"><div>

Lloyd</div></font><div><font face="verdana, sans-serif" color="#cc6600" size="1"><b><br></b></font></div></span></div></font></div>
<br><br><div class="gmail_quote">On Wed, Jul 24, 2013 at 2:54 PM, Ashish Mishra <span dir="ltr">&lt;<a href="mailto:itsme.kunnu@gmail.com" target="_blank">itsme.kunnu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div>hello,<br></div>i have downloaded freeswitch installed the prerequisites:<br></div>gnumake<br></div>automake<br></div>autoconf<br>

</div>libtool<br></div>gcc<br></div>wget<br></div>libncurses<br></div>bzip2<br></div>and also have successfully done the following steps:<br></div>run the bootstrap.sh<br></div>edit modules.conf<br></div>run the configure script<br>



</div>BUT WHEN TYPING THE COMMAND make &amp;&amp; make install i am getting the following error<br><br>./.libs/libfreeswitch.so: undefined reference to `inflateReset&#39;<br>./.libs/libfreeswitch.so: undefined reference to `inflateEnd&#39;<br>



./.libs/libfreeswitch.so: undefined reference to `inflateInit2_&#39;<br>./.libs/libfreeswitch.so: undefined reference to `inflate&#39;<br>./.libs/libfreeswitch.so: undefined reference to `zlibVersion&#39;<br>./.libs/libfreeswitch.so: undefined reference to `inflateInit_&#39;<br>



collect2: ld returned 1 exit status<br>make[1]: *** [freeswitch] Error 1<br>make: *** [all] Error 2<br><br></div>kindly help me<div><div><img src="https://mail.google.com/mail/u/0/images/cleardot.gif"></div>
</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 25, 2013 at 12:18 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>One way would be a dial string like this.</div><div><br></div>{record_write_only=true,execute_on_media=&#39;record_session /tmp/foo.wav&#39;}sofia/internal/<a href="mailto:foo@bar.com" target="_blank">foo@bar.com</a><div>



<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 24, 2013 at 2:50 AM, Doron Kruh <span dir="ltr">&lt;<a href="mailto:doron@lexifone.com" target="_blank">doron@lexifone.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Anthony,<div><br></div><div>Thank you very much for your answer.</div><div><br></div><div>We have done multiple tests before publishing the question with both READ_ONLY and WRITE_ONLY options.</div>



<div>I think that the basic missing information is how to use the record_session command in the context of the relevant call leg - in all the use cases we tried , the record_session always referred to the first caller (leg a) as the media direction reference point (in the write channel we only saw the audio originated from leg a - without any played prompts - where in the read channel we see the audio originated from leg b + the played prompts).</div>




<div>What we would like to achieve is recording only the write channel for both call legs - the first record_session command (referring to leg a) is currently placed in a dial plan just before the bridge command :</div><div>




<br></div><div><div>    &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;</div><div>    &lt;action application=&quot;set&quot; data=&quot;media_bug_answer_req=true&quot;/&gt;</div><div>



    &lt;action application=&quot;set&quot; data=&quot;enable_file_write_buffering=false&quot;/&gt;</div>
<div>    &lt;action application=&quot;set&quot; data=&quot;RECORD_WRITE_ONLY=true&quot;/&gt;</div><div>    &lt;action application=&quot;set&quot; data=&quot;RECORD_MIN_SEC=1&quot;/&gt;</div><div>    &lt;action application=&quot;record_session&quot; data=&quot;${recordFileName}&quot;/&gt;</div>




<div>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/XXX/${destination_number}&quot;/&gt;</div></div><div><br></div><div>I think that the real question is where should we call the second record_session so it will refer leg b?</div>




<div><br></div><div>Again , many thanks for your attention,</div><div><br></div><div>Doron.</div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 24, 2013 at 1:41 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">RECORD_WRITE_ONLY=true should do that.<br><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">




<div><div>On Tue, Jul 23, 2013 at 2:49 PM, Doron Kruh <span dir="ltr">&lt;<a href="mailto:doron@lexifone.com" target="_blank">doron@lexifone.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">Hello,<div><br></div><div>I am trying to perform a record of all legs in a bridge call(and maybe in the future conference of n users) .</div>





<div>It is important to keep the audio quality of the audio  as  good as possible (8khz for non HD and 16 khz for HD).</div>
<div>To be more precise , I am interesting in recording only the WRITE channel of each leg (the READ channel is not important for my purposes).</div><div>Currently, the only solution I was able to find was using record_session with STEREO option on the incoming UUID . </div>






<div>Although I got the bleg audio available on the read channel , I also got all the audio I played to the bridge call on the same channel.</div><div>The best solution will be to perform a record for each call leg which will record only the WRITE channel (based on the terminology defined in the record_session API)  - is there currently any way to achieve that?</div>






<div><br></div><div>Best regards,</div><div><br></div><div>Doron.<span><font color="#888888"><br clear="all"><div><br></div>-- <br><div dir="ltr">Doron Kruh,<div>Senior Developer<br><div>Lexifone , Hapalyam 7 Haifa.</div>





<div>Mobile: 972-52-3823361</div>
<div>Office:   972-4-9126792</div></div></div>
</font></span></div></div>
<br></div></div>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>





Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>




GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>




<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a>
</div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Doron Kruh,<div>Senior Developer<br><div>Lexifone , Hapalyam 7 Haifa.</div><div>Mobile: 972-52-3823361</div><div>Office:   972-4-9126792</div>




</div></div>
</div>
</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>



Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>


GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>


<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900" target="_blank">+19193869900</a>
</div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br></blockquote></div><br></div>
</div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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>
<br></blockquote></div><br></div>