<font color="#333333"><font size="2"><font face="verdana,sans-serif">Giovanni:<br><br>Yeh, I saw the section regarding sending dtmf after bridge later. Igot too excited once the installation was done and not finish reading the whole thing. Thanks for making things more clear here. I will put your example to the wiki if it&#39;s not already there. <br>
<br>By the way, is there a place where DTMF is explained in more detail of what are the differences between rfc2833, inband, and info? For my understanding, I think both inband and rfc2833 are transmitted via the RTP correct? and sip info is by the SIP signal? <br>
<br>Thanks,<br><br> </font></font></font><span style="font-size: 13.3px; font-family: Verdana,Arial,Helvetica,sans-serif;"><div style="border: 1px solid rgb(229, 229, 229); padding: 0.8em 0.8em 0.3em;"><div style="margin: 0pt 0pt 8px;">
<p style="margin: 0pt;"><span style="font-weight: bold; color: rgb(0, 0, 153); font-family: arial black,sans-serif;">Henry Huang</span><br>US: +1(818)6885508 | 台灣(Taiwan): +886 933847619</p></div><span style="color: gray;">Contact Me</span> <a href="http://www.linkedin.com/profile/view?id=4590380" style="text-decoration: underline;"><img alt="LinkedIn" style="padding: 0px 0px 5px; vertical-align: middle;" src="http://images.wisestamp.com/linkedin.png" border="0" height="16" width="16"></a> <a href="http://www.facebook.com/profile.php?id=595148342" style="text-decoration: underline;"><img alt="Facebook" style="padding: 0px 0px 5px; vertical-align: middle;" src="http://images.wisestamp.com/facebook.png" border="0" height="16" width="16"></a> <a href="http://twitter.com/unicsolution" style="text-decoration: underline;"><img alt="Twitter" style="padding: 0px 0px 5px; vertical-align: middle;" src="http://images.wisestamp.com/twitter.png" border="0" height="16" width="16"></a><br>
<span style="color: gray;">IM</span> <img alt="Google Talk" style="padding: 0px 0px 5px; vertical-align: middle;" src="http://images.wisestamp.com/gtalk.png" border="0" height="16" width="16"> <a href="mailto:red_rain_seven@gmail.com">red_rain_seven@gmail.com</a> <img alt="Skype" style="padding: 0px 0px 5px; vertical-align: middle;" src="http://images.wisestamp.com/skype.png" border="0" height="16" width="16"> unicsolution <img alt="MSN" style="padding: 0px 0px 5px; vertical-align: middle;" src="http://images.wisestamp.com/msn.png" border="0" height="16" width="16"> <a href="mailto:b_ball_henry@hotmail.com">b_ball_henry@hotmail.com</a><br>
</div><img src="http://p1.wisestamp.com/pixel.png?p=mozilla&amp;v=2.2.1&amp;t=1307202510784&amp;u=1275354&amp;e=8484" height="1" width="1"></span><br><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>