dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 8729 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r8729 | russell | 2006-01-26 14:42:35 -0500 (Thu, 26 Jan 2006) | 2 lines

fix problem with dtmf on e&m (issue #6364)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8730 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-01-26 19:44:16 +00:00
parent 0ccb336498
commit 24e1605a2d
1 changed files with 1 additions and 1 deletions

View File

@ -5362,7 +5362,7 @@ static void *ss_thread(void *data)
else
ast_dsp_digitmode(p->dsp,DSP_DIGITMODE_DTMF | p->dtmfrelax);
}
dtmfbuf[0] = 0;
memset(dtmfbuf, 0, sizeof(dtmfbuf));
/* Wait for the first digit only if immediate=no */
if (!p->immediate)
/* Wait for the first digit (up to 5 seconds). */