Maybe I'm not following the problem here ... couldn't he just rework his extensions in a way that uses macros so he doesn't have to change 50 things?<br><br><div><span class="gmail_quote">On 10/30/07, <b class="gmail_sendername">
JR Richardson</b> <<a href="mailto:jmr.richardson@gmail.com">jmr.richardson@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> Hi all, I use asterisk with realtime features for extension, sip and iax.<br>><br>> In extensions.conf I have put these lines:<br>><br>> [from-internal]<br>> include => parkedcalls<br>> switch => Realtime/@
<br>><br>> [fromiax]<br>> switch => Realtime/@<br>><br>> There is a way for put in my database the context also? Now if I want to<br>> add a new context I have to modify the extensions.conf with:<br>>
<br>> [newcontext]<br>><br>> switch => Realtime/@<br>><br>> but I have about 50 asterisk that read one database, now if I want to<br>> change/add a context I have to change 50 extensions.conf file :(
<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. You need:<br> [newcontext]<br> switch => 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 "asterisk alf scherer" 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> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote>
</div><br>