Asterisk 18.15 configure with --sysconfdir error

I have tried to configure the asterisk 18.15 using below line
./configure --libdir=/usr/lib64 --with-jansson-bundled --sysconfdir=/etc/release/interdialog

but It will be configured under the /etc/release/interdialog/asterisk

what necessary point I need to do please share …

[root@localhost asterisk]# pwd
/etc/release/interdialog/asterisk

any one help this i want only /etc/release/interdialog/

I guess you need to change the source code. You can get it if you really want, but I don’t see any reason why you would want to do something like that. If the path is hardcoded in other software, I think a symbolic link would also do the trick.

thank you for your response.

you could also just start asterisk with
asterisk -C /etc/release/interdialog/asterisk.conf

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.