mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
chan_gulp: Fix gulp_indicate() handling of AST_CONTROL_PVT_CAUSE_CODE.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1051,7 +1051,9 @@ static int gulp_indicate(struct ast_channel *ast, int condition, const void *dat
|
||||
}
|
||||
break;
|
||||
case AST_CONTROL_UPDATE_RTP_PEER:
|
||||
break;
|
||||
case AST_CONTROL_PVT_CAUSE_CODE:
|
||||
res = -1;
|
||||
break;
|
||||
case AST_CONTROL_HOLD:
|
||||
ast_moh_start(ast, data, NULL);
|
||||
|
Reference in New Issue
Block a user