aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_qcall.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-28 21:32:48 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-28 21:32:48 +0000
commit9cb49092c8c33011580b1fee644a96bd57fd72b4 (patch)
treeccb01541f202b4ff5fa2699daa4ac2d97f68aadf /apps/app_qcall.c
parent960b12736d958ee09d603c2ed7a16d9309e709e0 (diff)
Various minor cleanups (bug #931)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2087 f38db490-d61c-443f-a65b-d21fe96a405b
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);
}