From 89acfbc498b9b948d1c44d086945acd821d78362 Mon Sep 17 00:00:00 2001 From: jeremy Date: Mon, 2 May 2005 18:46:36 +0000 Subject: Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5551 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/chan_h323.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'channels/h323/chan_h323.h') diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index 3be251e80..9ac4a061b 100755 --- a/channels/h323/chan_h323.h +++ b/channels/h323/chan_h323.h @@ -31,16 +31,16 @@ /** call_option struct holds various bits * of information for each call */ typedef struct call_options { - char cid_num[80]; - char cid_name[80]; - int noFastStart; - int noH245Tunneling; - int noSilenceSuppression; - unsigned int port; - int progress_setup; - int progress_alert; - int progress_audio; - int dtmfcodec; + char cid_num[80]; + char cid_name[80]; + int noFastStart; + int noH245Tunneling; + int noSilenceSuppression; + unsigned int port; + int progress_setup; + int progress_alert; + int progress_audio; + int dtmfcodec; } call_options_t; /* structure to hold the valid asterisk users */ @@ -51,6 +51,7 @@ struct oh323_user { char callerid[80]; char accountcode[20]; int amaflags; + int capability; int bridge; int nat; int dtmfmode; -- cgit v1.2.3