]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pri loop TestClient/TestServer fails: server SEND DTMF 8
authorDavid Vossel <dvossel@digium.com>
Thu, 26 Mar 2009 21:07:32 +0000 (21:07 +0000)
committerDavid Vossel <dvossel@digium.com>
Thu, 26 Mar 2009 21:07:32 +0000 (21:07 +0000)
commitd64575ac5c928edaf4c274925015901c1c1ca959
treec55e5d2331270e24c35f7091b3af936f8e68cef0
parenta81abfbd02ed726339be3a0b6950a90e6c77c2d5
pri loop TestClient/TestServer fails: server SEND DTMF 8

app_test was failing when sending the last DTMF digit, 8, because of the 100ms pause issued after DTMF is sent.  During this pause the other side would hang up causing the test to look like it failed. Now the other side waits a second before hanging up.

(closes issue #12442)
Reported by: tzafrir

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