[asterisk-commits] pcadach: trunk r53132 - in /trunk: ./
channels/h323/ast_h323.cxx
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Feb 3 03:12:20 MST 2007
Author: pcadach
Date: Sat Feb 3 04:12:20 2007
New Revision: 53132
URL: http://svn.digium.com/view/asterisk?view=rev&rev=53132
Log:
Merged revisions 53131 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r53131 | pcadach | 2007-02-03 02:02:55 -0800 (Сбт, 03 Фев 2007) | 1 line
Remove quote from H.323 vendor string because due to compatibilities with
Nortel Meridian CS1000 reported at www.voip-info.org
........
Modified:
trunk/ (props changed)
trunk/channels/h323/ast_h323.cxx
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/h323/ast_h323.cxx
URL: http://svn.digium.com/view/asterisk/trunk/channels/h323/ast_h323.cxx?view=diff&rev=53132&r1=53131&r2=53132
==============================================================================
--- trunk/channels/h323/ast_h323.cxx (original)
+++ trunk/channels/h323/ast_h323.cxx Sat Feb 3 04:12:20 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