<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have mod_curl_xml working, but I also have several static dialplans in dialplan/public/ and I can't seem to get it to search those if my php generated xml page does not return a result.<div><br></div><div>I know in the static public.xml there is this</div><div><div>&nbsp;&nbsp; &nbsp;&lt;extension name="unloop"&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;condition field="${unroll_loops}" expression="^true$"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;condition field="${sip_looped_call}" expression="^true$"&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&lt;action application="deflect" data="${destination_number}"/&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp;&lt;/condition&gt;</div><div>&nbsp;&nbsp; &nbsp;&lt;/extension&gt;</div><div><br></div><div>Do I need my php page to generate something like that so it will continue looking in the static pages if it does not find a match in the xml_curl dynamic dialplan?</div><div><br></div><div>I don't know if I have given enough data for someone to point me in the right direction...</div><div>This is in the console when I have mod_xml_curl enabled:</div><div><br></div><div><div>2009-08-27 16:39:52 [INFO] mod_dialplan_xml.c:252 dialplan_hunt() Processing &nbsp;-&gt;15854199896 in context public</div><div>Dialplan: <a href="mailto:sofia/internal/585xxxxxxx@208.34.86.39">sofia/internal/585xxxxxxx@208.34.86.39</a> parsing [public-&gt;curl_test] continue=false</div><div>Dialplan: <a href="mailto:sofia/internal/585xxxxxxx@208.34.86.39">sofia/internal/585xxxxxxx@208.34.86.39</a> Regex (FAIL) [curl_test] destination_number(15854199896) =~ /^(18775844111)$/ break=on-false</div><div>2009-08-27 16:39:52 [INFO] switch_core_state_machine.c:136 switch_core_standard_on_routing() No Route, Aborting</div><div><br></div></div><div apple-content-edited="true"> <span class="Apple-style-span" style="font-size: 12px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">--</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font face="Helvetica" size="3" style="font: normal normal normal 12px/normal Helvetica; ">Greg&nbsp;</font></p><p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; min-height: 14px; "><br></p></div></div></span><br class="Apple-interchange-newline"> </div><br></div></body></html>