[asterisk-commits] rmudgett: branch rmudgett/cid r275384 - /team/rmudgett/cid/apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jul 9 15:53:46 CDT 2010


Author: rmudgett
Date: Fri Jul  9 15:53:42 2010
New Revision: 275384

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=275384
Log:
Convert party number reference: Include rdnis in msgXXXX.txt file.

Modified:
    team/rmudgett/cid/apps/app_voicemail.c

Modified: team/rmudgett/cid/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cid/apps/app_voicemail.c?view=diff&rev=275384&r1=275383&r2=275384
==============================================================================
--- team/rmudgett/cid/apps/app_voicemail.c (original)
+++ team/rmudgett/cid/apps/app_voicemail.c Fri Jul  9 15:53:42 2010
@@ -5786,7 +5786,8 @@
 				chan->context,
 				chan->macrocontext, 
 				chan->exten,
-				S_OR(chan->redirecting.from.number, "unknown"),
+				S_COR(chan->redirecting.from.XXX_number.valid,
+					chan->redirecting.from.XXX_number.str, "unknown"),
 				chan->priority,
 				chan->name,
 				callerid,




More information about the asterisk-commits mailing list