[svn-commits] mmichelson: branch group/CCSS r235230 - /team/group/CCSS/include/asterisk/ccss.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 15 18:06:54 CST 2009


Author: mmichelson
Date: Tue Dec 15 18:06:52 2009
New Revision: 235230

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=235230
Log:
Fix wording of the party_b_free agent callback a touch.


Modified:
    team/group/CCSS/include/asterisk/ccss.h

Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=235230&r1=235229&r2=235230
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Tue Dec 15 18:06:52 2009
@@ -847,7 +847,8 @@
 	int (*stop_ringing)(struct ast_cc_agent *agent);
 	/*!
 	 * \brief Let the caller know that the callee has become free
-	 * but that a recall is not yet possible.
+	 * but that the caller cannot attempt to call back because
+	 * he is either busy or there is congestion on his line.
 	 *
 	 * This is something that really only affects a scenario where
 	 * a phone places a call over ISDN PTMP to Asterisk, who then




More information about the svn-commits mailing list