summaryrefslogtreecommitdiffstats
path: root/admin_server.h
diff options
context:
space:
mode:
authorSuper User2007-07-15 12:01:27 +0200
committerSuper User2007-07-15 12:01:27 +0200
commitef3fc1931a2fa82f482d21fb1296735206463d3a (patch)
treec50af579c2acef5b89dba78b4e6b9d4c4701ecc5 /admin_server.h
parentbackup (diff)
downloadlcr-ef3fc1931a2fa82f482d21fb1296735206463d3a.tar.gz
lcr-ef3fc1931a2fa82f482d21fb1296735206463d3a.tar.xz
lcr-ef3fc1931a2fa82f482d21fb1296735206463d3a.zip
backup
Diffstat (limited to 'admin_server.h')
-rw-r--r--admin_server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin_server.h b/admin_server.h
index 1b472bb..d83c451 100644
--- a/admin_server.h
+++ b/admin_server.h
@@ -22,6 +22,7 @@ struct admin_list {
struct admin_list *next;
int sock;
int sockserial;
+ int asterisk; /* socket is connected to asterisk */
struct admin_trace_req trace; /* stores trace, if detail != 0 */
unsigned long epointid;
struct admin_queue *response;
@@ -32,6 +33,8 @@ int admin_init(void);
void admin_cleanup(void);
int admin_handle(void);
void admin_call_response(int adminid, int message, char *connected, int cause, int location, int notify);
+int admin_message_to_join(struct admin_message *msg);
+int admin_message_from_join(unsigned long ref, int message_type, union parameter *param);