Hi,<br>
I put on sip.conf the following line<br>
<br>
#include "sip.d/*.conf"<br>
<br>
inside I have files like that<br>
<br>
provider1.conf<br>
provider2.conf<br>
<br>
But asterisk does not want to load it<br>
This is the error<br>
<br>
Sep  1 13:18:35 VERBOSE[8756]:   == Parsing
'/etc/asterisk/sip.d/*.conf': Sep  1 13:18:35
VERBOSE[8756]:   == Parsing '/etc/asterisk/sip.d/*.conf': Not
found (No such file or directory)<br>
<br>
this is the ls result<br>
<br>
[root@server01 asterisk]# ls /etc/asterisk/sip.d/ -la<br>
total 13<br>
drwxrwxrwx  2 asterisk asterisk 4096 Sep  1 13:06 ./<br>
drwxr-xr-x  9 asterisk asterisk 4096 Sep  1 13:17 ../<br>
-rwxrwxrwx  1 asterisk asterisk  276 Sep  1 13:06 provider1.conf*<br>
-rwxrwxrwx  1 asterisk asterisk  274 Sep  1 13:06 provider2.conf*<br>
<br>
<br>