aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323')
-rwxr-xr-xchannels/h323/chan_h323.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 9ac4a061b..520dda3f4 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -106,7 +106,7 @@ typedef struct call_details {
} call_details_t;
typedef struct rtp_info {
- const char *addr;
+ char addr[32];
unsigned int port;
} rtp_info_t;