From 53e4a905f4b5fb56898f94cd03c8f7dd44eef87e Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Fri, 3 Oct 2014 13:29:09 +0200 Subject: [PATCH] More empty folder debug. --- apps/app_voicemail.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 8347c31..24572df 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -7671,6 +7671,7 @@ static int vm_execmain(struct ast_channel *chan, void *data) } else { ast_log(LOG_NOTICE, "+++++ change folder not playing folder name"); } + ast_log(LOG_NOTICE, "+++++ setting starting to 1"); vms.starting = 1; break; @@ -7838,6 +7839,7 @@ static int vm_execmain(struct ast_channel *chan, void *data) adsi_status(chan, &vms); break; default: /* Nothing */ + ast_log(LOG_NOTICE, "+++++ default action, play instructions\n"); cmd = vm_instructions(chan, &vms, 0); break; }