<HTML>
<HEAD>
<TITLE>Dialplans and XML_CURL</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Good morning everyone. I have a question regarding using MOD XML_CURL and returning a dial plan.<BR>
<BR>
I have my system setup to respond with the following dialplan.<BR>
<BR>
<BR>
<?xml version="1.0"?><BR>
<document type="freeswitch/xml"><BR>
<section name="dialplan" description="Regex/XML Dialplan"><BR>
<context name="default"><BR>
<BR>
<extension name="one"><BR>
<condition field="destination_number" expression="^(.*)$"><BR>
<!-- Do Condition stuff here ... --><BR>
</condition><BR>
</extension><BR>
<BR>
<extension name="two"><BR>
<condition field="destination_number" expression="^(.*)$"><BR>
<!-- Do Condition stuff here ... --><BR>
</condition><BR>
</extension><BR>
<BR>
<extension name="three"><BR>
<condition field="destination_number" expression="^(.*)$"><BR>
<!-- Do Condition stuff here ... --><BR>
</condition><BR>
</extension><BR>
<BR>
</context><BR>
</section><BR>
</document><BR>
<BR>
My question is this. Can extension one, use extension two and three without XML_CURL making another dialplan request?<BR>
<BR>
Thanks,<BR>
<BR>
Jonathan Pitcher<BR>
<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>