[asterisk-commits] anthonyl: branch anthonyl/usersconf-vmpassword r50531 - /team/anthonyl/usersc...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Jan 11 14:37:00 MST 2007


Author: anthonyl
Date: Thu Jan 11 15:36:59 2007
New Revision: 50531

URL: http://svn.digium.com/view/asterisk?view=rev&rev=50531
Log:
added small debugging message

Modified:
    team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c

Modified: team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c?view=diff&rev=50531&r1=50530&r2=50531
==============================================================================
--- team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c (original)
+++ team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c Thu Jan 11 15:36:59 2007
@@ -6487,6 +6487,7 @@
 						cmd = forward_message(chan, context, &vms, vmu, vmfmts, 1, record_gain);
 						if (cmd == ERROR_LOCK_PATH) {
 							res = cmd;
+							ast_log(LOG_WARNING, "forward_message failed to lock path.\n");
 							goto out;
 						}
 					} else



More information about the asterisk-commits mailing list