[sr-dev] git:master:9d67099c: modules: readme files regenerated - tm ... [skip ci]

2017-05-18 Thread Kamailio Dev
Module: kamailio
Branch: master
Commit: 9d67099ce41c897819b2164f3e17a8a454d3f2c2
URL: 
https://github.com/kamailio/kamailio/commit/9d67099ce41c897819b2164f3e17a8a454d3f2c2

Author: Kamailio Dev 
Committer: Kamailio Dev 
Date: 2017-05-18T22:01:26+02:00

modules: readme files regenerated - tm ... [skip ci]

---

Modified: src/modules/tm/README
Modified: src/modules/topos/README
Modified: src/modules/uac/README
Modified: src/modules/usrloc/README

---

Diff:  
https://github.com/kamailio/kamailio/commit/9d67099ce41c897819b2164f3e17a8a454d3f2c2.diff
Patch: 
https://github.com/kamailio/kamailio/commit/9d67099ce41c897819b2164f3e17a8a454d3f2c2.patch

---

diff --git a/src/modules/tm/README b/src/modules/tm/README
index 689fae9..6e7bc5c 100644
--- a/src/modules/tm/README
+++ b/src/modules/tm/README
@@ -1589,7 +1589,7 @@ modparam("tm", "dns_reuse_rcv_socket", 1)
 3.46. xavp_contact (string)
 
The name of XAVP storing the attributes per contact. This must be the
-   same as the usrloc parameter xavp_contacts.
+   same as the usrloc parameter xavp_contact.
 
Default value is “NULL”.
 
diff --git a/src/modules/topos/README b/src/modules/topos/README
index 6b831f1..ab83dca 100644
--- a/src/modules/topos/README
+++ b/src/modules/topos/README
@@ -30,7 +30,7 @@ Daniel-Constantin Mierla
   3.3. sanity_checks (int)
   3.4. branch_expire (int)
   3.5. dialog_expire (int)
-  3.6. clean_inteval (int)
+  3.6. clean_interval (int)
 
List of Examples
 
@@ -58,7 +58,7 @@ Chapter 1. Admin Guide
 3.3. sanity_checks (int)
 3.4. branch_expire (int)
 3.5. dialog_expire (int)
-3.6. clean_inteval (int)
+3.6. clean_interval (int)
 
 1. Overview
 
@@ -97,7 +97,7 @@ Chapter 1. Admin Guide
3.3. sanity_checks (int)
3.4. branch_expire (int)
3.5. dialog_expire (int)
-   3.6. clean_inteval (int)
+   3.6. clean_interval (int)
 
 3.1. db_url (str)
 
@@ -161,7 +161,7 @@ modparam("topos", "branch_expire", 300)
 modparam("topos", "dialog_expire", 3600)
 ...
 
-3.6. clean_inteval (int)
+3.6. clean_interval (int)
 
Interval in seconds to run the clean up of stored records.
 
