summaryrefslogtreecommitdiff
path: root/fxstest.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-28 20:26:47 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-12-28 20:26:47 +0000
commit9630ac4ce153888dd0cae037134f5f1a87dc3b2e (patch)
tree3c6a0829e6118c3d47eba222d0ab676d244869ae /fxstest.c
parentbadd199d3c2626b4aecd33cc3397f48065f40e20 (diff)
Sleep after ringing (bug #3172)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@522 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxstest.c')
-rwxr-xr-xfxstest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fxstest.c b/fxstest.c
index c99707c..f200c74 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;