Module: kamailio Branch: master Commit: 0e11b4e8f3b1380043034ea9e66f7643e4623960 URL: https://github.com/kamailio/kamailio/commit/0e11b4e8f3b1380043034ea9e66f7643e4623960
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2023-08-15T15:01:14+02:00 modules: readme files regenerated - htable ... [skip ci] --- Modified: src/modules/htable/README --- Diff: https://github.com/kamailio/kamailio/commit/0e11b4e8f3b1380043034ea9e66f7643e4623960.diff Patch: https://github.com/kamailio/kamailio/commit/0e11b4e8f3b1380043034ea9e66f7643e4623960.patch --- diff --git a/src/modules/htable/README b/src/modules/htable/README index 0252b62e030..9b205fc6825 100644 --- a/src/modules/htable/README +++ b/src/modules/htable/README @@ -93,6 +93,7 @@ Ovidiu Sas 6.11. htable.flush htable 6.12. htable.listTables 6.13. htable.stats + 6.14. htable.dmqsync 7. Event routes @@ -212,6 +213,7 @@ Chapter 1. Admin Guide 6.11. htable.flush htable 6.12. htable.listTables 6.13. htable.stats + 6.14. htable.dmqsync 7. Event routes @@ -1123,6 +1125,7 @@ if(sht_match_str_value("ha", "eq", "alice")) { 6.11. htable.flush htable 6.12. htable.listTables 6.13. htable.stats + 6.14. htable.dmqsync 6.1. htable.get htable key @@ -1368,6 +1371,17 @@ kamcmd htable.listTables kamcmd htable.stats ... +6.14. htable.dmqsync + + Perform a MdQ sync action. + + Name: htable.dmqsync + + Example: +... +kamcmd htable.dmqsync +... + 7. Event routes 7.1. htable:mod-init _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to [email protected]
