rpid for sofia

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3058 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-10-16 04:39:00 +00:00
parent d6f7158094
commit 438cf0327e
5 changed files with 95 additions and 2 deletions
+2
View File
@@ -86,6 +86,8 @@ struct switch_caller_profile {
char *uuid;
/*! context */
char *context;
/*! flags */
switch_caller_profile_flag_t flags;
struct switch_caller_profile *next;
};
+5
View File
@@ -131,6 +131,11 @@ SWITCH_DECLARE_DATA extern switch_directories SWITCH_GLOBAL_dirs;
#define SWITCH_FALSE 0
#define SWITCH_CORE_QUEUE_LEN 100000
typedef enum {
SWITCH_CPF_SCREEN = (1 << 0),
SWITCH_CPF_HIDE_NAME = (1 << 1),
SWITCH_CPF_HIDE_NUMBER = (1 << 2)
} switch_caller_profile_flag_t;
typedef enum {
SWITCH_AUDIO_COL_STR_TITLE = 0x01,