From: Paul Cadach Date: Sat, 3 Feb 2007 10:02:55 +0000 (+0000) Subject: Remove quote from H.323 vendor string because due to compatibilities with CS1000... X-Git-Tag: 1.4.1~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10ad9bb6d0c1875a0cb8a461761203f6ccd1ff46;p=thirdparty%2Fasterisk.git Remove quote from H.323 vendor string because due to compatibilities with CS1000 reported at www.voip-info.org git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53131 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx index cd0b4a9c56..d543bf1229 100644 --- a/channels/h323/ast_h323.cxx +++ b/channels/h323/ast_h323.cxx @@ -177,7 +177,7 @@ class MyH323_Shutdown { }; }; -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) {