Skip to content

Commit

Permalink
modules: readme files regenerated - dialog ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Apr 4, 2018
1 parent f7ed7d2 commit b274755
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/modules/dialog/README
Expand Up @@ -127,6 +127,7 @@ Olle E. Johansson
7.16. dlg_set_property(attr)
7.17. dlg_remote_profile(cmd, profile, value, uid, expires)
7.18. dlg_set_ruri()
7.19. dlg_db_load_callid(cival)

8. Statistics

Expand Down Expand Up @@ -251,6 +252,7 @@ Olle E. Johansson
1.74. dlg_set_property usage
1.75. dlg_remote_profile usage
1.76. dlg_set_ruri() usage
1.77. dlg_db_load_callid() usage

Chapter 1. Admin Guide

Expand Down Expand Up @@ -346,6 +348,7 @@ Chapter 1. Admin Guide
7.16. dlg_set_property(attr)
7.17. dlg_remote_profile(cmd, profile, value, uid, expires)
7.18. dlg_set_ruri()
7.19. dlg_db_load_callid(cival)

8. Statistics

Expand Down Expand Up @@ -1342,6 +1345,7 @@ end
7.16. dlg_set_property(attr)
7.17. dlg_remote_profile(cmd, profile, value, uid, expires)
7.18. dlg_set_ruri()
7.19. dlg_db_load_callid(cival)

7.1. set_dlg_profile(profile,[value])

Expand Down Expand Up @@ -1727,6 +1731,25 @@ if(has_totag() and is_present_hf("Route") and uri==myself ) {
}
...

7.19. dlg_db_load_callid(cival)

Load dialog record from database matching on Call-Id provided as
parameter.

This function can be used from ANY_ROUTE.

Example 1.77. dlg_db_load_callid() usage
...
if(has_totag()) {
if(!is_known_dlg()) {
dlg_db_load_callid("$ci");
if(!is_known_dlg()) {
xlog("no dialog found with callid: $ci\n");
}
}
}
...

8. Statistics

8.1. active_dialogs
Expand Down

0 comments on commit b274755

Please sign in to comment.