remove references to jitter as we use Asterisk's RTP and fix a silly typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2003-05-31 18:42:09 +00:00
parent 81a770b93f
commit d52ac4259b
5 changed files with 11 additions and 27 deletions

View File

@@ -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 *);