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

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;
};