mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@484 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -208,7 +208,7 @@ static struct ast_frame *i4l_handle_escape(struct ast_modem_pvt *p, char esc)
|
||||
p->fr.frametype = AST_FRAME_CONTROL;
|
||||
p->fr.subclass = AST_CONTROL_ANSWER;
|
||||
if (p->owner)
|
||||
p->owner->state = AST_STATE_UP;
|
||||
ast_setstate(p->owner, AST_STATE_UP);
|
||||
if (i4l_startrec(p))
|
||||
return NULL;
|
||||
return &p->fr;
|
||||
|
||||
Reference in New Issue
Block a user