summaryrefslogtreecommitdiff
path: root/apps/app_qcall.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-01-28 21:32:48 +0000
committerMark Spencer <markster@digium.com>2004-01-28 21:32:48 +0000
commit695422d698e01ee984b87eb944a3aff12a871c32 (patch)
treeccb01541f202b4ff5fa2699daa4ac2d97f68aadf /apps/app_qcall.c
parentc0eb1e6bfe8d44977c1976d1779f22ef886b4d8e (diff)
Various minor cleanups (bug #931)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2087 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_qcall.c')
-rwxr-xr-xapps/app_qcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_qcall.c b/apps/app_qcall.c
index 78e83eef8..e876f0ae3 100755
--- a/apps/app_qcall.c
+++ b/apps/app_qcall.c
@@ -338,7 +338,7 @@ time_t t;
strcpy(channel->exten,extstr);
strcpy(channel->context,context);
channel->priority = 1;
- printf("Caller ID is %s\n", channel->callerid);
+ if(debug) printf("Caller ID is %s\n", channel->callerid);
ast_pbx_run(channel);
pthread_exit(NULL);
}