Maybe I&#39;m not following the problem here ... couldn&#39;t he just rework his extensions in a way that uses macros so he doesn&#39;t have to change 50 things?<br><br><div><span class="gmail_quote">On 10/30/07, <b class="gmail_sendername">
JR Richardson</b> &lt;<a href="mailto:jmr.richardson@gmail.com">jmr.richardson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; Hi all, I use asterisk with realtime features for extension, sip and iax.<br>&gt;<br>&gt; In extensions.conf I have put these lines:<br>&gt;<br>&gt; [from-internal]<br>&gt; include =&gt; parkedcalls<br>&gt; switch =&gt; Realtime/@
<br>&gt;<br>&gt; [fromiax]<br>&gt; switch =&gt; Realtime/@<br>&gt;<br>&gt; There is a way for put in my database the context also? Now if I want to<br>&gt; add a new context I have to modify the extensions.conf with:<br>&gt;
<br>&gt; [newcontext]<br>&gt;<br>&gt; switch =&gt; Realtime/@<br>&gt;<br>&gt; but I have about 50 asterisk that read one database, now if I want to<br>&gt; change/add a context I have to change 50 extensions.conf file&nbsp;&nbsp;:(
<br><br>The easy answer to your question is, no, you can not put a context in<br>the database without a corresponding context in the static<br>extensions.conf file.&nbsp;&nbsp;You need:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [newcontext]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;switch =&gt; Realtime/@
<br>or it will not work.<br><br>The hard answer is, yes, there is a catch all patch out there is the<br>ether, do a google search for &quot;asterisk alf scherer&quot; and you can catch<br>up on the progress with the patch, try it, it may work for you.
<br><br>JR<br>--<br>JR Richardson<br>Engineering for the Masses<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--
</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>