mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merged revisions 43466 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43466 | mogorman | 2006-09-21 18:50:56 -0500 (Thu, 21 Sep 2006) | 2 lines updates for better compontent support ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -40,11 +40,6 @@ enum aji_btype {
|
||||
AJI_UTRANS=2
|
||||
};
|
||||
|
||||
enum aji_type {
|
||||
AJI_COMPONENT,
|
||||
AJI_CLIENT,
|
||||
};
|
||||
|
||||
struct aji_version {
|
||||
char version[50];
|
||||
int jingle;
|
||||
@@ -120,7 +115,7 @@ struct aji_client {
|
||||
int message_timeout;
|
||||
int authorized;
|
||||
unsigned int flags;
|
||||
enum aji_type component;
|
||||
int component; /* 0 client, 1 component */
|
||||
struct aji_buddy_container buddies;
|
||||
AST_LIST_HEAD(messages,aji_message) messages;
|
||||
void *jingle;
|
||||
|
Reference in New Issue
Block a user