[Freeswitch-users] second member to dynamic conference hears only hold music

Michael Collins msc at freeswitch.org
Thu Jun 23 03:47:38 MSD 2011


This is the second feature that "broke" for you when updating to latest git.
You may need to clean things out and start over to make sure that you
haven't introduced cruft into the build system. What was your previous
version of FS? What kinds of phones are you using?

On Wed, Jun 22, 2011 at 3: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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110622/cd1cf3df/attachment.html 


More information about the FreeSWITCH-users mailing list