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