I am not sure if you misunderstood my question.<br><br>The XML provided by mod_xml_cdr does not tell which gateway succeeded. When I use a single gateway without failover I know the gateway specified in lastapp was used. When I use failover the last_app string contains all the gateways. I am looking for a value which tells which gateway was used.<br>
<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">&lt;include&gt;<br>  &lt;context name=&quot;external&quot;&gt;<br>      &lt;extension name=&quot;external_outbound&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;(.*)&quot;&gt; <br>            &lt;!-- &lt;action application=&quot;set&quot; data=&quot;proxy_media=true&quot;/&gt; --&gt;<br>            &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>            &lt;action application=&quot;set&quot; data=&quot;originate_timeout=2&quot;/&gt;<br>            &lt;action application=&quot;set&quot; data=&quot;originate_retries=1&quot;/&gt;<br>
            &lt;action application=&quot;set&quot; data=&quot;progress_timeout=15&quot;/&gt;<br>            &lt;action application=&quot;set&quot; data=&quot;call_timeout=35&quot;/&gt;<br>            &lt;action application=&quot;set&quot; data=&quot;proxy_media=true&quot;/&gt;<br>
            &lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/provider1/$1|sofia/gateway/provider2/$1|sofia/gateway/provider3/$1&quot; /&gt; <br>        &lt;/condition&gt;    <br>      &lt;/extension&gt;    <br>
  &lt;/context&gt;<br>&lt;/include&gt;<br></blockquote><br><br><br>On 30 April 2010 04:09, Rupa Schomaker &lt;<a href="mailto:rupa@rupa.com">rupa@rupa.com</a>&gt; wrote:<br>&gt; set a var for each leg, this is how I do it in mod_lcr:<br>
&gt; [gateway=foo]sofia/gateway/foo/$1|[gateway=bar]sofia/gateway/bar/$1<br>&gt;<br>&gt; On Thu, Apr 29, 2010 at 8:20 PM, Frank Church &lt;<a href="mailto:vfclists@googlemail.com">vfclists@googlemail.com</a>&gt;<br>&gt; wrote:<br>
&gt;&gt;<br>&gt;&gt; How does Freeswitch CDR determine which gateway was used in failover?<br>&gt;&gt;<br>&gt;&gt; I am looking at the xml cdr and cdr_csv and they don&#39;t appear to show<br>&gt;&gt; which gateway was used in the bridge data.<br>
&gt;&gt;<br>&gt;&gt; Is there a separate uuid for each bridging attempt, that can be<br>&gt;&gt; obtained from the  CDR,  or the event socket as last resort?<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Frank Church<br>&gt;&gt;<br>
&gt;&gt; =======================<br>&gt;&gt; <a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; -Rupa<br>&gt;<br>&gt; _______________________________________________<br>&gt; FreeSWITCH-users mailing list<br>&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br><br><br><br>-- <br>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>
<br>