[asterisk-commits] rmudgett: trunk r365532 - /trunk/main/features.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 7 15:08:42 CDT 2012


Author: rmudgett
Date: Mon May  7 15:08:37 2012
New Revision: 365532

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=365532
Log:
Change comment to use local channel name designators in features.c

Modified:
    trunk/main/features.c

Modified: trunk/main/features.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/features.c?view=diff&rev=365532&r1=365531&r2=365532
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Mon May  7 15:08:37 2012
@@ -1580,8 +1580,8 @@
 		 * This is so ugly that it hurts, but implementing
 		 * get_base_channel() on local channels could have ugly side
 		 * effects.  We could have
-		 * transferer<->local,1<->local,2<->parking and we need the
-		 * callback name to be that of transferer.  Since local,1/2 have
+		 * transferer<->local;1<->local;2<->parking and we need the
+		 * callback name to be that of transferer.  Since local;1/2 have
 		 * the same name we can be tricky and just grab the bridged
 		 * channel from the other side of the local.
 		 */




More information about the asterisk-commits mailing list