Skip to content

Commit

Permalink
Updated documentation links to the new tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jun 10, 2013
1 parent b3e6e4a commit 5f7e814
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 61 deletions.
2 changes: 1 addition & 1 deletion doc/entities.xml
Expand Up @@ -13,7 +13,7 @@
<!ENTITY osipssol "<ulink url='http://www.opensips-solutions.com/'>www.opensips-solutions.com</ulink>">

<!ENTITY osipshome "http://www.opensips.org/">
<!ENTITY osipsbugs "http://sourceforge.net/tracker/?group_id=232389">
<!ENTITY osipsbugs "https://github.com/OpenSIPS/opensips/issues">
<!ENTITY osipshelp "http://lists.opensips.org/cgi-bin/mailman/listinfo/users">
<!ENTITY osipsusers "http://lists.opensips.org/cgi-bin/mailman/listinfo/users">
<!ENTITY osipsdev "http://lists.opensips.org/cgi-bin/mailman/listinfo/devel">
Expand Down
5 changes: 2 additions & 3 deletions modules/acc/README
Expand Up @@ -20,8 +20,7 @@ Irina-Maria Stanescu

Copyright © 2009-2013 OpenSIPS Solutions>
Revision History
Revision $Revision$ $Date: 2012-02-22 19:29:43 +0200
(Wed, 22 Feb 2012) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -1202,4 +1201,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
2 changes: 1 addition & 1 deletion modules/alias_db/README
Expand Up @@ -257,4 +257,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/dialog/README
Expand Up @@ -12,8 +12,7 @@ Vladut-Stefan Paiu

Copyright © 2006-2009 Voice Sistem SRL
Revision History
Revision $Revision$ $Date: 2012-03-08 11:33:05 +0200
(Thu, 08 Mar 2012) $
Revision $Revision: 8771 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -1645,4 +1644,4 @@ Chapter 3. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/dispatcher/README
Expand Up @@ -20,8 +20,7 @@ Carsten Bock

Copyright © 2005-2010 Voice-System.RO
Revision History
Revision $Revision$ $Date: 2010-04-12 16:02:58 +0300
(Mon, 12 Apr 2010) $
Revision $Revision: 6771 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -897,4 +896,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389
https://github.com/OpenSIPS/opensips/issues
2 changes: 1 addition & 1 deletion modules/event_datagram/README
Expand Up @@ -153,4 +153,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
2 changes: 1 addition & 1 deletion modules/event_rabbitmq/README
Expand Up @@ -376,4 +376,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
27 changes: 13 additions & 14 deletions modules/event_route/README
@@ -1,4 +1,3 @@

event_route Module

Razvan Crainea
Expand Down Expand Up @@ -27,11 +26,11 @@ Razvan Crainea

1.6. Exported Parameters

1.6.1.
1.6.1.

1.7. Exported Functions

1.7.1. fetch_event_params(pvar_list)
1.7.1. fetch_event_params(pvar_list)

2. Frequently Asked Questions

Expand Down Expand Up @@ -68,19 +67,19 @@ fetch_even_params("ip=$avp(pike_ip)");
fetch_even_params("source=$avp(src);destination=$avp(dst)");

If the name of the parameter is not specified, the avp will be
populated according to the order of the parameters, as
exported by the event. The following code will populate the
$avp(first) avp with the first parameter of the event,
$avp(second) with the second one and so on.
populated according to the order of the parameters, as exported
by the event. The following code will populate the $avp(first)
avp with the first parameter of the event, $avp(second) with
the second one and so on.

fetch_event_params("$avp(first);$avp(second);$avp(third)");

NOTE: An event may be triggered within a different event,
leading to nested processing. This function will retrieve the
parameters of the currently processed event.

The event name can contain any non-quoted string character,
but it is recommended to follow the syntax:
The event name can contain any non-quoted string character, but
it is recommended to follow the syntax:
E_MODULE_NAME_EXTRA_NAME

1.3. EVENT_ROUTE usage
Expand Down Expand Up @@ -137,11 +136,11 @@ fetch_even_params("source=$avp(src);destination=$avp(dst)");

Example 1.2. fetch_event_params usage
...
fetch_even_params("$avp(first_param)"); # fetch the first parameter of
an event
fetch_even_params("$avp(first_param)"); # fetch the first parameter of a
n event
fetch_even_params("ip=$avp(pike_ip)"); # fetch the ip parameter
fetch_even_params("source=$avp(src);destination=$avp(dst)"); # fetch th
e source and destination parameters
fetch_even_params("source=$avp(src);destination=$avp(dst)"); # fetch the
source and destination parameters
...

