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