summaryrefslogtreecommitdiff
path: root/channels/h323
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323')
-rw-r--r--channels/h323/chan_h323.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index ddabb669a..3787ad60d 100644
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -31,6 +31,7 @@
#include <arpa/inet.h>
#include "asterisk/format.h"
+#include "asterisk/app.h"
/*
* Enable support for sending/reception of tunnelled Q.SIG messages and
@@ -94,7 +95,7 @@ struct oh323_user {
All peers are registered to a GK if there is one */
struct oh323_peer {
ASTOBJ_COMPONENTS(struct oh323_peer);
- char mailbox[80];
+ char mailbox[AST_MAX_MAILBOX_UNIQUEID];
int delme;
struct sockaddr_in addr;
struct ast_ha *ha;