Here is the question:
I have several machines where I use the extensions_override_freepbx.conf file for small customizations
On a machine these customizations are ignored …
I checked the file rights and it’s ok, of course when I edit the file I run the rasterisk -x “core reload” command
But nothing does not take into consideration the file would seem
Current Asterisk Version: 13.13.1
FreePBX 13
Here are some of the files that can help you understand the intent …
If anyone has ideas it would be wonderful even thanks suggestions
/etc/asterisk/extensions_additional.conf
[play-system-recording]
include => play-system-recording-custom
exten => 3,1,Answer
exten => 3,n,Playback(custom/Ci_scusiamo_per_l-attesa)
exten => 3,n,Hangup
exten => 4,1,Answer
exten => 4,n,Playback(custom/)
exten => 4,n,Hangup
exten => 5,1,Answer
exten => 5,n,Playback(custom/Esempio_msg_Uffici_chiusi)
exten => 5,n,Hangup
exten => 2,1,Answer
exten => 2,n,Playback(custom/Esempio_msg_Uffici_chiusi)
exten => 2,n,Hangup
exten => 6,1,Answer
exten => 6,n,Playback(custom/Premi_5_RidRid)
exten => 6,n,Hangup
exten => 7,1,Answer
exten => 7,n,Playback(custom/Grazie_x_5_Rid)
exten => 7,n,Hangup
exten => 1,1,Answer
exten => 1,n,Playback(custom/Buongiorno-_studio_occupato)
exten => 1,n,Hangup
exten => 8,1,Answer
exten => 8,n,Playback(custom/Buongiorno_mattino_audio)
exten => 8,n,Hangup
/etc/asterisk/extensions_override_freepbx.conf
[play-system-recording]
exten => 7,1,Answer
exten => 7,n,Playback(custom/Grazie_x_5_Rid)
exten => 7,n,Set(result=${CURL(http://localhost/ergotel/invmail.php?num=${CALLERID(number)})})
exten => 7,n,Hangup