sorry big boss. <br><br>noted ! <br><br>Thanks<br><br><div class="gmail_quote">On Mon, May 2, 2011 at 12:32 AM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@celliax.org">gmaruzz@celliax.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Zohair,<br>
please ***never*** answer to a mailing list  post  asking something<br>
not immediately related to the original topic of tje original post.<br>
Please make a new topic, write a new mail to the mailing list with a<br>
&quot;Subject&quot; (the title of the mail) describing your question.<br>
Thanks in advance,<br>
-giovanni<br>
<div><div></div><div class="h5"><br>
On 5/1/11, zohair raza &lt;<a href="mailto:engineerzuhairraza@gmail.com">engineerzuhairraza@gmail.com</a>&gt; wrote:<br>
&gt; Wow That is great Sir,<br>
&gt;<br>
&gt; i would like to add how i am passing caller id<br>
&gt;<br>
&gt; i am using xml curl and in my php file i added this :<br>
&gt;<br>
&gt; &lt;?php<br>
&gt;<br>
&gt;   $calld  =  $_REQUEST[&#39;Caller-Destination-Number&#39;];<br>
&gt;   $cally =str_replace(&quot;skype3439&quot;,&quot;&quot;,$calld) ; ( I am sending skype id like<br>
&gt; &#39;skype3439remoteskypeid&#39;  so here i am removing skype3439)<br>
&gt;   $callsk   = $_REQUEST[&#39;Caller-Caller-ID-Number&#39;];<br>
&gt;   $zr= &#39; api_result=${skypopen(interface1 MESSAGE &#39;.$cally.&#39; (mp) Call from<br>
&gt; &#39;.$callsk.&#39;)}&#39;;<br>
&gt;<br>
&gt; header(&quot;Content-type: text/xml&quot;);<br>
&gt; $response = &quot;<br>
&gt; &lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;UTF-8\&quot; standalone=\&quot;no\&quot;?&gt;<br>
&gt; &lt;document type=\&quot;freeswitch/xml\&quot;&gt;<br>
&gt;   &lt;section name=\&quot;dialplan\&quot; description=\&quot;example_curl_dialplan\&quot;&gt;<br>
&gt;     &lt;context name=\&quot;public\&quot;&gt;<br>
&gt;<br>
&gt;          &lt;extension name=\&quot;skype\&quot;&gt;<br>
&gt;          &lt;condition field=\&quot;destination_number\&quot;<br>
&gt; expression=\&quot;^skype3439(.*)$\&quot;&gt;<br>
&gt;          &lt;action application=\&quot;set\&quot; data=\&quot;skype_get_inband_dtmf=false\&quot;/&gt;<br>
&gt;          &lt;action application=\&quot;set\&quot; data=\&quot;$zr\&quot;/&gt;<br>
&gt;          &lt;action application=\&quot;set\&quot; data=\&quot;instant_ringback=true\&quot;/&gt;<br>
&gt;          &lt;action application=\&quot;bridge\&quot; data=\&quot;skypopen/RR/$1\&quot;/&gt;<br>
&gt;          &lt;/condition&gt;<br>
&gt;          &lt;/extension&gt;<br>
&gt;<br>
&gt;   &lt;/context&gt;<br>
&gt;   &lt;/section&gt;<br>
&gt; &lt;/document&gt;<br>
&gt; &quot;;<br>
&gt; echo $response;<br>
&gt; exit;<br>
&gt; ?&gt;<br>
&gt;<br>
&gt;<br>
&gt; This way caller id will be sent before the call as a skype chat message<br>
&gt; which will only work if remoteskypeid has added the skype id which you are<br>
&gt; using, otherwise it won&#39;t work.<br>
&gt;<br>
&gt;<br>
&gt; On Sat, Apr 30, 2011 at 1:31 PM, Giovanni Maruzzelli<br>
&gt; &lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; Dear FreeSWITCHers,<br>
&gt;&gt;<br>
&gt;&gt; after a fair amount of effort, I ended up with a new way to install<br>
&gt;&gt; and use mod_skypopen on Linux.<br>
&gt;&gt;<br>
&gt;&gt; No more looking around the internet for the lost 2.0.0.72 Skype client for<br>
&gt;&gt; ALSA.<br>
&gt;&gt;<br>
&gt;&gt; First, we can use the readily available Skype client for OSS.<br>
&gt;&gt;<br>
&gt;&gt; (added benefit: no more need for ALSA driver. I wrote skypopen.ko OSS<br>
&gt;&gt; driver, that&#39;s very easy to compile and install, and do not need to<br>
&gt;&gt; mess with the operating system installation.)<br>
&gt;&gt;<br>
&gt;&gt; Second, I wrote an installer that automatically do all the tedious<br>
&gt;&gt; work for you: download and install the skype client, create the config<br>
&gt;&gt; directory for Skype clients, create the config file for mod_skypopen,<br>
&gt;&gt; create the script that launches the Skype clients.<br>
&gt;&gt;<br>
&gt;&gt; I hope those improvements will lower the barriers for Skype calls on<br>
&gt;&gt; FreeSWITCH.<br>
&gt;&gt;<br>
&gt;&gt; Actually is ludicrously simple now, and after you compile FreeSWITCH,<br>
&gt;&gt; mod_skypopen and the skypopen.ko OSS driver it will take like less<br>
&gt;&gt; than one minute to have a complete installation of mod_skypopen ready<br>
&gt;&gt; to make and receive calls.<br>
&gt;&gt;<br>
&gt;&gt; All automatic, no more need to fiddle around with the Skype client<br>
&gt;&gt; download, configurations, authorization, etc.<br>
&gt;&gt;<br>
&gt;&gt; Is all well tested, but maybe there are still some bugs, and maybe the<br>
&gt;&gt; docs are not clear/easy enough.<br>
&gt;&gt;<br>
&gt;&gt; Please have a look at the new and improved wiki page and let me know<br>
&gt;&gt; what do you think about (and maybe test the procedures).<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk" target="_blank">http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk#Linux" target="_blank">http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk#Linux</a><br>
&gt;&gt;<br>
&gt;&gt; <a href="http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk#Interactive_INSTALLER_and_CONFIGURATOR" target="_blank">http://wiki.freeswitch.org/wiki/Mod_skypopen_Skype_Endpoint_and_Trunk#Interactive_INSTALLER_and_CONFIGURATOR</a><br>

&gt;&gt;<br>
&gt;&gt; You must update to the latest git to have all the goodies.<br>
&gt;&gt;<br>
&gt;&gt; Thank you all for your support,<br>
&gt;&gt;<br>
&gt;&gt; -giovanni<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Sincerely,<br>
&gt;&gt;<br>
&gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; Cell : <a href="tel:%2B39-347-2665618" value="+393472665618">+39-347-2665618</a><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; Regards,<br>
&gt; Zohair Raza<br>
&gt;<br>
<br>
</div></div><font color="#888888">--<br>
Sent from my mobile device<br>
</font><div><div></div><div class="h5"><br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : <a href="tel:%2B39-347-2665618" value="+393472665618">+39-347-2665618</a><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><br clear="all"><br>-- <br>Regards,<br>Zohair Raza<br>SuperTec Inc.<br>