[asterisk-commits] pcadach: branch 1.4 r53131 - /branches/1.4/channels/h323/ast_h323.cxx

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Feb 3 03:02:56 MST 2007


Author: pcadach
Date: Sat Feb  3 04:02:55 2007
New Revision: 53131

URL: http://svn.digium.com/view/asterisk?view=rev&rev=53131
Log:
Remove quote from H.323 vendor string because due to compatibilities with CS1000 reported at www.voip-info.org

Modified:
    branches/1.4/channels/h323/ast_h323.cxx

Modified: branches/1.4/channels/h323/ast_h323.cxx
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/h323/ast_h323.cxx?view=diff&rev=53131&r1=53130&r2=53131
==============================================================================
--- branches/1.4/channels/h323/ast_h323.cxx (original)
+++ branches/1.4/channels/h323/ast_h323.cxx Sat Feb  3 04:02:55 2007
@@ -177,7 +177,7 @@
 	};
 };
 
-MyProcess::MyProcess(): PProcess("The NuFone Network's",
+MyProcess::MyProcess(): PProcess("The NuFone Networks",
 			"H.323 Channel Driver for Asterisk",
 			MAJOR_VERSION, MINOR_VERSION, BUILD_TYPE, BUILD_NUMBER)
 {



More information about the asterisk-commits mailing list