mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FreeSWITCH: Add preprocessor constant for default callerid number
SWITCH_DEFAULT_CLID_NUMBER and replace all occurrences in the FreeSWITCH codebase. Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
@@ -108,6 +108,7 @@ SWITCH_BEGIN_EXTERN_C
|
||||
#define SWITCH_SEQ_CLEARSCR SWITCH_SEQ_ESC SWITCH_SEQ_CLEARSCR_CHAR SWITCH_SEQ_HOME
|
||||
#endif
|
||||
#define SWITCH_DEFAULT_CLID_NAME ""
|
||||
#define SWITCH_DEFAULT_CLID_NUMBER "0000000000"
|
||||
#define SWITCH_DEFAULT_DTMF_DURATION 2000
|
||||
#define SWITCH_MIN_DTMF_DURATION 400
|
||||
#define SWITCH_MAX_DTMF_DURATION 192000
|
||||
|
||||
Reference in New Issue
Block a user