summaryrefslogtreecommitdiff
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorJeremy McNamara <jj@nufone.net>2003-07-23 02:00:28 +0000
committerJeremy McNamara <jj@nufone.net>2003-07-23 02:00:28 +0000
commita948d041fe543a4ae263b02ad801932024c50e41 (patch)
tree7860a0729df5a184af1327c72567a8b099917a65 /channels/h323/chan_h323.h
parentda17bb3e977469674baf645676451107fb8ede1b (diff)
attempt to implement the passing of callerid. not tested
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1203 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/h323/chan_h323.h')
-rwxr-xr-xchannels/h323/chan_h323.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index 0e0bcdbf5..23e0b468a 100755
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -84,6 +84,7 @@ struct oh323_alias {
PBX application and passed through make_call
function*/
typedef struct call_options {
+ const char *callerid;
int noFastStart;
int noH245Tunnelling;
int noSilenceSuppression;
@@ -95,6 +96,7 @@ typedef struct call_options {
asterisk channels to acutal h.323 connections */
typedef struct call_details {
unsigned int call_reference;
+
const char *call_token;
const char *call_source_aliases;
const char *call_dest_alias;