Displaying 1 result from an estimated 1 matches for "move_self".
2015 Apr 12
0
`asterisk -x reload` does not working in `while` expression.
Hello,
Reload extensions.conf works well both in CLI and excute `asterisk -x
reload` in shell. But it does not working with `while` expression. I
use fish shell but it also does not working in bash.
```
while inotifywait -e MOVE_SELF /etc/asterisk/extensions.conf
asterisk -x 'help core reload'
asterisk -x 'core reload'
asterisk -x 'dialplan reload'
asterisk -x 'module reload'
asterisk -x 'config reload extensions.conf'
sleep 2
end
Se...