mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
fixes some issues with description loggin on presence
as well as some typos. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "asterisk/astobj.h"
|
||||
|
||||
enum aji_state {
|
||||
AJI_DISCONNECTED=0,
|
||||
AJI_DISCONNECTED = 0,
|
||||
AJI_CONNECTING,
|
||||
AJI_CONNECTED
|
||||
};
|
||||
@@ -60,7 +60,7 @@ struct aji_capabilities {
|
||||
struct aji_resource {
|
||||
int status;
|
||||
char resource[80];
|
||||
char description[1000];
|
||||
char *description;
|
||||
struct aji_version *cap;
|
||||
int priority;
|
||||
struct aji_resource *next;
|
||||
|
Reference in New Issue
Block a user