THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#461 - textopsx : hf_value and hf_value2 can not parse authorize header
User who did this - Daniel-Constantin Mierla (miconda)
----------
hf_value* transformations target generic headers with body and parameters, for what you want you have to use authorization select:
* http://www.kamailio.org/wiki/cookbooks/4.2.x/selects#authorization_s
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=461#comment1745
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#360 - Dialog callback on pua_dialoginfo after restart
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Implemented
Additional comments about closing: Patches adjusted and pushed to master branch.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=360
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Module: kamailio
Branch: master
Commit: bc7c864f7892f5f5c85e3e29da26d8963f064f80
URL: https://github.com/kamailio/kamailio/commit/bc7c864f7892f5f5c85e3e29da26d89…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2014-12-29T22:57:22+01:00
pua_dialoginfo: README regenerated
---
Modified: modules/pua_dialoginfo/README
---
Diff: https://github.com/kamailio/kamailio/commit/bc7c864f7892f5f5c85e3e29da26d89…
Patch: https://github.com/kamailio/kamailio/commit/bc7c864f7892f5f5c85e3e29da26d89…
---
diff --git a/modules/pua_dialoginfo/README b/modules/pua_dialoginfo/README
index 4f685fc..9a674aa 100644
--- a/modules/pua_dialoginfo/README
+++ b/modules/pua_dialoginfo/README
@@ -47,6 +47,8 @@ Klaus Darilion
5.7. use_pubruri_avps (int)
5.8. pubruri_caller_avp (int)
5.9. pubruri_callee_avp (int)
+ 5.10. pubruri_caller_dlg_var (str)
+ 5.11. pubruri_callee_dlg_var (int)
6. Functions
@@ -61,6 +63,8 @@ Klaus Darilion
1.7. Set use_pubruri_avps parameter
1.8. Set pubruri_caller_avp parameter
1.9. Set pubruri_callee_avp parameter
+ 1.10. Set pubruri_caller_avp parameter
+ 1.11. Set pubruri_callee_dlg_var parameter
Chapter 1. Admin Guide
@@ -85,6 +89,8 @@ Chapter 1. Admin Guide
5.7. use_pubruri_avps (int)
5.8. pubruri_caller_avp (int)
5.9. pubruri_callee_avp (int)
+ 5.10. pubruri_caller_dlg_var (str)
+ 5.11. pubruri_callee_dlg_var (int)
6. Functions
@@ -262,6 +268,8 @@ Chapter 1. Admin Guide
5.7. use_pubruri_avps (int)
5.8. pubruri_caller_avp (int)
5.9. pubruri_callee_avp (int)
+ 5.10. pubruri_caller_dlg_var (str)
+ 5.11. pubruri_callee_dlg_var (int)
5.1. include_callid (int)
@@ -392,4 +400,32 @@ modparam("pua_dialoginfo", "pubruri_caller_avp", "$avp(s:puburis_caller)")
modparam("pua_dialoginfo", "pubruri_callee_avp", "$avp(s:puburis_callee)")
...
+5.10. pubruri_caller_dlg_var (str)
+
+ Must be set to the name of dialog variable where to store the URI for
+ caller, used to send the notifications. This is needed to restored the
+ value after Kamailio restart. If not set, loaded dialogs at restart are
+ no longer sending notifications. New dialogs are working fine.
+
+ Default value is "NULL".
+
+ Example 1.10. Set pubruri_caller_avp parameter
+...
+modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller")
+...
+
+5.11. pubruri_callee_dlg_var (int)
+
+ Must be set to the name of dialog variable where to store the URI for
+ callee, used to send the notifications. This is needed to restored the
+ value after Kamailio restart. If not set, loaded dialogs at restart are
+ no longer sending notifications. New dialogs are working fine.
+
+ Default value is "NULL".
+
+ Example 1.11. Set pubruri_callee_dlg_var parameter
+...
+modparam("pua_dialoginfo", "pubruri_callee_dlg_var", "pubruri_callee")
+...
+
6. Functions
Module: kamailio
Branch: master
Commit: 240bf9d122a9800ccfcac320776fb89a2c60d544
URL: https://github.com/kamailio/kamailio/commit/240bf9d122a9800ccfcac320776fb89…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2014-12-29T22:56:38+01:00
pua_dialoginfo: documentation for new parameters
- pubruri_caller_dlg_var and pubruri_callee_dlg_var
---
Modified: modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/240bf9d122a9800ccfcac320776fb89…
Patch: https://github.com/kamailio/kamailio/commit/240bf9d122a9800ccfcac320776fb89…
---
diff --git a/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml b/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
index 6864a00..e08402d 100644
--- a/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
+++ b/modules/pua_dialoginfo/doc/pua_dialoginfo_admin.xml
@@ -416,7 +416,51 @@ modparam("pua_dialoginfo", "pubruri_callee_avp", "$avp(s:puburis_callee)")
</programlisting>
</example>
</section>
+
+ <section id="pua_dialoginfo.p.pubruri_caller_dlg_var">
+ <title><varname>pubruri_caller_dlg_var</varname> (str)</title>
+ <para>
+ Must be set to the name of dialog variable where to store
+ the URI for caller, used to send the notifications. This is needed
+ to restored the value after &kamailio; restart. If not set, loaded
+ dialogs at restart are no longer sending notifications. New dialogs
+ are working fine.
+ </para>
+ <para>
+ <emphasis>Default value is <quote>NULL</quote>.</emphasis>
+ </para>
+ <example>
+ <title>Set <varname>pubruri_caller_avp</varname> parameter</title>
+ <programlisting format="linespecific">
+...
+modparam("pua_dialoginfo", "pubruri_caller_dlg_var", "pubruri_caller")
+...
+</programlisting>
+ </example>
+ </section>
+ <section id="pua_dialoginfo.p.pubruri_callee_dlg_var">
+ <title><varname>pubruri_callee_dlg_var</varname> (int)</title>
+ <para>
+ Must be set to the name of dialog variable where to store
+ the URI for callee, used to send the notifications. This is needed
+ to restored the value after &kamailio; restart. If not set, loaded
+ dialogs at restart are no longer sending notifications. New dialogs
+ are working fine.
+ </para>
+ <para>
+ <emphasis>Default value is <quote>NULL</quote>.</emphasis>
+ </para>
+ <example>
+ <title>Set <varname>pubruri_callee_dlg_var</varname> parameter</title>
+ <programlisting format="linespecific">
+...
+modparam("pua_dialoginfo", "pubruri_callee_dlg_var", "pubruri_callee")
+...
+</programlisting>
+ </example>
+ </section>
+
</section>
<section>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#503 - FreeBSD + mariadb make fail
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=503
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#503 - FreeBSD + mariadb make fail
User who did this - Daniel-Constantin Mierla (miconda)
----------
Your patch is going to break compilation when the mysql_config returns only one path (the first one), I pushed a patch to master branch in order to detect if there are many paths returned and attempt fix them individually. it will backported soon. If still doesn't work for you, re-open the issue on github.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=503#comment1744
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.