From 17e27f0d8f713782b858057464e29f9f7e971e3f Mon Sep 17 00:00:00 2001 From: jeremy Date: Sat, 31 May 2003 18:42:09 +0000 Subject: remove references to jitter as we use Asterisk's RTP and fix a silly typo git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1066 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/h323/chan_h323.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'channels/h323/chan_h323.h') diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index e4f3756d0..dd49f2165 100755 --- a/channels/h323/chan_h323.h +++ b/channels/h323/chan_h323.h @@ -87,7 +87,6 @@ typedef struct call_options { int noFastStart; int noH245Tunnelling; int noSilenceSuppression; - int jitter; unsigned int port; } call_options_t; @@ -164,7 +163,7 @@ extern "C" { int h323_set_gk(int, char *, char *); /* H323 listener related funcions */ - int h323_start_listener(int, struct sockaddr_in, int); + int h323_start_listener(int, struct sockaddr_in); void h323_native_bridge(const char *, char *, char *); -- cgit v1.2.3