mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 01:36:48 +00:00
added general Jitterbuffer Implementation. #9960
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -75,6 +75,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/term.h"
|
||||
#include "asterisk/sched.h"
|
||||
#include "asterisk/stringfields.h"
|
||||
#include "asterisk/abstract_jb.h"
|
||||
#include "asterisk/causes.h"
|
||||
|
||||
#include "chan_misdn_config.h"
|
||||
@@ -3228,7 +3229,7 @@ static struct ast_channel *misdn_new(struct chan_list *chlist, int state, char
|
||||
else
|
||||
tmp->rings = 0;
|
||||
|
||||
|
||||
ast_jb_configure(tmp, misdn_get_global_jbconf());
|
||||
} else {
|
||||
chan_misdn_log(-1, 0, "Unable to allocate channel structure\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user