Module: sems Branch: peterlemenkov/1.2.x-fedora Commit: 81336537d54f34c11f55283d3819a890605efb64 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=81336537d54f34c11f55283d3819a890605efb64
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Wed Jun 2 12:02:20 2010 +0000 More CMake templates for config-files Signed-off-by: Peter Lemenkov <[email protected]> git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/sems/branches/1...@1947 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/mailbox/etc/mailbox.conf.cmake | 5 +++++ apps/mailbox/etc/mailbox_query.conf.cmake | 5 +++++ apps/py_sems/etc/py_sems.conf.cmake | 1 + 3 files changed, 11 insertions(+), 0 deletions(-) diff --git a/apps/mailbox/etc/mailbox.conf.cmake b/apps/mailbox/etc/mailbox.conf.cmake new file mode 100644 index 0000000..e6e7747 --- /dev/null +++ b/apps/mailbox/etc/mailbox.conf.cmake @@ -0,0 +1,5 @@ +#CFGOPTION_SEMS_MAILBOX_ANNOUNCEFILE +annoucement_file=${SEMS_AUDIO_PREFIX}/sems/audio/mailbox/default_en.wav +#ENDCFGOPTION + +beep_file=${SEMS_AUDIO_PREFIX}/sems/audio/mailbox/beep.wav diff --git a/apps/mailbox/etc/mailbox_query.conf.cmake b/apps/mailbox/etc/mailbox_query.conf.cmake new file mode 100644 index 0000000..e84316f --- /dev/null +++ b/apps/mailbox/etc/mailbox_query.conf.cmake @@ -0,0 +1,5 @@ +#CFGOPTION_SEMS_MAILBOX_QUERY_WAV_DIR +wav_dir=${SEMS_AUDIO_PREFIX}/sems/audio/mailbox/ +#ENDCFGOPTION + +beep_file=${SEMS_AUDIO_PREFIX}/sems/audio/mailbox/beep.wav diff --git a/apps/py_sems/etc/py_sems.conf.cmake b/apps/py_sems/etc/py_sems.conf.cmake new file mode 100644 index 0000000..96ba1e1 --- /dev/null +++ b/apps/py_sems/etc/py_sems.conf.cmake @@ -0,0 +1 @@ +script_path=${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/py_sems/ _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
