[svn-commits] rmudgett: branch rmudgett/mcid r253466 - /team/rmudgett/mcid/channels/sig_pri.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 18 15:27:39 CDT 2010


Author: rmudgett
Date: Thu Mar 18 15:27:36 2010
New Revision: 253466

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253466
Log:
Change presentation string property in the MCID event.

Modified:
    team/rmudgett/mcid/channels/sig_pri.c

Modified: team/rmudgett/mcid/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/mcid/channels/sig_pri.c?view=diff&rev=253466&r1=253465&r2=253466
==============================================================================
--- team/rmudgett/mcid/channels/sig_pri.c (original)
+++ team/rmudgett/mcid/channels/sig_pri.c Thu Mar 18 15:27:36 2010
@@ -1466,7 +1466,7 @@
 {
 	ast_str_append(msg, 0, "%s/Presentation: %d (%s)\r\n", prefix,
 		party->number_presentation,
-		ast_named_caller_presentation(party->number_presentation));
+		ast_describe_caller_presentation(party->number_presentation));
 	ast_str_append(msg, 0, "%s/Number: %s\r\n", prefix, S_OR(party->number, ""));
 	ast_str_append(msg, 0, "%s/TON: %d\r\n", prefix, party->number_type);
 	ast_str_append(msg, 0, "%s/Name: %s\r\n", prefix, S_OR(party->name, ""));




More information about the svn-commits mailing list