]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Clear the DTMF buffer if the call times out.
authorMark Michelson <mmichelson@digium.com>
Fri, 30 Nov 2007 00:16:04 +0000 (00:16 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 30 Nov 2007 00:16:04 +0000 (00:16 +0000)
(closes issue #11418, reported and patched by eferro)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@90231 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_mgcp.c

index 3fa2bcf03e3fdeee135ff5d5ba6d19083d16f449..675148b6dfee612788b3f7347e6e6f48bdea7dc2 100644 (file)
@@ -2694,6 +2694,7 @@ static void *mgcp_ss(void *data)
                        transmit_notify_request(sub, "G/cg");
                        /*zt_wait_event(p->subs[index].zfd);*/
                        ast_hangup(chan);
+                       memset(p->dtmf_buf, 0, sizeof(p->dtmf_buf));
                        return NULL;
                } else if (p->hascallwaiting && p->callwaiting && !strcmp(p->dtmf_buf, "*70")) {
                        if (option_verbose > 2) {