We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
The below freetdm config files are installed in /etc/:
autoload_configs freetdm.conf pika.conf tones.conf wanpipe.conf zt.conf
Patch to fix the above issue:
smart_sudo cat freetdm-use-configure-argument-sysconfdir.patch --- libs/freetdm/configure.ac 2015-09-30 12:38:45.512297573 -0400 +++ libs/freetdm/configure.ac 2015-09-30 12:38:54.808515491 -0400 @@ -49,7 +49,7 @@ if test "$sysconfdir" = "\${prefix}/etc" ; then confdir="$prefix/conf" else - confdir="$sysconfdir" + eval confdir="${sysconfdir}/freeswitch" fi AC_SUBST([confdir])
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
The below freetdm config files are installed in /etc/:
Patch to fix the above issue:
Thanks
The text was updated successfully, but these errors were encountered: