[Freeswitch-users] Developers is this a bridge change or Jira/Bug issue?

Michael Collins msc at freeswitch.org
Mon Apr 9 23:20:55 MSD 2012


I would like to see the console debug log and corresponding sip trace on a
working call vs. non-working call. Does it only fail if the destination
number is the same as the origination_caller_id_number, or are there other
scenarios where it works (or doesn't work)? Throw that up on pb and let's
have a look.

-MC

On Mon, Apr 9, 2012 at 10:39 AM, Mario G <mario_fs at mgtech.com> wrote:

> Testing the recent gits introduced a problem which I was able to work
> around but wondered if this is an intended change or bug: If the
> caller_id_number is one of the numbers in a bridge command only 1 ring is
> done and the bridge ends, it appears as if originate_timeout is ignored,
> the trace is normal. Prior to the git update the bridge would continue to
> ring to the timeout and the caller would be bridged to all the numbers in
> the bridge so any phone could answer the call.
>
> What used to work in older git:
>             <action application="bridge" data=
> "<originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}>group/home@
> ${domain_name}:_:sofia/gateway/${dial_gateway}/19161112222:_:sofia/gateway/${dial_gateway}/
> 19163334444"/>
>
> Newer git. Now I have to execute an extension to check who is calling so
> they are not in the bridge:
>     <extension name="bridge_call">
>       <condition field="destination_number" expression="^bridge_call$">
>       </condition>
>         <condition field="${caller_id_number_work}" expression=
> "^9161112222$" break="on-true">
>             <action application="bridge" data=
> "<originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}>group/home@
> ${domain_name}:_:sofia/gateway/${dial_gateway}/19163334444"/>
>         </condition>
>         <condition field="${caller_id_number_work}" expression=
> "^9163334444$" break="on-true">
>             <action application="bridge" data=
> "<originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}>group/home@
> ${domain_name}:_:sofia/gateway/${dial_gateway}/19161112222"/>
>         </condition>
>         <condition field="${caller_id_number_work}" expression="^(\d+)$">
>             <action application="bridge" data=
> "<originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}>group/home@
> ${domain_name}:_:sofia/gateway/${dial_gateway}/19161112222:_:sofia/gateway/${dial_gateway}/
> 19163334444"/>
>         </condition>
>     </extension>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> 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/20120409/085954af/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list