diff --git a/src/modules/uac/README b/src/modules/uac/README
index 3747d8c..9623b2c 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -95,7 +95,7 @@ Ramona-Elena Modroiu
1.10. Set auth_username_avp parameter
1.11. Set auth_password_avp parameter
1.12. Set reg_db_url parameter
-   1.13. Set reg_timer_inteval parameter
+   1.13. Set reg_timer_interval parameter
1.14. Set reg_retry_interval parameter
1.15. Set reg_random_delay parameter
1.16. Set reg_db_table parameter
@@ -434,7 +434,7 @@ modparam("uac", "reg_db_url",
 
The default value is 90 seconds.
 
-   Example 1.13. Set reg_timer_inteval parameter
+   Example 1.13. Set reg_timer_interval parameter
 ...
 modparam("uac", "reg_timer_interval", 60)
 ...
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README
index 9e1e450..fbddff4 100644
--- a/src/modules/usrloc/README
+++ b/src/modules/usrloc/README
@@ -850,7 +850,7 @@ modparam("usrloc", "timer_procs", 4)
 
Example 1.36. Set xavp_contact parameter
 ...
-modparam("usrloc", "xavp_contact", "ulattrs")
+modparam("tm|usrloc", "xavp_contact", "ulattrs")
 ...
 
 3.37. db_ops_ruid (int)


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:c42aca1e: modules/[topos|uac]: documentation typo fix

2017-05-18 Thread Mikko Lehto
Module: kamailio
Branch: master
Commit: c42aca1edaee29ab8edf6d6e186a72ab674db7a6
URL: 
https://github.com/kamailio/kamailio/commit/c42aca1edaee29ab8edf6d6e186a72ab674db7a6

Author: Mikko Lehto 
Committer: Mikko Lehto 
Date: 2017-05-18T22:41:38+03:00

modules/[topos|uac]: documentation typo fix

---

Modified: src/modules/topos/doc/topos_admin.xml
Modified: src/modules/uac/doc/uac_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/c42aca1edaee29ab8edf6d6e186a72ab674db7a6.diff
Patch: 
https://github.com/kamailio/kamailio/commit/c42aca1edaee29ab8edf6d6e186a72ab674db7a6.patch

---

diff --git a/src/modules/topos/doc/topos_admin.xml 
b/src/modules/topos/doc/topos_admin.xml
index 76ee18f..b465713 100644
--- a/src/modules/topos/doc/topos_admin.xml
+++ b/src/modules/topos/doc/topos_admin.xml
@@ -173,7 +173,7 @@ modparam("topos", "dialog_expire", 3600)



-   clean_inteval (int)
+   clean_interval (int)

Interval in seconds to run the clean up of stored
records.
diff --git a/src/modules/uac/doc/uac_admin.xml 
b/src/modules/uac/doc/uac_admin.xml
index e80524a..e6ba5a2 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -401,7 +401,7 @@ modparam("uac", "reg_db_url",



-   Set reg_timer_inteval 
parameter
+   Set 
reg_timer_interval parameter

 ...
 modparam("uac", "reg_timer_interval", 60)


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:3deecfcc: modules/usrloc: synchronize example with TM module

2017-05-18 Thread Mikko Lehto
Module: kamailio
Branch: master
Commit: 3deecfcc9491594f3c89fe330c407f3327393c62
URL: 
https://github.com/kamailio/kamailio/commit/3deecfcc9491594f3c89fe330c407f3327393c62

Author: Mikko Lehto 
Committer: Mikko Lehto 
Date: 2017-05-18T22:43:57+03:00

modules/usrloc: synchronize example with TM module

---

Modified: src/modules/usrloc/doc/usrloc_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/3deecfcc9491594f3c89fe330c407f3327393c62.diff
Patch: 
https://github.com/kamailio/kamailio/commit/3deecfcc9491594f3c89fe330c407f3327393c62.patch

---

diff --git a/src/modules/usrloc/doc/usrloc_admin.xml 
b/src/modules/usrloc/doc/usrloc_admin.xml
index ac744ea..2ad2935 100644
--- a/src/modules/usrloc/doc/usrloc_admin.xml
+++ b/src/modules/usrloc/doc/usrloc_admin.xml
@@ -964,7 +964,7 @@ modparam("usrloc", "timer_procs", 4)
Set xavp_contact parameter

 ...
-modparam("usrloc", "xavp_contact", "ulattrs")
+modparam("tm|usrloc", "xavp_contact", "ulattrs")
 ...
 



___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:b7e33ba0: modules/tm: documentation typo fix

2017-05-18 Thread Mikko Lehto
Module: kamailio
Branch: master
Commit: b7e33ba006f5d2d81410c4785c13d99a024569cb
URL: 
https://github.com/kamailio/kamailio/commit/b7e33ba006f5d2d81410c4785c13d99a024569cb

Author: Mikko Lehto 
Committer: Mikko Lehto 
Date: 2017-05-18T22:43:02+03:00

modules/tm: documentation typo fix

---

Modified: src/modules/tm/doc/params.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/b7e33ba006f5d2d81410c4785c13d99a024569cb.diff
Patch: 
https://github.com/kamailio/kamailio/commit/b7e33ba006f5d2d81410c4785c13d99a024569cb.patch

---

diff --git a/src/modules/tm/doc/params.xml b/src/modules/tm/doc/params.xml
index 4d135d5..5e222b8 100644
--- a/src/modules/tm/doc/params.xml
+++ b/src/modules/tm/doc/params.xml
@@ -1411,7 +1411,7 @@ modparam("tm", "dns_reuse_rcv_socket", 1)
xavp_contact (string)

The name of XAVP storing the attributes per contact. This must 
be the same as
-   the usrloc parameter xavp_contacts.
+   the usrloc parameter xavp_contact.





___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:6bc6bbca: pkg/kamailio/deb: version set to 5.1.0-dev3

2017-05-18 Thread Victor Seva
Module: kamailio
Branch: master
Commit: 6bc6bbca0e7fd17bef51bf0fecea389c9d0870c4
URL: 
https://github.com/kamailio/kamailio/commit/6bc6bbca0e7fd17bef51bf0fecea389c9d0870c4

Author: Victor Seva 
Committer: Victor Seva 
Date: 2017-05-18T13:15:26+02:00

pkg/kamailio/deb: version set to 5.1.0-dev3

---

Modified: pkg/kamailio/deb/debian/changelog
Modified: pkg/kamailio/deb/jessie/changelog
Modified: pkg/kamailio/deb/precise/changelog
Modified: pkg/kamailio/deb/sid/changelog
Modified: pkg/kamailio/deb/stretch/changelog
Modified: pkg/kamailio/deb/trusty/changelog
Modified: pkg/kamailio/deb/wheezy/changelog
Modified: pkg/kamailio/deb/xenial/changelog

---

Diff:  
https://github.com/kamailio/kamailio/commit/6bc6bbca0e7fd17bef51bf0fecea389c9d0870c4.diff
Patch: 
https://github.com/kamailio/kamailio/commit/6bc6bbca0e7fd17bef51bf0fecea389c9d0870c4.patch

---

diff --git a/pkg/kamailio/deb/debian/changelog 
b/pkg/kamailio/deb/debian/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/debian/changelog
+++ b/pkg/kamailio/deb/debian/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2
diff --git a/pkg/kamailio/deb/jessie/changelog 
b/pkg/kamailio/deb/jessie/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/jessie/changelog
+++ b/pkg/kamailio/deb/jessie/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2
diff --git a/pkg/kamailio/deb/precise/changelog 
b/pkg/kamailio/deb/precise/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/precise/changelog
+++ b/pkg/kamailio/deb/precise/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2
diff --git a/pkg/kamailio/deb/sid/changelog b/pkg/kamailio/deb/sid/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/sid/changelog
+++ b/pkg/kamailio/deb/sid/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2
diff --git a/pkg/kamailio/deb/stretch/changelog 
b/pkg/kamailio/deb/stretch/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/stretch/changelog
+++ b/pkg/kamailio/deb/stretch/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2
diff --git a/pkg/kamailio/deb/trusty/changelog 
b/pkg/kamailio/deb/trusty/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/trusty/changelog
+++ b/pkg/kamailio/deb/trusty/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2
diff --git a/pkg/kamailio/deb/wheezy/changelog 
b/pkg/kamailio/deb/wheezy/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/wheezy/changelog
+++ b/pkg/kamailio/deb/wheezy/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2
diff --git a/pkg/kamailio/deb/xenial/changelog 
b/pkg/kamailio/deb/xenial/changelog
index 00eaba6..83c1a37 100644
--- a/pkg/kamailio/deb/xenial/changelog
+++ b/pkg/kamailio/deb/xenial/changelog
@@ -1,3 +1,9 @@
+kamailio (5.1.0~dev3) unstable; urgency=medium
+
+  * version set to 5.1.0-dev3
+
+ -- Victor Seva   Thu, 18 May 2017 13:14:33 +0200
+
 kamailio (5.1.0~dev2) unstable; urgency=medium
 
   * version set to 5.1.0-dev2


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev


[sr-dev] git:master:a2874993: Makefile.defs: version set to 5.1.0-dev3

2017-05-18 Thread Daniel-Constantin Mierla
Module: kamailio
Branch: master
Commit: a2874993470e6d27a68344d2062708b735b6856e
URL: 
https://github.com/kamailio/kamailio/commit/a2874993470e6d27a68344d2062708b735b6856e

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2017-05-18T10:28:15+02:00

Makefile.defs: version set to 5.1.0-dev3

---

Modified: src/Makefile.defs

---

Diff:  
https://github.com/kamailio/kamailio/commit/a2874993470e6d27a68344d2062708b735b6856e.diff
Patch: 
https://github.com/kamailio/kamailio/commit/a2874993470e6d27a68344d2062708b735b6856e.patch

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index 6d4cbd6..e3cba53 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -107,7 +107,7 @@ INSTALL_FLAVOUR=$(FLAVOUR)
 VERSION = 5
 PATCHLEVEL = 1
 SUBLEVEL =  0
-EXTRAVERSION = -dev2
+EXTRAVERSION = -dev3
 
 # memory manager switcher
 # 0 - f_malloc (fast malloc)


___
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev