mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
This is not the commit you are looking for...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -313,7 +313,7 @@ static int local_fixup(struct ast_channel *oldchan, struct ast_channel *newchan)
|
|||||||
static int local_indicate(struct ast_channel *ast, int condition, const void *data, size_t datalen)
|
static int local_indicate(struct ast_channel *ast, int condition, const void *data, size_t datalen)
|
||||||
{
|
{
|
||||||
struct local_pvt *p = ast->tech_pvt;
|
struct local_pvt *p = ast->tech_pvt;
|
||||||
int res = -1;
|
int res = 0;
|
||||||
struct ast_frame f = { AST_FRAME_CONTROL, };
|
struct ast_frame f = { AST_FRAME_CONTROL, };
|
||||||
int isoutbound;
|
int isoutbound;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user