[asterisk-commits] mmichelson: branch group/CCSS r225306 - /team/group/CCSS/main/ccss.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 21 16:46:02 CDT 2009
Author: mmichelson
Date: Wed Oct 21 16:45:58 2009
New Revision: 225306
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=225306
Log:
remove comment since it may become inaccurate once manager
event additions are made.
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=225306&r1=225305&r2=225306
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Wed Oct 21 16:45:58 2009
@@ -2722,7 +2722,6 @@
{CC_CALLEE_READY, "Callee has become available"},
{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 complete"},
{CC_FAILED, "CC has failed"},
};
More information about the asterisk-commits
mailing list