<font color="#333333"><font size="2"><font face="verdana,sans-serif">Sorry, I didn&#39;t make it clear. I did search google and found &quot;general&quot; information of skype being behind NAT or firewall. But I was looking for something that is capable of turning that feature off. So I tossed the questions here hoping people having done integration with Skype would know better. <br>
<br>I also thought of some feature that I am not sure if I should posted here or open a new thread. I was thinking of integrating the mod_skypopen with mod_digaling or some other sort so that when the skype client receive messages, we can transfer it to a designated XMPP client with a 2 way text design in mind.<br>
<br><br>Thanks,<br><br>Henry<br></font></font></font><br><div class="gmail_quote">On Sun, Jun 5, 2011 at 2:21 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="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">If you&#39;re behind a nat or a firewall you can&#39;t be supernode.<br>
If you&#39;re directly on the internet (eg: you have a real routable IP<br>
number) on the machine, and you are not behind a firewall (eg: you<br>
have all incoming ports open) then you *may* become a supernode.<br>
Btw: google is your friend, those are informations easily available<br>
with a search for &quot;skype supernode&quot;.<br>
<font color="#888888">-giovanni<br>
</font><div><div></div><div class="h5"><br>
On 6/5/11, Henry Huang &lt;<a href="mailto:b_ball_henry@hotmail.com">b_ball_henry@hotmail.com</a>&gt; wrote:<br>
&gt; One thing I didn&#39;t see it covered in the wiki. Is the skype client we use<br>
&gt; for the mod_skypopen having the risk of being used as a &quot;supernode&quot;? If so,<br>
&gt; is there ways to disable it?<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Henry<br>
&gt;<br>
&gt; On Sat, Jun 4, 2011 at 1:39 PM, Giovanni Maruzzelli<br>
&gt; &lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;wrote:<br>
&gt;<br>
&gt;&gt; You need to set the variable<br>
&gt;&gt; &#39;skype_add_outband_dtmf_also_when_bridged&#39; to true before bridging.<br>
&gt;&gt;<br>
&gt;&gt; This is my<br>
&gt;&gt; /usr/local/freeswitch/conf/dialplan/default/02_conf_via_skype.xml :<br>
&gt;&gt;<br>
&gt;&gt; &lt;include&gt;<br>
&gt;&gt;    &lt;extension name=&quot;conf_via_skype&quot;&gt;<br>
&gt;&gt;      &lt;condition field=&quot;destination_number&quot; expression=&quot;^5004$&quot;&gt;<br>
&gt;&gt;        &lt;action application=&quot;set&quot;<br>
&gt;&gt; data=&quot;skype_add_outband_dtmf_also_when_bridged=true&quot;/&gt;<br>
&gt;&gt;        &lt;action application=&quot;set&quot; data=&quot;ringback=$${us-ring}&quot;/&gt;<br>
&gt;&gt;        &lt;action application=&quot;sleep&quot; data=&quot;500&quot;/&gt;<br>
&gt;&gt;        &lt;action application=&quot;bridge&quot;<br>
&gt;&gt; data=&quot;sofia/${use_profile}/<a href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a>&quot;/&gt;<br>
&gt;&gt;      &lt;/condition&gt;<br>
&gt;&gt;    &lt;/extension&gt;<br>
&gt;&gt; &lt;/include&gt;<br>
&gt;&gt;<br>
&gt;&gt; You can copy and paste it in the same file.<br>
&gt;&gt;<br>
&gt;&gt; You then will edit the file<br>
&gt;&gt; /usr/local/freeswitch/conf/ivr_menus/demo_ivr.xml and substitute the<br>
&gt;&gt; line:<br>
&gt;&gt;<br>
&gt;&gt; &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;bridge<br>
&gt;&gt; sofia/$${domain}/<a href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a>&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; with the line:<br>
&gt;&gt;<br>
&gt;&gt; &lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;transfer 5004 XML<br>
&gt;&gt; default&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; and it will work as you expect, both with inbound skype and with inbound<br>
&gt;&gt; sip.<br>
&gt;&gt;<br>
&gt;&gt; -giovanni<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Jun 3, 2011 at 11:08 PM, Giovanni Maruzzelli &lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; As per the wiki page, and as is clearly written in the console and the<br>
&gt;&gt; &gt; logfile, if an incomong skype call is bridged to an outbound call, the<br>
&gt;&gt; &gt; dtmf is by default passed only in band (eg: as audio).<br>
&gt;&gt; &gt; If you want to have it working with the fs developer conference,<br>
&gt;&gt; &gt; create an extension that goes there and add to it the variable that&#39;s<br>
&gt;&gt; &gt; in the wiki page (can&#39;t remember the name, is something like<br>
&gt;&gt; &gt; &quot;dtmf-outband-also-when-bridged=true&quot;).<br>
&gt;&gt; &gt; Please check the wiki page for the variable name.<br>
&gt;&gt; &gt; Reason for this is that the in band dtmf cannot be shut up, and often<br>
&gt;&gt; &gt; is detected by the remote party. But in this particular case of the fs<br>
&gt;&gt; &gt; developer conference, the remote party is setup to not detect inband<br>
&gt;&gt; &gt; in sip (or anyway, it does not detect it).<br>
&gt;&gt; &gt; Long story short: create an extension that sets that variable and goes<br>
&gt;&gt; &gt; to the fs conference and you&#39;ll be all set.<br>
&gt;&gt; &gt; Tomorrow I&#39;ll post here an example from my dialplan.<br>
&gt;&gt; &gt; -giovanni<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On 6/3/11, Michael Collins &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; Try transferring to a local conference on your machine and see what<br>
&gt;&gt; happens.<br>
&gt;&gt; &gt;&gt; Watch the fs_cli and see if the DTMFs show up or not. From there we can<br>
&gt;&gt; see<br>
&gt;&gt; &gt;&gt; what&#39;s up...<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; -MC<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Fri, Jun 3, 2011 at 11:10 AM, Henry Huang<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:b_ball_henry@hotmail.com">b_ball_henry@hotmail.com</a>&gt;wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; But the DTMF press worked very well while I was under the Demo IVR,<br>
&gt;&gt; even<br>
&gt;&gt; &gt;&gt;&gt; when I press &quot;1001&quot; I was able to get connected to extension 1001. It<br>
&gt;&gt; &gt;&gt;&gt; didn&#39;t<br>
&gt;&gt; &gt;&gt;&gt; work only after I was transferred to the conference selection.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Henry<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Sat, Jun 4, 2011 at 12:35 AM, Michael Collins<br>
&gt;&gt; &gt;&gt;&gt; &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; The monkeys have stopped screaming for everyone. :( I have been<br>
&gt;&gt; looking<br>
&gt;&gt; &gt;&gt;&gt;&gt; for an alternative sound file for this but haven&#39;t found anything I<br>
&gt;&gt; &gt;&gt;&gt;&gt; really<br>
&gt;&gt; &gt;&gt;&gt;&gt; like.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; Not sure about the DTMF, but from what I understand there have been<br>
&gt;&gt; &gt;&gt;&gt;&gt; issues<br>
&gt;&gt; &gt;&gt;&gt;&gt; with sending DTMFs from the Skype client. I haven&#39;t tried it myself<br>
&gt;&gt; &gt;&gt;&gt;&gt; so<br>
&gt;&gt; I<br>
&gt;&gt; &gt;&gt;&gt;&gt; will defer to those who have.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; -MC<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt; On Fri, Jun 3, 2011 at 9:19 AM, Henry Huang<br>
&gt;&gt; &gt;&gt;&gt;&gt; &lt;<a href="mailto:b_ball_henry@hotmail.com">b_ball_henry@hotmail.com</a>&gt;wrote:<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Hi:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; The new interactive installation for mod_skypopen is a piece of<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; cake.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Made live much easier. I was so excited and tried it out right after<br>
&gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; installation was done. But I found a few issues calling the demo-ivr<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; from<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; skyTpe client.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; 1. The screaming monkey does not scream anymore.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; 2. The conference that connects to the <a href="http://freeswitch.org" target="_blank">freeswitch.org</a> doesn&#39;t<br>
&gt;&gt; respond to<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; dtmf pressed on the skype client. Ever since the second client is<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; connected<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; to the conference, the conference tell the client it&#39;s muted. So I<br>
&gt;&gt; tried<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; push 0 and any other key to see if I get to unmute. But no, non of<br>
&gt;&gt; the<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; key<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; press works.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; If anyone have previous experiences on these and fixed them, please<br>
&gt;&gt; do<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; share your methods.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Sound quality with the new virtual sound drive is very good.<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Thanks,<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Henry Huang<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; US: +1(818)6885508 | 台灣(Taiwan): +886 933847619<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Contact Me [image:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; LinkedIn]&lt;<a href="http://www.linkedin.com/profile/view?id=4590380" target="_blank">http://www.linkedin.com/profile/view?id=4590380</a>&gt; [image:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Facebook] &lt;<a href="http://www.facebook.com/profile.php?id=595148342" target="_blank">http://www.facebook.com/profile.php?id=595148342</a>&gt; [image:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Twitter] &lt;<a href="http://twitter.com/unicsolution" target="_blank">http://twitter.com/unicsolution</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; IM [image: Google Talk] <a href="mailto:red_rain_seven@gmail.com">red_rain_seven@gmail.com</a> [image:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; Skype]unicsolution [image:<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; MSN] <a href="mailto:b_ball_henry@hotmail.com">b_ball_henry@hotmail.com</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&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;&gt; UNSUBSCRIBE:<br>
&gt;&gt; <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;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;&gt;<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">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; UNSUBSCRIBE:<br>
&gt;&gt; <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;&gt;<br>
&gt;&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">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; UNSUBSCRIBE:<br>
&gt;&gt; <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;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Sent from my mobile device<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Sincerely,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Giovanni Maruzzelli<br>
&gt;&gt; &gt; Cell : +39-347-2665618<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;&gt;<br>
&gt;<br>
<br>
</div></div>--<br>
<div class="im">Sent from my mobile device<br>
<br>
Sincerely,<br>
<br>
Giovanni Maruzzelli<br>
Cell : +39-347-2665618<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<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>