[svn-commits] mmichelson: branch group/CCSS r225305 - /team/group/CCSS/main/ccss.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 21 16:43:08 CDT 2009


Author: mmichelson
Date: Wed Oct 21 16:43:05 2009
New Revision: 225305

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=225305
Log:
Change wording of state string.

Even though "recall has been acknowledged" is a bit more
accurate than "recall complete" the latter more accurately
conveys that the CC transaction is complete now.


Modified:
    team/group/CCSS/main/ccss.c

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=225305&r1=225304&r2=225305
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Wed Oct 21 16:43:05 2009
@@ -2723,7 +2723,7 @@
 	{CC_CALLER_BUSY,        "Callee was ready, but caller is now unavailable"},
 	{CC_RECALLING,          "Caller is attempting to recall"},
 	/* Should never return these last two, but never hurts to have my bases covered */
-	{CC_COMPLETE,           "Recall has been acknowledged"},
+	{CC_COMPLETE,           "Recall complete"},
 	{CC_FAILED,             "CC has failed"},
 };
 




More information about the svn-commits mailing list