[asterisk-addons-commits] russell: branch 1.4 r502 - in /branches/1.4: ./ asterisk-ooh323c/ asterisk-oo...

SVN commits to the Asterisk addons project asterisk-addons-commits at lists.digium.com
Wed Jan 16 12:05:06 CST 2008


Author: russell
Date: Wed Jan 16 12:05:06 2008
New Revision: 502

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=502
Log:
Add some notes to make it clear that this module is currently unsupported

Modified:
    branches/1.4/asterisk-ooh323c/README
    branches/1.4/asterisk-ooh323c/h323.conf.sample
    branches/1.4/asterisk-ooh323c/src/chan_h323.c
    branches/1.4/menuselect-tree

Modified: branches/1.4/asterisk-ooh323c/README
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/asterisk-ooh323c/README?view=diff&rev=502&r1=501&r2=502
==============================================================================
--- branches/1.4/asterisk-ooh323c/README (original)
+++ branches/1.4/asterisk-ooh323c/README Wed Jan 16 12:05:06 2008
@@ -1,3 +1,9 @@
+---------------------------------------------------------------------------------
+---  ******* IMPORTANT NOTE ***********
+---
+---  This module is currently unsupported.  Use it at your own risk.
+---
+---------------------------------------------------------------------------------
 
  Copyright (C) 2007, Objective Systems, Inc.
  

Modified: branches/1.4/asterisk-ooh323c/h323.conf.sample
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/asterisk-ooh323c/h323.conf.sample?view=diff&rev=502&r1=501&r2=502
==============================================================================
--- branches/1.4/asterisk-ooh323c/h323.conf.sample (original)
+++ branches/1.4/asterisk-ooh323c/h323.conf.sample Wed Jan 16 12:05:06 2008
@@ -1,3 +1,10 @@
+; ---------------------------------------------------------------------------------
+; ---  ******* IMPORTANT NOTE ***********
+; ---
+; ---  This module is currently unsupported.  Use it at your own risk.
+; ---
+; ---------------------------------------------------------------------------------
+
 ; Objective System's H323 Configuration example for Asterisk
 ; ooh323c driver configuration
 ;

Modified: branches/1.4/asterisk-ooh323c/src/chan_h323.c
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/asterisk-ooh323c/src/chan_h323.c?view=diff&rev=502&r1=501&r2=502
==============================================================================
--- branches/1.4/asterisk-ooh323c/src/chan_h323.c (original)
+++ branches/1.4/asterisk-ooh323c/src/chan_h323.c Wed Jan 16 12:05:06 2008
@@ -2493,6 +2493,14 @@
      .onReceivedDTMF = &ooh323_onReceivedDigit
    };
 
+	ast_log(LOG_NOTICE, 
+		"---------------------------------------------------------------------------------\n"
+		"---  ******* IMPORTANT NOTE ***********\n"
+		"---\n"
+		"---  This module is currently unsupported.  Use it at your own risk.\n"
+		"---\n"
+		"---------------------------------------------------------------------------------\n");
+
    h225Callbacks.onReceivedSetup = &ooh323_onReceivedSetup;
 
    userl.users = NULL;

Modified: branches/1.4/menuselect-tree
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/menuselect-tree?view=diff&rev=502&r1=501&r2=502
==============================================================================
--- branches/1.4/menuselect-tree (original)
+++ branches/1.4/menuselect-tree Wed Jan 16 12:05:06 2008
@@ -13,7 +13,7 @@
 			<depend>mysqlclient</depend>
 			<depend>asterisk</depend>
 		</member>
-		<member name="chan_ooh323" displayname="Objective Systems H.323 Channel Driver">
+		<member name="chan_ooh323" displayname="Objective Systems H.323 Channel Driver (UNSUPPORTED)">
 			<depend>asterisk</depend>
 		</member>
 		<member name="format_mp3" remove_on_change="formats/format_mp3.o formats/format_mp3.so" displayname="MP3 File Format Handler">




More information about the asterisk-addons-commits mailing list