On Wed, May 7, 2014 at 2:46 AM, Administrator TOOTAI <[email protected]> wrote: > > > I got it: if the filename is given in totality it's working (as you do it). > > It's the #include </path to directorie>/*.conf which is not taking in > account (here *.conf description)
That still works for me as well. I switched to Asterisk 11.9.0 built fresh from a tarball with default compilation options. I contructed a basic sip.conf, and added this line to the end: #include /etc/asterisk/sip_includes/*.conf I then edited /etc/asterisk/sip_includes/sip_included.conf to add a SIP peer. Started Asterisk. Then edited only the sip_included.conf file to change the peer name. Connected to Asterisk console, performed 'sip show peers', 'sip reload', 'sip show peers'. Everything worked as expected: here is a pastebin: http://pastebin.com/XGKKu4x9 That is, when using a wildcard in the file path in an include inside sip.conf, Asterisk correctly detects a change in the included conf file upon a sip reload. You might try reproducing the issue on a fresh install, on your non-production system to see if you can narrow down where the difference is. -- Rusty Newton Digium, Inc. | Community Support Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - US direct: +1 256 428 6200 Check us out at: http://digium.com & http://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
