mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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:
@@ -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 *);
|
||||
|
||||
|
Reference in New Issue
Block a user