Module: kamailio Branch: master Commit: bb24683ba00dac15428ed4c1a6f2f9f2e8f60106 URL: https://github.com/kamailio/kamailio/commit/bb24683ba00dac15428ed4c1a6f2f9f2...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-04-04T15:49:43+02:00
htable: more details about kemi callback function parameter
---
Modified: src/modules/htable/doc/htable_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/bb24683ba00dac15428ed4c1a6f2f9f2... Patch: https://github.com/kamailio/kamailio/commit/bb24683ba00dac15428ed4c1a6f2f9f2...
---
diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml index f7d98ce..8c99ed8 100644 --- a/src/modules/htable/doc/htable_admin.xml +++ b/src/modules/htable/doc/htable_admin.xml @@ -677,8 +677,12 @@ modparam("htable", "timer_procs", 4) <para> The name of the function in the kemi configuration file (embedded scripting language such as Lua, Python, ...) to be executed instead - of event_route[...] blocks. The function receives a string parameter - with the name of the event. + of event_route[...] blocks. + </para> + <para> + The function receives a string parameter with the name of the event, + the values can be: 'htable:mod-init', 'htable:expired:htname' + ('htname' being the name of hash table). </para> <para> <emphasis>