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&#39;t work)? Throw that up on pb and let&#39;s have a look.<br>
<br>-MC<br><br><div class="gmail_quote">On Mon, Apr 9, 2012 at 10:39 AM, Mario G <span dir="ltr">&lt;<a href="mailto:mario_fs@mgtech.com">mario_fs@mgtech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word">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.<div>
<br><div>What used to work in older git:</div><div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(148,49,192)"><span style="color:#000000">            </span><span style="color:#b72800">&lt;</span><span style="color:#000000">action application=</span>&quot;bridge&quot;<span style="color:#000000"> data=</span>&quot;&lt;originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}&gt;group/home@${domain_name}:_:sofia/gateway/${dial_gateway}/19161112222:_:sofia/gateway/${dial_gateway}/<a href="tel:19163334444" value="+19163334444" target="_blank">19163334444</a>&quot;<span style="color:#b72800">/&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;min-height:13px"><br></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;min-height:13px">
Newer git. Now I have to execute an extension to check who is calling so they are not in the bridge:</div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo">
    <span style="color:#b72800">&lt;</span>extension name=<span style="color:#9431c0">&quot;bridge_call&quot;</span><span style="color:#b72800">&gt;</span></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(148,49,192)">
<span style="color:#000000">      </span><span style="color:#b72800">&lt;</span><span style="color:#000000">condition field=</span>&quot;destination_number&quot;<span style="color:#000000"> expression=</span>&quot;^bridge_call$&quot;<span style="color:#b72800">&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo">      <span style="color:#b72800">&lt;/</span>condition<span style="color:#b72800">&gt;</span>   </div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(148,49,192)"><span style="color:#000000">        </span><span style="color:#b72800">&lt;</span><span style="color:#000000">condition field=</span>&quot;${caller_id_number_work}&quot;<span style="color:#000000"> expression=</span>&quot;^9161112222$&quot;<span style="color:#000000"> break=</span>&quot;on-true&quot;<span style="color:#b72800">&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(148,49,192)"><span style="color:#000000">            </span><span style="color:#b72800">&lt;</span><span style="color:#000000">action application=</span>&quot;bridge&quot;<span style="color:#000000"> data=</span>&quot;&lt;originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}&gt;group/home@${domain_name}:_:sofia/gateway/${dial_gateway}/<a href="tel:19163334444" value="+19163334444" target="_blank">19163334444</a>&quot;<span style="color:#b72800">/&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo">        <span style="color:#b72800">&lt;/</span>condition<span style="color:#b72800">&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(148,49,192)"><span style="color:#000000">        </span><span style="color:#b72800">&lt;</span><span style="color:#000000">condition field=</span>&quot;${caller_id_number_work}&quot;<span style="color:#000000"> expression=</span>&quot;^9163334444$&quot;<span style="color:#000000"> break=</span>&quot;on-true&quot;<span style="color:#b72800">&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(148,49,192)"><span style="color:#000000">            </span><span style="color:#b72800">&lt;</span><span style="color:#000000">action application=</span>&quot;bridge&quot;<span style="color:#000000"> data=</span>&quot;&lt;originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}&gt;group/home@${domain_name}:_:sofia/gateway/${dial_gateway}/19161112222&quot;<span style="color:#b72800">/&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo">        <span style="color:#b72800">&lt;/</span>condition<span style="color:#b72800">&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo">        <span style="color:#b72800">&lt;</span>condition field=<span style="color:#9431c0">&quot;${caller_id_number_work}&quot;</span> expression=<span style="color:#9431c0">&quot;^(\d+)$&quot;</span><span style="color:#b72800">&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo;color:rgb(148,49,192)"><span style="color:#000000">            </span><span style="color:#b72800">&lt;</span><span style="color:#000000">action application=</span>&quot;bridge&quot;<span style="color:#000000"> data=</span>&quot;&lt;originate_timeout=23,origination_caller_id_number=${caller_id_number},origination_caller_id_name=${caller_id_name}&gt;group/home@${domain_name}:_:sofia/gateway/${dial_gateway}/19161112222:_:sofia/gateway/${dial_gateway}/<a href="tel:19163334444" value="+19163334444" target="_blank">19163334444</a>&quot;<span style="color:#b72800">/&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo">        <span style="color:#b72800">&lt;/</span>condition<span style="color:#b72800">&gt;</span></div>
<div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo">    <span style="color:#b72800">&lt;/</span>extension<span style="color:#b72800">&gt;</span></div>
</div><div><span style="color:#b72800"><br></span></div></div></div><br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><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></blockquote></div><br>