mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 10:51:40 +00:00
Extend delay slightly
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3292 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3196,7 +3196,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
|
||||
if (strlen(p->dop.dialstr) > 4) {
|
||||
memset(p->echorest, 'w', sizeof(p->echorest) - 1);
|
||||
p->echorest[sizeof(p->echorest) - 1] = '\0';
|
||||
strcpy(p->echorest + (p->echotraining / 400) + 1, p->dop.dialstr + strlen(p->dop.dialstr) - 2);
|
||||
strcpy(p->echorest + (p->echotraining / 401) + 1, p->dop.dialstr + strlen(p->dop.dialstr) - 2);
|
||||
p->echobreak = 1;
|
||||
p->dop.dialstr[strlen(p->dop.dialstr)-2] = '\0';
|
||||
} else
|
||||
|
Reference in New Issue
Block a user