adds statusmessage customization from Julian Lyndon-Smith

and fixes bug with pruneregister


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31275 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matt O'Gorman
2006-06-01 07:49:47 +00:00
parent 725e285bc4
commit 8cfb992c1e
3 changed files with 20 additions and 13 deletions

View File

@@ -93,6 +93,7 @@ struct aji_client {
char user[160];
char serverhost[160];
char context[100];
char statusmessage[256];
char sid[10]; /* Session ID */
char mid[6]; /* Message ID */
iksid *jid;