<html><head></head><body><div id="ext-gen1133">I'm having a problem understanding the steps 
and/or proper formatting of including a xml file inside a "host" xml 
file within the dial plan.</div><div id="ext-gen1132"><br></div><div id="ext-gen1131">I have limited access to the dial plan, so need to insert a call to a file in a different directory for a customized extension.</div><div id="ext-gen1130"><br></div><div id="ext-gen1128">Example - in /dialplan/somedialplan.xml</div><div id="ext-gen1127"><br></div><div id="ext-gen1129"><?xml version="1.0"?><br><document type="freeswitch/xml"><br>  <section name="dialplan" description="Dialplan"></div><div id="ext-gen1144"><span style="white-space:pre;">   <context name="default"></span></div><div id="ext-gen1145"><span style="white-space:pre;">   </span> <extension name="nowhere"></div><div id="ext-gen1146"><span style="white-space:pre;">   </span> <blah></div><div id="ext-gen1147"><span style="white-space:pre;">   </span> </extension></div><div id="ext-gen1148">   </context></div><div id="ext-gen1149"> </section></div><div id="ext-gen1150"></document><br></div><div id="ext-gen1151"><br></div><div id="ext-gen1152">I want to add:</div><div id="ext-gen1153"><X-PRE-PROCESS cmd="include" data="/custom-dir/custom_dial.xml"/> so that every time somedialplan.xml is</div><div id="ext-gen1154">read, custom_dial.xml is included.<br></div><div id="ext-gen1155"><br></div><div id="ext-gen1156">I've tried adding it after the section name, and after the context, but it's never parsed (according to watching fs_cli).<br></div><div id="ext-gen1157"><br></div><div id="ext-gen1158">So I can't seem to figure out where to put it and have it parsed. I'm also a bit confused on exactly the XML required</div><div id="ext-gen1159">in custom_dial.xml. Do I need to specify the context that I want the extension executed in?</div><div id="ext-gen1160"><br></div><div id="ext-gen1161">In custom_dial.xml I've tried using with and without the <include> tags. I've scoured freeswitch.org but can't seem to</div><div id="ext-gen1162">find the documentation in a way that I can figure this out.<br></div><div id="ext-gen1163"><br></div><div id="ext-gen1164">Thanks!<br></div><br>Allen Underdown<div><span style="font-family: "Comic Sans MS"; font-size: small;"><br></span></div><div><span style="font-family: "Comic Sans MS"; font-size: small;">'Progress isn't made by early risers. It's made by </span><span style="font-family: "Comic Sans MS"; font-size: small; font-weight: bold;">lazy men</span><span style="font-family: "Comic Sans MS"; font-size: small;"> trying to find easier ways to do something.' --- </span><span style="font-size: small; font-weight: bold; font-family: Roboto, arial, sans-serif;"><font color="#006300">Robert Heinlein</font></span></div></body></html>