<span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">done - <a href="http://jira.freeswitch.org/browse/FS-3374" target="_blank" style="color: rgb(17, 37, 8); ">http://jira.freeswitch.org/</a></span><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><a href="http://jira.freeswitch.org/browse/FS-3374" target="_blank" style="color: rgb(17, 37, 8); ">browse/FS-3374</a></span><div>

<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font><br><div class="gmail_quote">On Thu, Jun 23, 2011 at 8:42 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">this really should be in jira.<br>
please open one <a href="http://jira.freeswitch.org" target="_blank">http://jira.freeswitch.org</a><br>
<br>
and post the url here<br>
<br>
do the following<br>
<br>
1) update right now to the latest GIT as of the time you read this.<br>
2) turn on debugging and sip trace with these commands:<br>
&gt;console loglevel debug<br>
&gt;sofia global siptrace on<br>
3) reproduce your issue and capture the console log<br>
4) attach it to your jira report<br>
<br>
Then:<br>
<br>
try version 9df8169d1f3458e0b565a64922a1390ebf324703<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Wed, Jun 22, 2011 at 8:00 PM, elijah &lt;<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>&gt; wrote:<br>
&gt; That didn&#39;t help. Maybe I&#39;ve screwed this up by running &#39;git reset --hard&#39;?<br>
&gt; I&#39;ve confirmed this version works for me: FreeSWITCH Version 1.0.head<br>
&gt; (git-5923f71 2011-06-01 22-36-19 -0500)<br>
&gt; and this does not: FreeSWITCH Version 1.0.head (git-288455c 2011-06-22<br>
&gt; 17-05-53 -0400)<br>
&gt; On Wed, Jun 22, 2011 at 5:30 PM, Anthony Minessale<br>
&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; could you comment line 1696 of switch_channel.c and<br>
&gt;&gt; make install_core<br>
&gt;&gt; then restart and retest?<br>
&gt;&gt;<br>
&gt;&gt; That is the only one I can think of.<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 22, 2011 at 5:53 PM, elijah &lt;<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>&gt; wrote:<br>
&gt;&gt; &gt; This setup was working for me until updating against git yesterday. Via<br>
&gt;&gt; &gt; a<br>
&gt;&gt; &gt; bind statement on the b-leg of inbound calls, a user is able to pull<br>
&gt;&gt; &gt; both<br>
&gt;&gt; &gt; legs into a conference bridge. The problem now is that the a-leg hears<br>
&gt;&gt; &gt; only<br>
&gt;&gt; &gt; hold music. I&#39;m having this and another problem with my dialplan after<br>
&gt;&gt; &gt; updating, w/o changing my own configuration - could there be updates to<br>
&gt;&gt; &gt; source that would be affecting me? Here&#39;s the setup:<br>
&gt;&gt; &gt;     &lt;extension name=&quot;telifi_sales_queue&quot;&gt;<br>
&gt;&gt; &gt;       &lt;condition field=&quot;destination_number&quot;<br>
&gt;&gt; &gt; expression=&quot;^telifi_sales_queue$&quot;&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;bridge_export&quot;<br>
&gt;&gt; &gt; data=&quot;telifi_call_id=${telifi_call_id}&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;set&quot; data=&quot;bind_meta_key=#&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;bind_meta_app&quot; data=&quot;1 b s<br>
&gt;&gt; &gt; execute_extension::dx1 XML callsdirect&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;bind_meta_app&quot; data=&quot;2 b s<br>
&gt;&gt; &gt; execute_extension::dx2 XML callsdirect&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;callcenter&quot;<br>
&gt;&gt; &gt; data=&quot;${<a href="mailto:telifi_queue_name%7D@live001.voice.telifi.com">telifi_queue_name}@live001.voice.telifi.com</a>&quot;/&gt;<br>
&gt;&gt; &gt;       &lt;/condition&gt;<br>
&gt;&gt; &gt;     &lt;/extension&gt;<br>
&gt;&gt; &gt;     &lt;extension name=&quot;bind_receiver_2&quot;&gt;<br>
&gt;&gt; &gt;       &lt;condition field=&quot;destination_number&quot; expression=&quot;^dx2$&quot;&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;transfer&quot; data=&quot;-both dynamic_conference<br>
&gt;&gt; &gt; XML<br>
&gt;&gt; &gt; callsdirect&quot;/&gt;<br>
&gt;&gt; &gt;       &lt;/condition&gt;<br>
&gt;&gt; &gt;     &lt;/extension&gt;<br>
&gt;&gt; &gt;     &lt;extension name=&quot;dynamic_conference&quot;&gt;<br>
&gt;&gt; &gt;       &lt;condition field=&quot;destination_number&quot;<br>
&gt;&gt; &gt; expression=&quot;^dynamic_conference&quot;/&gt;<br>
&gt;&gt; &gt;       &lt;condition field=&quot;rdnis&quot; expression=&quot;^(dx2)$&quot;&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;bind_digit_action&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; data=&quot;moderator,*1,exec:execute_extension,ASK_FOR_NUMBER__${telifi_call_id}<br>
&gt;&gt; &gt; XML callsdirect&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;bind_digit_action&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; data=&quot;moderator,*2,exec:execute_extension,CANCEL_LAST_CALL__${telifi_call_id}<br>
&gt;&gt; &gt; XML callsdirect&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;digit_action_set_realm&quot; data=&quot;moderator&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;action application=&quot;conference&quot;<br>
&gt;&gt; &gt; data=&quot;${telifi_call_id}@simple&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;anti-action application=&quot;answer&quot;/&gt;<br>
&gt;&gt; &gt;         &lt;anti-action application=&quot;conference&quot;<br>
&gt;&gt; &gt; data=&quot;${telifi_call_id}@simple&quot;/&gt;<br>
&gt;&gt; &gt;       &lt;/condition&gt;<br>
&gt;&gt; &gt;     &lt;/extension&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt;&gt; &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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; Anthony Minessale II<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;&gt;<br>
&gt;&gt; AIM: anthm<br>
&gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
&gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
&gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
&gt;&gt; pstn:<a href="tel:%2B19193869900" value="+19193869900">+19193869900</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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; Join us at ClueCon 2011, Aug 9-11, Chicago<br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" value="+19193869900">+19193869900</a><br>
<br>
_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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></div>