Skip to content

Commit

Permalink
modules: readme files regenerated - pua_dialoginfo ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Mar 31, 2021
1 parent 499d1fc commit 3b339e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/modules/pua_dialoginfo/README
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Frederic Gaisnon
5.16. caller_entity_when_publish_disabled (int)
5.17. callee_entity_when_publish_disabled (int)
5.18. publish_dialog_req_within (int)
5.19. attribute_display (int)

6. Functions

Expand All @@ -85,6 +86,7 @@ Frederic Gaisnon
1.16. Set caller_entity_when_publish_disabled parameter
1.17. Set callee_entity_when_publish_disabled parameter
1.18. Set publish_dialog_req_within parameter
1.19. Set attribute_display parameter

Chapter 1. Admin Guide

Expand Down Expand Up @@ -118,6 +120,7 @@ Chapter 1. Admin Guide
5.16. caller_entity_when_publish_disabled (int)
5.17. callee_entity_when_publish_disabled (int)
5.18. publish_dialog_req_within (int)
5.19. attribute_display (int)

6. Functions

Expand Down Expand Up @@ -304,6 +307,7 @@ Chapter 1. Admin Guide
5.16. caller_entity_when_publish_disabled (int)
5.17. callee_entity_when_publish_disabled (int)
5.18. publish_dialog_req_within (int)
5.19. attribute_display (int)

5.1. include_callid (int)

Expand Down Expand Up @@ -554,4 +558,16 @@ blish.disabled.com")
modparam("pua_dialoginfo", "publish_dialog_req_within", 0)
...

5.19. attribute_display (int)

If set to 1, the display name attribute is added with user part of the
URI for local and remote targets.

Default value is “0”.

Example 1.19. Set attribute_display parameter
...
modparam("pua_dialoginfo", "attribute_display", 1)
...

6. Functions

0 comments on commit 3b339e1

Please sign in to comment.