[asterisk-commits] anthonyl: branch anthonyl/oldvoicemail-fwd
r50537 - /team/anthonyl/oldvoicema...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Jan 11 16:39:07 MST 2007
Author: anthonyl
Date: Thu Jan 11 17:39:07 2007
New Revision: 50537
URL: http://svn.digium.com/view/asterisk?view=rev&rev=50537
Log:
update the other instance of copy_message to take advantage of the api change
Modified:
team/anthonyl/oldvoicemail-fwd/apps/app_voicemail.c
Modified: team/anthonyl/oldvoicemail-fwd/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/oldvoicemail-fwd/apps/app_voicemail.c?view=diff&rev=50537&r1=50536&r2=50537
==============================================================================
--- team/anthonyl/oldvoicemail-fwd/apps/app_voicemail.c (original)
+++ team/anthonyl/oldvoicemail-fwd/apps/app_voicemail.c Thu Jan 11 17:39:07 2007
@@ -3165,7 +3165,7 @@
context++;
}
if ((recip = find_user(&recipu, context, exten))) {
- copy_message(chan, vmu, 0, msgnum, duration, recip, fmt, NULL);
+ copy_message(chan, vmu, 0, msgnum, duration, recip, fmt, dir);
free_user(recip);
}
}
More information about the asterisk-commits
mailing list