[asterisk-commits] russell: branch russell/events r84744 - in /team/russell/events: configs/ res...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 4 20:55:08 CDT 2007
Author: russell
Date: Thu Oct 4 20:55:08 2007
New Revision: 84744
URL: http://svn.digium.com/view/asterisk?view=rev&rev=84744
Log:
Link to the newer openais web site
Modified:
team/russell/events/configs/ais.conf.sample
team/russell/events/res/ais/clm.c
team/russell/events/res/ais/evt.c
team/russell/events/res/ais/lck.c
team/russell/events/res/res_ais.c
Modified: team/russell/events/configs/ais.conf.sample
URL: http://svn.digium.com/view/asterisk/team/russell/events/configs/ais.conf.sample?view=diff&rev=84744&r1=84743&r2=84744
==============================================================================
--- team/russell/events/configs/ais.conf.sample (original)
+++ team/russell/events/configs/ais.conf.sample Thu Oct 4 20:55:08 2007
@@ -7,7 +7,7 @@
;
; A nice open source implementation of AIS is available called openais. Visit
; the openais website for downloads and more information.
-; * http://developer.osdl.org/dev/openais/
+; * http://www.openais.org/
;
;
Modified: team/russell/events/res/ais/clm.c
URL: http://svn.digium.com/view/asterisk/team/russell/events/res/ais/clm.c?view=diff&rev=84744&r1=84743&r2=84744
==============================================================================
--- team/russell/events/res/ais/clm.c (original)
+++ team/russell/events/res/ais/clm.c Thu Oct 4 20:55:08 2007
@@ -22,7 +22,7 @@
*
* \brief Usage of the SAForum AIS (Application Interface Specification)
*
- * \arg http://developer.osdl.org/dev/openais/
+ * \arg http://www.openais.org/
*
* This file contains the code specific to the use of the CLM
* (Cluster Membership) Service.
Modified: team/russell/events/res/ais/evt.c
URL: http://svn.digium.com/view/asterisk/team/russell/events/res/ais/evt.c?view=diff&rev=84744&r1=84743&r2=84744
==============================================================================
--- team/russell/events/res/ais/evt.c (original)
+++ team/russell/events/res/ais/evt.c Thu Oct 4 20:55:08 2007
@@ -22,7 +22,7 @@
*
* \brief Usage of the SAForum AIS (Application Interface Specification)
*
- * \arg http://developer.osdl.org/dev/openais/
+ * \arg http://www.openais.org/
*
* This file contains the code specific to the use of the EVT
* (Event) Service.
Modified: team/russell/events/res/ais/lck.c
URL: http://svn.digium.com/view/asterisk/team/russell/events/res/ais/lck.c?view=diff&rev=84744&r1=84743&r2=84744
==============================================================================
--- team/russell/events/res/ais/lck.c (original)
+++ team/russell/events/res/ais/lck.c Thu Oct 4 20:55:08 2007
@@ -22,7 +22,7 @@
*
* \brief Usage of the SAForum AIS (Application Interface Specification)
*
- * \arg http://developer.osdl.org/dev/openais/
+ * \arg http://www.openais.org/
*
* This file contains the code specific to the use of the LCK
* (Distributed Locks) Service.
Modified: team/russell/events/res/res_ais.c
URL: http://svn.digium.com/view/asterisk/team/russell/events/res/res_ais.c?view=diff&rev=84744&r1=84743&r2=84744
==============================================================================
--- team/russell/events/res/res_ais.c (original)
+++ team/russell/events/res/res_ais.c Thu Oct 4 20:55:08 2007
@@ -22,7 +22,7 @@
*
* \brief Usage of the SAForum AIS (Application Interface Specification)
*
- * \arg http://developer.osdl.org/dev/openais/
+ * \arg http://www.openais.org/
*
* This file contains the common code between the uses of the different AIS
* services.
More information about the asterisk-commits
mailing list