summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-30 20:12:17 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-30 20:12:17 +0000
commita202682ca5a9f1de7fd2be66ebd08e4def8eb192 (patch)
tree82560b37d723314ff4db317158c92229d9b22850
parenta79dd4517137d99cb57081d0095b926ed5453622 (diff)
sleep after ringing (bug #3172)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@528 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xfxstest.c1
1 files changed, 1 insertions, 0 deletions
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;