Skip to content
New issue

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

freetdm config files are istalled in /etc/ instead of in /etc/freeswitch/ #19

Open
joe9 opened this issue Dec 15, 2016 · 0 comments
Open

Comments

@joe9
Copy link
Contributor

joe9 commented Dec 15, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant