aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_qcall.c
diff options
context:
space:
mode:
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);
}