From a202682ca5a9f1de7fd2be66ebd08e4def8eb192 Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 30 Dec 2004 20:12:17 +0000 Subject: sleep after ringing (bug #3172) git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@528 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- fxstest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fxstest.c b/fxstest.c index a99943c..8eb7c18 100755 --- a/fxstest.c +++ b/fxstest.c @@ -44,6 +44,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "Unable to ring phone...\n"); } else { fprintf(stderr, "Phone is ringing...\n"); + sleep(2); } } else if (!strcasecmp(argv[2], "tones")) { int x = 0; -- cgit v1.2.3