<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"><<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>></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>
>console loglevel debug<br>
>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 <<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>> wrote:<br>
> That didn't help. Maybe I've screwed this up by running 'git reset --hard'?<br>
> I've confirmed this version works for me: FreeSWITCH Version 1.0.head<br>
> (git-5923f71 2011-06-01 22-36-19 -0500)<br>
> and this does not: FreeSWITCH Version 1.0.head (git-288455c 2011-06-22<br>
> 17-05-53 -0400)<br>
> On Wed, Jun 22, 2011 at 5:30 PM, Anthony Minessale<br>
> <<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>> wrote:<br>
>><br>
>> could you comment line 1696 of switch_channel.c and<br>
>> make install_core<br>
>> then restart and retest?<br>
>><br>
>> That is the only one I can think of.<br>
>><br>
>> On Wed, Jun 22, 2011 at 5:53 PM, elijah <<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>> wrote:<br>
>> > This setup was working for me until updating against git yesterday. Via<br>
>> > a<br>
>> > bind statement on the b-leg of inbound calls, a user is able to pull<br>
>> > both<br>
>> > legs into a conference bridge. The problem now is that the a-leg hears<br>
>> > only<br>
>> > hold music. I'm having this and another problem with my dialplan after<br>
>> > updating, w/o changing my own configuration - could there be updates to<br>
>> > source that would be affecting me? Here's the setup:<br>
>> > <extension name="telifi_sales_queue"><br>
>> > <condition field="destination_number"<br>
>> > expression="^telifi_sales_queue$"><br>
>> > <action application="bridge_export"<br>
>> > data="telifi_call_id=${telifi_call_id}"/><br>
>> > <action application="set" data="bind_meta_key=#"/><br>
>> > <action application="bind_meta_app" data="1 b s<br>
>> > execute_extension::dx1 XML callsdirect"/><br>
>> > <action application="bind_meta_app" data="2 b s<br>
>> > execute_extension::dx2 XML callsdirect"/><br>
>> > <action application="callcenter"<br>
>> > data="${<a href="mailto:telifi_queue_name%7D@live001.voice.telifi.com">telifi_queue_name}@live001.voice.telifi.com</a>"/><br>
>> > </condition><br>
>> > </extension><br>
>> > <extension name="bind_receiver_2"><br>
>> > <condition field="destination_number" expression="^dx2$"><br>
>> > <action application="answer"/><br>
>> > <action application="transfer" data="-both dynamic_conference<br>
>> > XML<br>
>> > callsdirect"/><br>
>> > </condition><br>
>> > </extension><br>
>> > <extension name="dynamic_conference"><br>
>> > <condition field="destination_number"<br>
>> > expression="^dynamic_conference"/><br>
>> > <condition field="rdnis" expression="^(dx2)$"><br>
>> > <action application="answer"/><br>
>> > <action application="bind_digit_action"<br>
>> ><br>
>> > data="moderator,*1,exec:execute_extension,ASK_FOR_NUMBER__${telifi_call_id}<br>
>> > XML callsdirect"/><br>
>> > <action application="bind_digit_action"<br>
>> ><br>
>> > data="moderator,*2,exec:execute_extension,CANCEL_LAST_CALL__${telifi_call_id}<br>
>> > XML callsdirect"/><br>
>> > <action application="digit_action_set_realm" data="moderator"/><br>
>> > <action application="conference"<br>
>> > data="${telifi_call_id}@simple"/><br>
>> > <anti-action application="answer"/><br>
>> > <anti-action application="conference"<br>
>> > data="${telifi_call_id}@simple"/><br>
>> > </condition><br>
>> > </extension><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>
>> ><br>
>> ><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>
><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>
><br>
><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>