mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
Default to allowing H.263 but not H.261
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1132 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -114,7 +114,7 @@ static pthread_t monitor_thread = 0;
|
||||
static int restart_monitor(void);
|
||||
|
||||
/* Codecs that we support by default: */
|
||||
static int capability = AST_FORMAT_ULAW | AST_FORMAT_ALAW | AST_FORMAT_GSM | AST_FORMAT_H261;
|
||||
static int capability = AST_FORMAT_ULAW | AST_FORMAT_ALAW | AST_FORMAT_GSM | AST_FORMAT_H263;
|
||||
static int noncodeccapability = AST_RTP_DTMF;
|
||||
|
||||
static char ourhost[256];
|
||||
|
||||
Reference in New Issue
Block a user