Hi,<br>
I put on sip.conf the following line<br>
<br>
#include &quot;sip.d/*.conf&quot;<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&nbsp; 1 13:18:35 VERBOSE[8756]:&nbsp;&nbsp; == Parsing
'/etc/asterisk/sip.d/*.conf': Sep&nbsp; 1 13:18:35
VERBOSE[8756]:&nbsp;&nbsp; == 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&nbsp; 2 asterisk asterisk 4096 Sep&nbsp; 1 13:06 ./<br>
drwxr-xr-x&nbsp; 9 asterisk asterisk 4096 Sep&nbsp; 1 13:17 ../<br>
-rwxrwxrwx&nbsp; 1 asterisk asterisk&nbsp; 276 Sep&nbsp; 1 13:06 provider1.conf*<br>
-rwxrwxrwx&nbsp; 1 asterisk asterisk&nbsp; 274 Sep&nbsp; 1 13:06 provider2.conf*<br>
<br>
<br>