[Freeswitch-users] second member to dynamic conference hears only hold music
Anthony Minessale
anthony.minessale at gmail.com
Thu Jun 23 04:30:56 MSD 2011
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
More information about the FreeSWITCH-users
mailing list