<font color="#333333"><font size="2"><font face="verdana,sans-serif">One thing I didn&#39;t see it covered in the wiki. Is the skype client we use for the mod_skypopen having the risk of being used as a &quot;supernode&quot;? If so, is there ways to disable it?<br>
<br>Thanks,<br><br>Henry<br></font></font></font><br><div class="gmail_quote">On Sat, Jun 4, 2011 at 1:39 PM, Giovanni Maruzzelli <span dir="ltr">&lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</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;">You need to set the variable<br>
&#39;skype_add_outband_dtmf_also_when_bridged&#39; to true before bridging.<br>
<br>
This is my /usr/local/freeswitch/conf/dialplan/default/02_conf_via_skype.xml :<br>
<br>
&lt;include&gt;<br>
    &lt;extension name=&quot;conf_via_skype&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^5004$&quot;&gt;<br>
        &lt;action application=&quot;set&quot;<br>
data=&quot;skype_add_outband_dtmf_also_when_bridged=true&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;ringback=$${us-ring}&quot;/&gt;<br>
        &lt;action application=&quot;sleep&quot; data=&quot;500&quot;/&gt;<br>
        &lt;action application=&quot;bridge&quot;<br>
data=&quot;sofia/${use_profile}/<a href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a>&quot;/&gt;<br>
      &lt;/condition&gt;<br>
    &lt;/extension&gt;<br>
&lt;/include&gt;<br>
<br>
You can copy and paste it in the same file.<br>
<br>
You then will edit the file<br>
/usr/local/freeswitch/conf/ivr_menus/demo_ivr.xml and substitute the<br>
line:<br>
<br>
&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;bridge<br>
sofia/$${domain}/<a href="mailto:888@conference.freeswitch.org">888@conference.freeswitch.org</a>&quot;/&gt;<br>
<br>
with the line:<br>
<br>
&lt;entry action=&quot;menu-exec-app&quot; digits=&quot;1&quot; param=&quot;transfer 5004 XML default&quot;/&gt;<br>
<br>
and it will work as you expect, both with inbound skype and with inbound sip.<br>
<font color="#888888"><br>
-giovanni<br>
</font><div><div></div><div class="h5"><br>
<br>
On Fri, Jun 3, 2011 at 11:08 PM, Giovanni Maruzzelli &lt;<a href="mailto:gmaruzz@gmail.com">gmaruzz@gmail.com</a>&gt; wrote:<br>
&gt; As per the wiki page, and as is clearly written in the console and the<br>
&gt; logfile, if an incomong skype call is bridged to an outbound call, the<br>
&gt; dtmf is by default passed only in band (eg: as audio).<br>
&gt; If you want to have it working with the fs developer conference,<br>
&gt; create an extension that goes there and add to it the variable that&#39;s<br>
&gt; in the wiki page (can&#39;t remember the name, is something like<br>
&gt; &quot;dtmf-outband-also-when-bridged=true&quot;).<br>
&gt; Please check the wiki page for the variable name.<br>
&gt; Reason for this is that the in band dtmf cannot be shut up, and often<br>
&gt; is detected by the remote party. But in this particular case of the fs<br>
&gt; developer conference, the remote party is setup to not detect inband<br>
&gt; in sip (or anyway, it does not detect it).<br>
&gt; Long story short: create an extension that sets that variable and goes<br>
&gt; to the fs conference and you&#39;ll be all set.<br>
&gt; Tomorrow I&#39;ll post here an example from my dialplan.<br>
&gt; -giovanni<br>
&gt;<br>
&gt; On 6/3/11, Michael Collins &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt; wrote:<br>
&gt;&gt; Try transferring to a local conference on your machine and see what happens.<br>
&gt;&gt; Watch the fs_cli and see if the DTMFs show up or not. From there we can see<br>
&gt;&gt; what&#39;s up...<br>
&gt;&gt;<br>
&gt;&gt; -MC<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Jun 3, 2011 at 11:10 AM, Henry Huang<br>
&gt;&gt; &lt;<a href="mailto:b_ball_henry@hotmail.com">b_ball_henry@hotmail.com</a>&gt;wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; But the DTMF press worked very well while I was under the Demo IVR, even<br>
&gt;&gt;&gt; when I press &quot;1001&quot; I was able to get connected to extension 1001. It<br>
&gt;&gt;&gt; didn&#39;t<br>
&gt;&gt;&gt; work only after I was transferred to the conference selection.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Henry<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Sat, Jun 4, 2011 at 12:35 AM, Michael Collins<br>
&gt;&gt;&gt; &lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; The monkeys have stopped screaming for everyone. :( I have been looking<br>
&gt;&gt;&gt;&gt; for an alternative sound file for this but haven&#39;t found anything I<br>
&gt;&gt;&gt;&gt; really<br>
&gt;&gt;&gt;&gt; like.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Not sure about the DTMF, but from what I understand there have been<br>
&gt;&gt;&gt;&gt; issues<br>
&gt;&gt;&gt;&gt; with sending DTMFs from the Skype client. I haven&#39;t tried it myself so I<br>
&gt;&gt;&gt;&gt; will defer to those who have.<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 9:19 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; Hi:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; The new interactive installation for mod_skypopen is a piece of cake.<br>
&gt;&gt;&gt;&gt;&gt; Made live much easier. I was so excited and tried it out right after the<br>
&gt;&gt;&gt;&gt;&gt; installation was done. But I found a few issues calling the demo-ivr<br>
&gt;&gt;&gt;&gt;&gt; from<br>
&gt;&gt;&gt;&gt;&gt; skyTpe client.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; 1. The screaming monkey does not scream anymore.<br>
&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 respond to<br>
&gt;&gt;&gt;&gt;&gt; dtmf pressed on the skype client. Ever since the second client is<br>
&gt;&gt;&gt;&gt;&gt; connected<br>
&gt;&gt;&gt;&gt;&gt; to the conference, the conference tell the client it&#39;s muted. So I tried<br>
&gt;&gt;&gt;&gt;&gt; push 0 and any other key to see if I get to unmute. But no, non of the<br>
&gt;&gt;&gt;&gt;&gt; key<br>
&gt;&gt;&gt;&gt;&gt; press works.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; If anyone have previous experiences on these and fixed them, please do<br>
&gt;&gt;&gt;&gt;&gt; share your methods.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Sound quality with the new virtual sound drive is very good.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Henry Huang<br>
&gt;&gt;&gt;&gt;&gt; US: +1(818)6885508 | 台灣(Taiwan): +886 933847619<br>
&gt;&gt;&gt;&gt;&gt; Contact Me [image:<br>
&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; 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; Twitter] &lt;<a href="http://twitter.com/unicsolution" target="_blank">http://twitter.com/unicsolution</a>&gt;<br>
&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; Skype]unicsolution [image:<br>
&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;<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:<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; 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; 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;&gt;<br>
&gt;&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;<br>
&gt; --<br>
&gt; Sent from my mobile device<br>
&gt;<br>
&gt; Sincerely,<br>
&gt;<br>
&gt; Giovanni Maruzzelli<br>
&gt; Cell : +39-347-2665618<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">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>