mirror of https://github.com/sipwise/sems.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
517 B
23 lines
517 B
#ifndef _global_defs_h_
|
|
#define _global_defs_h_
|
|
|
|
/**
|
|
* @brief Global definitions.
|
|
*
|
|
* Use this file only to #define global definitions
|
|
* or macroses, not specificially related to the content
|
|
* of the SIP message.
|
|
*
|
|
* If is related to the SIP message - then use core/sip/defs.h
|
|
*/
|
|
|
|
/**
|
|
* DSM applications related block
|
|
*/
|
|
#define DSM_APP_OH "office-hours"
|
|
#define DSM_APP_PRE_AN "pre-announce"
|
|
#define DSM_APP_EARLYDB_PR "early-dbprompt"
|
|
#define DSM_APP_P_L_CALLER "play-last-caller"
|
|
|
|
#endif
|