mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
Make read/write mode have a lock parameter and use it properly.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1015,8 +1015,8 @@ static struct ast_frame *mgcp_rtp_read(struct mgcp_subchannel *sub)
|
||||
if (f->subclass != sub->owner->nativeformats) {
|
||||
ast_log(LOG_DEBUG, "Oooh, format changed to %d\n", f->subclass);
|
||||
sub->owner->nativeformats = f->subclass;
|
||||
ast_set_read_format(sub->owner, sub->owner->readformat);
|
||||
ast_set_write_format(sub->owner, sub->owner->writeformat);
|
||||
ast_set_read_format(sub->owner, sub->owner->readformat, 0);
|
||||
ast_set_write_format(sub->owner, sub->owner->writeformat, 0);
|
||||
}
|
||||
/* Courtesy fearnor aka alex@pilosoft.com */
|
||||
if (sub->parent->dtmfinband) {
|
||||
|
Reference in New Issue
Block a user