summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_zap.c')
-rw-r--r--channels/chan_zap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index e4304a556..35be3ecdf 100644
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -6079,6 +6079,7 @@ static void *ss_thread(void *data)
ast_hangup(chan);
return NULL;
} else if (res) {
+ ast_debug(1,"waitfordigit returned '%c' (%d), timeout = %d\n", res, res, timeout);
exten[len++]=res;
exten[len] = '\0';
}