Skip to content

Commit

Permalink
pua_dialoginfo: README regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 29, 2014
1 parent 240bf9d commit bc7c864
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions modules/pua_dialoginfo/README
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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

0 comments on commit bc7c864

Please sign in to comment.