TECH7Fox / asterisk-hass-integration

Asterisk integration for Home Assistant
60 stars 14 forks source link

Asterisk won`t load extensions.conf @ custom folder #94

Closed Davensen closed 5 months ago

Davensen commented 12 months ago

Asterisk Addon on HACS wont load my extensions.conf @ /config/custom

file looks like:

; Note: this file has been modified from the Asterisk defaults for the add-on

exten => 1111,1,NoOp same => n,Playback(doorbell-short) same => n,Wait(1) same => n,Hangup() ; [parkedcallstimeout] exten => s,1,Hangup()

-> if there is a custom config file, a symbolic link is created on top of the default config file pointing to the custom config file - asterik didnt create a symbolic link - why ?

vlavrynovych commented 9 months ago

Hi @Davensen , shoudn't it be in the /config/asterisk/custom/extensions.conf?

In my case it works perfectly. See the attached screenshot.

Screenshot 2023-12-28 at 23 18 36

TECH7Fox commented 9 months ago

@Davensen did you check if you placed it in the correct location? Make sure to restart the add-on to see your changes.

TECH7Fox commented 5 months ago

Will close for now. If you're still having this issue please let me know