On 07/07/2010 01:46 PM, Scott Stingel wrote: > On 7/7/2010 11:25 AM, Danny Nicholas wrote: >> >> -- >> Rather than trying to determine what system you are on, just make the >> included file be empty on all except the desired server. >> >> >> > OK, thanks. I thought I might have to do it that way, which is slightly > less desirable, as it makes the systems "different" from each other.
You could also enable 'execincludes' in asterisk.conf, then use #exec to execute a small script (even just a shell script) that outputs the desired iax.conf content for the server it is running on. That's much easier and more effective than trying to put conditional logic and other programming constructs into the configuration file reader. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: [email protected] Check us out at www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
