Module: sems Branch: master Commit: 4df4eb0e2085b6977bdf4f6ce05e3121c9746a72 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4df4eb0e2085b6977bdf4f6ce05e3121c9746a72
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Oct 29 01:04:40 2010 +0200 moved to voicemail vm-specific defaults --- apps/voicemail/AnswerMachine.h | 2 ++ core/sems.h | 3 --- sems.h.cmake | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/voicemail/AnswerMachine.h b/apps/voicemail/AnswerMachine.h index e451801..6c32a72 100644 --- a/apps/voicemail/AnswerMachine.h +++ b/apps/voicemail/AnswerMachine.h @@ -45,6 +45,8 @@ using std::map; using std::vector; // defaults for config options +#define DEFAULT_RECORD_TIME 30 +#define DEFAULT_ANNOUNCE "default.wav" #define SMTP_ADDRESS_IP "localhost" #define SMTP_PORT 25 diff --git a/core/sems.h b/core/sems.h index 025708b..9b23a69 100644 --- a/core/sems.h +++ b/core/sems.h @@ -33,9 +33,6 @@ #define ANNOUNCE_PATH "/usr/local/lib/sems/audio" #define ANNOUNCE_FILE "default.wav" #define PLUG_IN_PATH "/usr/local/lib/sems/plug-in" -#define DEFAULT_ANNOUNCE "default.wav" -#define DEFAULT_RECORD_TIME 30 -#define PREFIX_SEPARATOR "" #define RTP_LOWPORT 1024 #define RTP_HIGHPORT 0xffff #define MAX_FORWARDS 70 diff --git a/sems.h.cmake b/sems.h.cmake index a570bc5..a5a9b37 100644 --- a/sems.h.cmake +++ b/sems.h.cmake @@ -37,9 +37,6 @@ #define ANNOUNCE_PATH "${SEMS_AUDIO_PREFIX}/sems/audio" #define ANNOUNCE_FILE "default.wav" #define PLUG_IN_PATH "${SEMS_EXEC_PREFIX}/${SEMS_LIBDIR}/sems/plug-in" -#define DEFAULT_ANNOUNCE "default.wav" -#define DEFAULT_RECORD_TIME 30 -#define PREFIX_SEPARATOR "" #define RTP_LOWPORT 1024 #define RTP_HIGHPORT 0xffff #define MAX_FORWARDS 70 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
