aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-23 02:27:44 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-23 02:27:44 +0000
commitfa4f591d788840540ec8e71804033d86e9c31e98 (patch)
treee1259b4f2df86e0808536c50f5e4dfece1f98f55 /channels/h323/chan_h323.h
parent94c8887482e6b023ae871b2979616a444f2e5b2c (diff)
finish that thought
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1204 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/chan_h323.h')
-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 23e0b468a..926a2ea4a 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -84,7 +84,7 @@ struct oh323_alias {
PBX application and passed through make_call
function*/
typedef struct call_options {
- const char *callerid;
+ char *callerid;
int noFastStart;
int noH245Tunnelling;
int noSilenceSuppression;