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:
Matt O'Gorman
2006-06-06 19:51:26 +00:00
parent 835c77ccfa
commit 6c0155e6cb
2 changed files with 9 additions and 4 deletions

View File

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