Chapter 2. Frequently Asked Questions
Expand Down Expand Up @@ -182,4 +181,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/load_balancer/README
Expand Up @@ -8,8 +8,7 @@ Bogdan-Andrei Iancu

Copyright © 2009 Voice Sistem SRL
Revision History
Revision $Revision$ $Date: 2012-02-22 19:29:43 +0200
(Wed, 22 Feb 2012) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -486,4 +485,4 @@ Chapter 3. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/mi_datagram/README
Expand Up @@ -8,8 +8,7 @@ Andreea-Ancuta Onofrei

Copyright © 2007 Voice Sistem SRL
Revision History
Revision $Revision$ $Date: 2012-02-22 19:29:43 +0200
(Wed, 22 Feb 2012) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -237,4 +236,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/nathelper/README
Expand Up @@ -16,8 +16,7 @@ Bogdan-Andrei Iancu

Copyright © 2005 Voice Sistem SRL
Revision History
Revision $Revision$ $Date: 2012-02-22 19:29:43 +0200
(Wed, 22 Feb 2012) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -461,4 +460,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
8 changes: 3 additions & 5 deletions modules/perl/README
Expand Up @@ -10,8 +10,7 @@ Bastian Friedrich

Copyright © 2007 Collax GmbH
Revision History
Revision $Revision$ $Date: 2009-07-21 10:45:05 +0300
(Tue, 21 Jul 2009) $
Revision $Revision: 5901 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -1174,8 +1173,7 @@ Returns or sets the rows of the object.
Chapter 3. Perl samples

Revision History
Revision $Revision$ $Date: 2009-07-21 10:45:05 +0300
(Tue, 21 Jul 2009) $
Revision $Revision: 5901 $ $Date$

3.1. sample directory

Expand Down Expand Up @@ -1359,4 +1357,4 @@ Chapter 4. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/registrar/README
Expand Up @@ -14,8 +14,7 @@ Bogdan-Andrei Iancu

Copyright © 2003 FhG FOKUS
Revision History
Revision $Revision$ $Date: 2012-02-22 19:29:43 +0200
(Wed, 22 Feb 2012) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -733,7 +732,7 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.

2.12.

Expand Down
5 changes: 2 additions & 3 deletions modules/rr/README
Expand Up @@ -18,8 +18,7 @@ Bogdan-Andrei Iancu

Copyright © 2005 Voice Sistem SRL
Revision History
Revision $Revision$ $Date: 2012-02-22 19:29:43 +0200
(Wed, 22 Feb 2012) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -529,4 +528,4 @@ Chapter 3. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/rtpproxy/README
Expand Up @@ -16,8 +16,7 @@ Bogdan-Andrei Iancu

Copyright © 2005 Voice Sistem SRL
Revision History
Revision $Revision: 8740 $ $Date: 2013-01-29 14:35:11 +0200
(Tue, 29 Jan 2013) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -714,4 +713,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/snmpstats/README
Expand Up @@ -11,8 +11,7 @@ Jeffrey Magder

Copyright © 2006 SOMA Networks, Inc.
Revision History
Revision $Revision$ $Date: 2009-07-21 10:45:05 +0300
(Tue, 21 Jul 2009) $
Revision $Revision: 5901 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -691,4 +690,4 @@ theTableName
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/tlsops/README
Expand Up @@ -10,8 +10,7 @@ Klaus Darilion

Copyright © 2006 enum.at
Revision History
Revision $Revision$ $Date: 2009-07-21 10:45:05 +0300
(Tue, 21 Jul 2009) $
Revision $Revision: 5901 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -381,4 +380,4 @@ Chapter 2. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
5 changes: 2 additions & 3 deletions modules/tm/README
Expand Up @@ -18,8 +18,7 @@ Bogdan-Andrei Iancu

Copyright © 2005-2008 Voice Sistem SRL
Revision History
Revision $Revision$ $Date: 2012-02-22 19:29:43 +0200
(Wed, 22 Feb 2012) $
Revision $Revision: 8740 $ $Date$
__________________________________________________________

Table of Contents
Expand Down Expand Up @@ -1248,4 +1247,4 @@ Chapter 3. Frequently Asked Questions
How can I report a bug?

Please follow the guidelines provided at:
http://sourceforge.net/tracker/?group_id=232389.
https://github.com/OpenSIPS/opensips/issues.
4 changes: 2 additions & 2 deletions opensips.8
Expand Up @@ -186,9 +186,9 @@ see
Full documentation on opensips is available at
.I http://www.opensips.org/.
.PP
Project tracker and SVN
Project tracker and GIT
.I
http://sourceforge.net/projects/opensips/.
https://github.com/OpenSIPS/opensips.
.PP
Mailing lists:
.nf
Expand Down

0 comments on commit 5f7e814

Please sign in to comment.