summaryrefslogtreecommitdiff
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2004-12-16 02:03:19 +0000
committerJeremy McNamara <jj@nufone.net>2004-12-16 02:03:19 +0000
commit0155dee2fd1ae000b5ea2e96c31d9be3a3704262 (patch)
treeade1d109249d2c2274261d9b1f5175b7425b1bd8 /channels/h323/chan_h323.h
parent4082e265d68f602718e78239a35fb3f4e825c5d0 (diff)
Properly deal with Caller*ID, document the new RTP Payload setting, remove compiler option that may confuse g++ and force chan_h323.so to be relinked on every compile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;