aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-03 10:02:55 +0000
committerpcadach <pcadach@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-03 10:02:55 +0000
commit13139b7fc4850913ae64646e6ce526ec2ae267c9 (patch)
tree14eba117f7782b19c46d9396bb8f389c648e7035
parentd66bfd4fc933f739967ca660623dc92076aca3e1 (diff)
Remove quote from H.323 vendor string because due to compatibilities with CS1000 reported at www.voip-info.org
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53131 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/h323/ast_h323.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx
index cd0b4a9c5..d543bf122 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)
{