$(1)$(FS_STABLE_SYSCONF_DIR)/init.d/$(PRG_NAME)
$(INSTALL_BIN) ./files/$(PRG_NAME).hotplug \
$(1)$(FS_STABLE_SYSCONF_DIR)/hotplug.d/iface/90-$(PRG_NAME)
- $(INSTALL_CONF) ./files/$(PRG_NAME).config \
+ $(INSTALL_CONF) ./files/$(PRG_NAME).conf \
$(1)$(FS_STABLE_SYSCONF_DIR)/config/$(PRG_NAME)
endef
--- /dev/null
+
+config freeswitch 'general'
+ option enabled '0'
+ option user 'freeswitch'
+ option group 'freeswitch'
+ option log_stderr '1'
+ option log_stdout '1'
+ option options '-nonat -np'
+
+config freeswitch 'directories'
+ option cache '/tmp/freeswitch/cache'
+ option db '/tmp/freeswitch/db'
+ option log '/tmp/freeswitch/log'
+ option recordings '/tmp/freeswitch/recordings'
+ option storage '/tmp/freeswitch/storage'
+ option temp '/tmp/freeswitch/temp'
+
+config freeswitch 'hotplug'
+ #option interface 'wan'
+ #option mount_point '/mnt/usb'
+ option ntpd '0'
+ option timeout '60'
+
+++ /dev/null
-
-config freeswitch 'general'
- option enabled '0'
- option user 'freeswitch'
- option group 'freeswitch'
- option log_stderr '1'
- option log_stdout '1'
- option options '-nonat -np'
-
-config freeswitch 'directories'
- option cache '/tmp/freeswitch/cache'
- option db '/tmp/freeswitch/db'
- option log '/tmp/freeswitch/log'
- option recordings '/tmp/freeswitch/recordings'
- option storage '/tmp/freeswitch/storage'
- option temp '/tmp/freeswitch/temp'
-
-config freeswitch 'hotplug'
- #option interface 'wan'
- #option mount_point '/mnt/usb'
- option ntpd '0'
- option timeout '60'
-