aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 995b81896..fca116ea9 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -31,8 +31,8 @@
/** call_option struct holds various bits
* of information for each call */
typedef struct call_options {
- char *cid_num;
- char *cid_name;
+ char cid_num[80];
+ char cid_name[80];
int noFastStart;
int noH245Tunneling;
int noSilenceSuppression;