Module: kamailio
Branch: 4.4
Commit: 1e2dcd44036577377dce14bd71a9f238d4c7e355
URL: https://github.com/kamailio/kamailio/commit/1e2dcd44036577377dce14bd71a9f23…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2017-01-17T10:31:12+01:00
modules: readme files regenerated - lcr ...
---
Modified: modules/lcr/README
---
Diff: https://github.com/kamailio/kamailio/commit/1e2dcd44036577377dce14bd71a9f23…
Patch: https://github.com/kamailio/kamailio/commit/1e2dcd44036577377dce14bd71a9f23…
---
diff --git a/modules/lcr/README b/modules/lcr/README
index e7d92eb..3cca8cd 100644
--- a/modules/lcr/README
+++ b/modules/lcr/README
@@ -61,7 +61,7 @@ Juha Heinanen
3.34. defunct_gw_avp (AVP string)
3.35. lcr_rule_hash_size (integer)
3.36. lcr_gw_count (integer)
- 3.37. dont_strip_or_tag_flag (integer)
+ 3.37. dont_strip_or_prefix_flag (integer)
3.38. priority_ordering (integer)
3.39. fetch_rows (integer)
3.40. ping_interval (integer)
@@ -128,7 +128,7 @@ Juha Heinanen
1.34. Setting defunct_gw_avp module parameter
1.35. Setting lcr_rule_hash_size module parameter
1.36. Setting lcr_gw_count module parameter
- 1.37. Setting dont_strip_or_tag_flag module parameter
+ 1.37. Setting dont_strip_or_prefix_flag module parameter
1.38. Setting priority_ordering module parameter
1.39. Set fetch_rows parameter
1.40. Set ping_interval parameter
@@ -198,7 +198,7 @@ Chapter 1. Admin Guide
3.34. defunct_gw_avp (AVP string)
3.35. lcr_rule_hash_size (integer)
3.36. lcr_gw_count (integer)
- 3.37. dont_strip_or_tag_flag (integer)
+ 3.37. dont_strip_or_prefix_flag (integer)
3.38. priority_ordering (integer)
3.39. fetch_rows (integer)
3.40. ping_interval (integer)
@@ -280,8 +280,8 @@ Chapter 1. Admin Guide
be done with command 'kamctl eval_weights'.
The function next_gw() can then be used to select one gateway at a time
- for forwarding. Upon each call, unless "dont_strip_or_tag_flag" flag is
- set, user part of the original Request-URI is first stripped by the
+ for forwarding. Upon each call, unless "dont_strip_or_prefix_flag" flag
+ is set, user part of the original Request-URI is first stripped by the
number of characters as specified by the gateway's strip count and then
prefixed by the gateway's prefix. Upon each call, if a gateway's
hostname is NULL, Request-URI will be rewritten based on gateway's URI
@@ -356,7 +356,7 @@ Chapter 1. Admin Guide
3.34. defunct_gw_avp (AVP string)
3.35. lcr_rule_hash_size (integer)
3.36. lcr_gw_count (integer)
- 3.37. dont_strip_or_tag_flag (integer)
+ 3.37. dont_strip_or_prefix_flag (integer)
3.38. priority_ordering (integer)
3.39. fetch_rows (integer)
3.40. ping_interval (integer)
@@ -793,16 +793,16 @@ modparam("lcr", "lcr_rule_hash_size", 1024)
modparam("lcr", "lcr_gw_count", 1024)
...
-3.37. dont_strip_or_tag_flag (integer)
+3.37. dont_strip_or_prefix_flag (integer)
Defines the flag number used to tell if stripping and tagging is done
for the selected gateway.
Default value is -1 meaning that the flag is not defined.
- Example 1.37. Setting dont_strip_or_tag_flag module parameter
+ Example 1.37. Setting dont_strip_or_prefix_flag module parameter
...
-modparam("lcr", "dont_strip_or_tag_flag", 10)
+modparam("lcr", "dont_strip_or_prefix_flag", 10)
...
3.38. priority_ordering (integer)
Module: kamailio
Branch: 4.2
Commit: cd5b0156086842be5f19d15f2853d15c4673d7fe
URL: https://github.com/kamailio/kamailio/commit/cd5b0156086842be5f19d15f2853d15…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2017-01-17T10:28:30+01:00
lcr: fix documentation
'dont_strip_or_tag_flag' module parameter was renamed to
'dont_strip_or_prefix_flag' at 8c0501bfaa27acab9721953e8c1551687c96edf2.
(cherry picked from commit 078fc57346efaa2944aa234166f21fd0a03c76bc)
---
Modified: modules/lcr/doc/lcr_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/cd5b0156086842be5f19d15f2853d15…
Patch: https://github.com/kamailio/kamailio/commit/cd5b0156086842be5f19d15f2853d15…
---
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index fcd8d55..e8d8c32 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -84,7 +84,7 @@
<para>
The function <emphasis>next_gw()</emphasis> can then be used to
select one gateway at a
- time for forwarding. Upon each call, unless "dont_strip_or_tag_flag"
+ time for forwarding. Upon each call, unless "dont_strip_or_prefix_flag"
flag is set, user part of the original Request-URI is first
stripped by the number of characters as specified by the
gateway's strip count and then prefixed by
@@ -946,7 +946,7 @@ modparam("lcr", "lcr_gw_count", 1024)
</section>
<section>
- <title><varname>dont_strip_or_tag_flag</varname> (integer)</title>
+ <title><varname>dont_strip_or_prefix_flag</varname> (integer)</title>
<para>
Defines the flag number used to tell if stripping and
tagging is done for the selected gateway.
@@ -959,12 +959,12 @@ modparam("lcr", "lcr_gw_count", 1024)
</para>
<example>
<title>
- Setting <varname>dont_strip_or_tag_flag</varname> module
+ Setting <varname>dont_strip_or_prefix_flag</varname> module
parameter
</title>
<programlisting format="linespecific">
...
-modparam("lcr", "dont_strip_or_tag_flag", 10)
+modparam("lcr", "dont_strip_or_prefix_flag", 10)
...
</programlisting>
</example>
Module: kamailio
Branch: 4.3
Commit: ac85fc2fa6f9afcc91b3baa9b99acf7ce4d1bf77
URL: https://github.com/kamailio/kamailio/commit/ac85fc2fa6f9afcc91b3baa9b99acf7…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2017-01-17T10:27:53+01:00
lcr: fix documentation
'dont_strip_or_tag_flag' module parameter was renamed to
'dont_strip_or_prefix_flag' at 8c0501bfaa27acab9721953e8c1551687c96edf2.
(cherry picked from commit 078fc57346efaa2944aa234166f21fd0a03c76bc)
---
Modified: modules/lcr/doc/lcr_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ac85fc2fa6f9afcc91b3baa9b99acf7…
Patch: https://github.com/kamailio/kamailio/commit/ac85fc2fa6f9afcc91b3baa9b99acf7…
---
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index fcd8d55..e8d8c32 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -84,7 +84,7 @@
<para>
The function <emphasis>next_gw()</emphasis> can then be used to
select one gateway at a
- time for forwarding. Upon each call, unless "dont_strip_or_tag_flag"
+ time for forwarding. Upon each call, unless "dont_strip_or_prefix_flag"
flag is set, user part of the original Request-URI is first
stripped by the number of characters as specified by the
gateway's strip count and then prefixed by
@@ -946,7 +946,7 @@ modparam("lcr", "lcr_gw_count", 1024)
</section>
<section>
- <title><varname>dont_strip_or_tag_flag</varname> (integer)</title>
+ <title><varname>dont_strip_or_prefix_flag</varname> (integer)</title>
<para>
Defines the flag number used to tell if stripping and
tagging is done for the selected gateway.
@@ -959,12 +959,12 @@ modparam("lcr", "lcr_gw_count", 1024)
</para>
<example>
<title>
- Setting <varname>dont_strip_or_tag_flag</varname> module
+ Setting <varname>dont_strip_or_prefix_flag</varname> module
parameter
</title>
<programlisting format="linespecific">
...
-modparam("lcr", "dont_strip_or_tag_flag", 10)
+modparam("lcr", "dont_strip_or_prefix_flag", 10)
...
</programlisting>
</example>
Module: kamailio
Branch: 4.4
Commit: 078fc57346efaa2944aa234166f21fd0a03c76bc
URL: https://github.com/kamailio/kamailio/commit/078fc57346efaa2944aa234166f21fd…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2017-01-17T10:26:05+01:00
lcr: fix documentation
'dont_strip_or_tag_flag' module parameter was renamed to
'dont_strip_or_prefix_flag' at 8c0501bfaa27acab9721953e8c1551687c96edf2.
---
Modified: modules/lcr/doc/lcr_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/078fc57346efaa2944aa234166f21fd…
Patch: https://github.com/kamailio/kamailio/commit/078fc57346efaa2944aa234166f21fd…
---
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index 3a47466..61cb828 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -99,7 +99,7 @@
<para>
The function <emphasis>next_gw()</emphasis> can then be used to
select one gateway at a
- time for forwarding. Upon each call, unless "dont_strip_or_tag_flag"
+ time for forwarding. Upon each call, unless "dont_strip_or_prefix_flag"
flag is set, user part of the original Request-URI is first
stripped by the number of characters as specified by the
gateway's strip count and then prefixed by
@@ -961,7 +961,7 @@ modparam("lcr", "lcr_gw_count", 1024)
</section>
<section>
- <title><varname>dont_strip_or_tag_flag</varname> (integer)</title>
+ <title><varname>dont_strip_or_prefix_flag</varname> (integer)</title>
<para>
Defines the flag number used to tell if stripping and
tagging is done for the selected gateway.
@@ -974,12 +974,12 @@ modparam("lcr", "lcr_gw_count", 1024)
</para>
<example>
<title>
- Setting <varname>dont_strip_or_tag_flag</varname> module
+ Setting <varname>dont_strip_or_prefix_flag</varname> module
parameter
</title>
<programlisting format="linespecific">
...
-modparam("lcr", "dont_strip_or_tag_flag", 10)
+modparam("lcr", "dont_strip_or_prefix_flag", 10)
...
</programlisting>
</example>
Module: kamailio
Branch: master
Commit: 389f9670d42ce5db94fa4e6030428c7093bdf0d6
URL: https://github.com/kamailio/kamailio/commit/389f9670d42ce5db94fa4e6030428c7…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2017-01-17T10:24:12+01:00
lcr: fix documentation
'dont_strip_or_tag_flag' module parameter was renamed to
'dont_strip_or_prefix_flag' at 8c0501bfaa27acab9721953e8c1551687c96edf2.
---
Modified: src/modules/lcr/doc/lcr_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/389f9670d42ce5db94fa4e6030428c7…
Patch: https://github.com/kamailio/kamailio/commit/389f9670d42ce5db94fa4e6030428c7…
---
diff --git a/src/modules/lcr/doc/lcr_admin.xml b/src/modules/lcr/doc/lcr_admin.xml
index 77a4488..80a5c02 100644
--- a/src/modules/lcr/doc/lcr_admin.xml
+++ b/src/modules/lcr/doc/lcr_admin.xml
@@ -99,7 +99,7 @@
<para>
The function <emphasis>next_gw()</emphasis> can then be used to
select one gateway at a
- time for forwarding. Upon each call, unless "dont_strip_or_tag_flag"
+ time for forwarding. Upon each call, unless "dont_strip_or_prefix_flag"
flag is set, user part of the original Request-URI is first
stripped by the number of characters as specified by the
gateway's strip count and then prefixed by
@@ -961,7 +961,7 @@ modparam("lcr", "lcr_gw_count", 1024)
</section>
<section>
- <title><varname>dont_strip_or_tag_flag</varname> (integer)</title>
+ <title><varname>dont_strip_or_prefix_flag</varname> (integer)</title>
<para>
Defines the flag number used to tell if stripping and
tagging is done for the selected gateway.
@@ -974,12 +974,12 @@ modparam("lcr", "lcr_gw_count", 1024)
</para>
<example>
<title>
- Setting <varname>dont_strip_or_tag_flag</varname> module
+ Setting <varname>dont_strip_or_prefix_flag</varname> module
parameter
</title>
<programlisting format="linespecific">
...
-modparam("lcr", "dont_strip_or_tag_flag", 10)
+modparam("lcr", "dont_strip_or_prefix_flag", 10)
...
</programlisting>
</example>
Module: kamailio
Branch: master
Commit: 728c7e477634f30f251dee804ffa505c675bb2e4
URL: https://github.com/kamailio/kamailio/commit/728c7e477634f30f251dee804ffa505…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2017-01-17T10:22:05+01:00
ims_icscf: fix compiler warnings
> In file included from cxdx_uar.c:50:0:
> cxdx_avp.h:274:12: warning: inline function 'cxdx_add_result_code' declared but never defined
> inline int cxdx_add_result_code(AAAMessage *msg,unsigned int data);
> ^~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:266:12: warning: inline function 'cxdx_get_user_name' declared but never defined
> inline str cxdx_get_user_name(AAAMessage *msg);
> ^~~~~~~~~~~~~~~~~~
> cxdx_avp.h:259:17: warning: inline function 'cxdx_get_next_public_identity' declared but never defined
> inline AAA_AVP* cxdx_get_next_public_identity(AAAMessage *msg,AAA_AVP* pos,int avp_code,int vendor_id,const char *func);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:248:12: warning: inline function 'cxdx_add_userdata_available' declared but never defined
> inline int cxdx_add_userdata_available(AAAMessage *msg,unsigned int data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:240:12: warning: inline function 'cxdx_add_server_assignment_type' declared but never defined
> inline int cxdx_add_server_assignment_type(AAAMessage *msg,unsigned int data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:232:12: warning: inline function 'cxdx_get_charging_info' declared but never defined
> inline int cxdx_get_charging_info(AAAMessage *msg,str *ccf1,str *ccf2,str *ecf1,str *ecf2);
> ^~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:225:12: warning: inline function 'cxdx_get_user_data' declared but never defined
> inline str cxdx_get_user_data(AAAMessage *msg);
> ^~~~~~~~~~~~~~~~~~
> cxdx_avp.h:184:12: warning: inline function 'cxdx_get_sip_number_auth_items' declared but never defined
> inline int cxdx_get_sip_number_auth_items(AAAMessage *msg, int *data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:177:12: warning: inline function 'cxdx_add_server_name' declared but never defined
> inline int cxdx_add_server_name(AAAMessage *msg,str data);
> ^~~~~~~~~~~~~~~~~~~~
> In file included from cxdx_uar.c:50:0:
> cxdx_avp.h:169:12: warning: inline function 'cxdx_add_sip_auth_data_item_request' declared but never defined
> inline int cxdx_add_sip_auth_data_item_request(AAAMessage *msg, str auth_scheme, str auth, str username, str realm,str method, str server_name);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:160:12: warning: inline function 'cxdx_add_sip_number_auth_items' declared but never defined
> inline int cxdx_add_sip_number_auth_items(AAAMessage *msg,unsigned int data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:152:12: warning: inline function 'cxdx_get_capabilities' declared but never defined
> inline int cxdx_get_capabilities(AAAMessage *msg,int **m,int *m_cnt,int **o,int *o_cnt, str **p,int *p_cnt);
> ^~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:141:12: warning: inline function 'cxdx_get_server_name' declared but never defined
> inline str cxdx_get_server_name(AAAMessage *msg);
> ^~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:134:12: warning: inline function 'cxdx_get_experimental_result_code' declared but never defined
> inline int cxdx_get_experimental_result_code(AAAMessage *msg, int *data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:127:12: warning: inline function 'cxdx_get_result_code' declared but never defined
> inline int cxdx_get_result_code(AAAMessage *msg, int *data);
> ^~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:120:12: warning: inline function 'cxdx_add_authorization_type' declared but never defined
> inline int cxdx_add_authorization_type(AAAMessage *msg,unsigned int data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:112:12: warning: inline function 'cxdx_add_UAR_flags' declared but never defined
> inline int cxdx_add_UAR_flags(AAAMessage *msg, unsigned int sos_reg);
> ^~~~~~~~~~~~~~~~~~
> cxdx_avp.h:104:12: warning: inline function 'cxdx_add_visited_network_id' declared but never defined
> inline int cxdx_add_visited_network_id(AAAMessage *msg,str data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:96:12: warning: inline function 'cxdx_add_public_identity' declared but never defined
> inline int cxdx_add_public_identity(AAAMessage *msg,str data);
> ^~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:88:12: warning: inline function 'cxdx_add_user_name' declared but never defined
> inline int cxdx_add_user_name(AAAMessage *msg,str data);
> ^~~~~~~~~~~~~~~~~~
> cxdx_avp.h:80:12: warning: inline function 'cxdx_add_auth_session_state' declared but never defined
> inline int cxdx_add_auth_session_state(AAAMessage *msg,unsigned int data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:72:12: warning: inline function 'cxdx_add_vendor_specific_appid' declared but never defined
> inline int cxdx_add_vendor_specific_appid(AAAMessage *msg,unsigned int vendor_id,unsigned int auth_id,unsigned int acct_id);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cxdx_avp.h:62:12: warning: inline function 'cxdx_add_destination_realm' declared but never defined
> inline int cxdx_add_destination_realm(AAAMessage *msg, str data);
> ^~~~~~~~~~~~~~~~~~~~~~~~~~
---
Modified: src/modules/ims_icscf/cxdx_avp.c
Modified: src/modules/ims_icscf/cxdx_avp.h
---
Diff: https://github.com/kamailio/kamailio/commit/728c7e477634f30f251dee804ffa505…
Patch: https://github.com/kamailio/kamailio/commit/728c7e477634f30f251dee804ffa505…