mirror of https://github.com/sipwise/sems.git
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1527 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
e275ea19f8
commit
daed703091
@ -0,0 +1,13 @@
|
||||
set (audio_files
|
||||
twit_account_msg.wav
|
||||
twit_err_msg.wav
|
||||
twit_ok_msg.wav
|
||||
twit_posting_msg.wav
|
||||
welcome_msg.wav
|
||||
)
|
||||
|
||||
SET(sems_module_name twit)
|
||||
SET(ivr_files twit)
|
||||
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/config.rules.txt)
|
||||
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/audio.rules.txt)
|
||||
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/ivr.rules.txt)
|
||||
@ -0,0 +1,12 @@
|
||||
# url where recordings will be available
|
||||
base_url = https://zaraa.iptel.org/twit/
|
||||
|
||||
#path to record, should then show up at the above url
|
||||
rec_path = /var/www/twits/
|
||||
|
||||
# prompts
|
||||
welcome_msg = ${SEMS_AUDIO_PREFIX}/sems/audio/twit/twit_welcome.wav
|
||||
twit_err_msg = ${SEMS_AUDIO_PREFIX}/sems/audio/twit/twit_error.wav
|
||||
twit_account_msg = ${SEMS_AUDIO_PREFIX}/sems/audio/twit/twit_account_msg.wav
|
||||
twit_ok_msg = ${SEMS_AUDIO_PREFIX}/sems/audio/twit/twit_ok.wav
|
||||
twit_posting_msg = ${SEMS_AUDIO_PREFIX}/sems/audio/twit/twit_posting.wav
|
||||
Loading…
Reference in new issue