[Asterisk-cvs] asterisk-addons/asterisk-ooh323c/src chan_h323.c,
1.11, 1.12
twisted
twisted
Tue Oct 11 21:59:43 CDT 2005
Update of /usr/cvsroot/asterisk-addons/asterisk-ooh323c/src
In directory mongoose.digium.com:/tmp/cvs-serv2686/src
Modified Files:
chan_h323.c
Log Message:
seeting correct channel type to avoid conflict with chan_h323 already in tree.
vphirke -- please regenerate Makefile.in
Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk-addons/asterisk-ooh323c/src/chan_h323.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- chan_h323.c 26 Sep 2005 13:02:28 -0000 1.11
+++ chan_h323.c 12 Oct 2005 01:54:32 -0000 1.12
@@ -39,10 +39,10 @@
#define H323_DISABLEGK (1<<7)
/* Channel description */
-static const char desc[] = "H323 Channel";
-static const char type[] = "H323";
-static const char tdesc[] = "H323 Channel Driver";
-static const char config[] = "h323.conf";
+static const char desc[] = "Objective Systems H323 Channel";
+static const char type[] = "OOH323";
+static const char tdesc[] = "Objective Systems H323 Channel Driver";
+static const char config[] = "ooh323.conf";
/* Channel Definition */
More information about the svn-commits
mailing list