<br><div class="gmail_quote"><br>Thank you sir it clearified everything.<br><br>I have one more question to ask, I am unable to compile alsa-driver-1.0.20 on centos 5.5, I googled but could not find any usable info I got this error. <br>
<br>In file included from /usr/src/alsa-driver-1.0.20/acore/hwdep.c:1:<br>
/usr/src/alsa-driver-1.0.20/include/adriver.h:1779:1: error: unterminated #if<br>/usr/src/alsa-driver-1.0.20/include/adriver.h:1:1: error: unterminated #ifndef<br>make[3]: *** [/usr/src/alsa-driver-1.0.20/acore/hwdep.o] Error 1<br>

make[2]: *** [/usr/src/alsa-driver-1.0.20/acore] Error 2<br>make[1]: *** [_module_/usr/src/alsa-driver-1.0.20] Error 2<br>make[1]: Leaving directory `/usr/src/kernels/2.6.18-194.3.1.el5-i686&#39;<br>make: *** [compile] Error 2<br>

 <br><br>Then I tried to compile alsar-drive-1.0.21 it was successfully compiled and installed but my skype client does not show dummy hardware. What should i do?<div><div></div><div class="h5"><br>
<br><br><div class="gmail_quote">On Mon, Jun 7, 2010 at 5:19 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@celliax.org" target="_blank">gmaruzz@celliax.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Zuhair,<br>
<br>
maybe you need to find a friend with some more unix experience, that<br>
can help you for the first few days.<br>
<br>
You have to:<br>
<br>
1) compile skypopen_auth as in the wiki (&quot;gcc -Wall -ggdb<br>
skypopen_auth.c -o skypopen_auth -lX11&quot;)<br>
2) login with ssh -X<br>
3) launch Skype client<br>
4) launch &quot;skypopen_auth localhost:10.0&quot;<br>
<br>
-giovanni<br>
<br>
On Mon, Jun 7, 2010 at 2:05 PM, Zuhair Raza<br>
<div><div></div><div>&lt;<a href="mailto:engineerzuhairraza@gmail.com" target="_blank">engineerzuhairraza@gmail.com</a>&gt; wrote:<br>
&gt; you mean to use this syntax<br>
&gt; gcc -Wall -ggdb skypopen_auth.c -o skypopen_auth -lX11:101  ??<br>
&gt;<br>
&gt; When i do echo $DISPLAY it says localhost:10.0<br>
&gt; and when gcc -Wall -ggdb skypopen_auth.c -o skypopen_auth -lX11:$DISPLAY<br>
&gt; it says cannot find -lX11:localhost:10.0<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Jun 7, 2010 at 4:36 PM, Giovanni Maruzzelli &lt;<a href="mailto:gmaruzz@celliax.org" target="_blank">gmaruzz@celliax.org</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Jun 7, 2010 at 1:29 PM, Zuhair Raza<br>
&gt;&gt; &lt;<a href="mailto:engineerzuhairraza@gmail.com" target="_blank">engineerzuhairraza@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; ok thanks.. but what about my question that skype didnot ask me to to<br>
&gt;&gt; &gt; connect to skype API.  and when i do either on ./skypopen_auth :101 or<br>
&gt;&gt; &gt; :0 it<br>
&gt;&gt; &gt; says cannot open X display<br>
&gt;&gt;<br>
&gt;&gt; I told you in previous mail.<br>
&gt;&gt;<br>
&gt;&gt; You need to launch skypopen_auth from the same ssh -X from which you<br>
&gt;&gt; launched the Skype client. And you must give skypopen_auth the correct<br>
&gt;&gt; xserver as an argument.<br>
&gt;&gt; You can use $DISPLAY, or you can check it with &quot;echo $DISPLAY&quot; and<br>
&gt;&gt; then use that value.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Mon, Jun 7, 2010 at 3:53 PM, Giovanni Maruzzelli<br>
&gt;&gt; &gt; &lt;<a href="mailto:gmaruzz@celliax.org" target="_blank">gmaruzz@celliax.org</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Mon, Jun 7, 2010 at 12:45 PM, Zuhair Raza<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:engineerzuhairraza@gmail.com" target="_blank">engineerzuhairraza@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; Thanks for explanation Sir, One more question, please explain<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; cd /root<br>
&gt;&gt; &gt;&gt; &gt; mount /dev/hda5 /mnt<br>
&gt;&gt; &gt;&gt; &gt; cp /mnt/root/skypeconfig2.tgz ./<br>
&gt;&gt; &gt;&gt; &gt; tar xzf skypeconfig2.tgz<br>
&gt;&gt; &gt;&gt; &gt; chown -R root.root .Skype<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; According to wiki we haven&#39;t created a tgz file before that, but<br>
&gt;&gt; &gt;&gt; &gt; .Skype<br>
&gt;&gt; &gt;&gt; &gt; directory at the server<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If you do it with ssh -X (as pre the previous mail), you don&#39;t need a<br>
&gt;&gt; &gt;&gt; Skype config directory from another computer. You created that<br>
&gt;&gt; &gt;&gt; directory.<br>
&gt;&gt; &gt;&gt; So, just skip those steps.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; -giovanni<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; On Mon, Jun 7, 2010 at 12:07 PM, Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; &gt; &lt;<a href="mailto:gmaruzz@celliax.org" target="_blank">gmaruzz@celliax.org</a>&gt;<br>
&gt;&gt; &gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; On Sun, Jun 6, 2010 at 6:52 PM, Zuhair Raza<br>
&gt;&gt; &gt;&gt; &gt;&gt; &lt;<a href="mailto:engineerzuhairraza@gmail.com" target="_blank">engineerzuhairraza@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; version. First i enter command at my freeswitch box under<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; mod_skypopen/configs<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; gcc -Wall -ggdb skypopen_auth.c -o skypopen_auth -lX11<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; then I install xauth on server after that i ssh with x forwarding<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; to<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; my<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; server from an another linux desktop and open skype by typing<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; /usr/bin/skype, it launched skype client at Linux desktop but it<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; didn&#39;t<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; ask<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; for connecting with skypopen api, although it creates &quot;.Skype&quot;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; directory on<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; After launching the skype client from the ssh -X session, you have<br>
&gt;&gt; &gt;&gt; &gt;&gt; to<br>
&gt;&gt; &gt;&gt; &gt;&gt; launch skypopen_auth from the same ssh -X session (giving the X<br>
&gt;&gt; &gt;&gt; &gt;&gt; server<br>
&gt;&gt; &gt;&gt; &gt;&gt; as an argument), eg: &quot;./skypopen_auth $DISPLAY&quot;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; my server but when i load mod_skypopen it says could not find any<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; skype<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; instance and when i typed skypopen_auth it also says no skype<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; instance<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; found<br>
&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; on X 0:0. Can anyone tell me where I have mistaken??<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; After having given the auth to the skype client, and closing it so<br>
&gt;&gt; &gt;&gt; &gt;&gt; it<br>
&gt;&gt; &gt;&gt; &gt;&gt; save that auth, you close the ssh -X session, and launch an X server<br>
&gt;&gt; &gt;&gt; &gt;&gt; and a skype client in the server, using the script in the configs<br>
&gt;&gt; &gt;&gt; &gt;&gt; directory (as explained in the wiki).<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; After having launched that script, you load mod_skypopen.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; You MUST edit the script and the skypopen.conf.xml to use your own<br>
&gt;&gt; &gt;&gt; &gt;&gt; values for skype username and password.<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; &gt;&gt; Sincerely,<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; &gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; &gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &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; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt;&gt; &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; &gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt;&gt; &gt; Zuhair Raza<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&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; &gt;<br>
&gt;&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; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Sincerely,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; &gt;&gt; Cell : +39-347-2665618<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" target="_blank">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;<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;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt; Zuhair Raza<br>
&gt;&gt; &gt;<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" target="_blank">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; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Sincerely,<br>
&gt;&gt;<br>
&gt;&gt; Giovanni Maruzzelli<br>
&gt;&gt; Cell : +39-347-2665618<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Regards,<br>
&gt; Zuhair Raza<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
&gt;<br>
<br>
<br>
<br>
--<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : +39-347-2665618<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br>Regards,<br><font color="#888888">Zuhair Raza<br><br>
</font></div><br><br clear="all"><br>-- <br>Regards,<br>Zuhair Raza<br><br>