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