Module: kamailio Branch: master Commit: 2625ab3ccdafd8d474018516e6aa36ce48989db3 URL: https://github.com/kamailio/kamailio/commit/2625ab3ccdafd8d474018516e6aa36ce...
Author: Stefan Mititelu stefan.mititelu@1and1.ro Committer: Stefan Mititelu stefan.mititelu@1and1.ro Date: 2015-11-05T17:09:53+02:00
rtpengine: hash table to keep the selected nodes
Shared memory hash table with global hashtable lock. Add state maintaining the selected rtp node, for a given callid. Hashtable entry expiration time configurable using hash_entry_tout modparam. The actual deletion happens on the fly while insert/remove/lookup are called. Updated doku.
---
Added: modules/rtpengine/rtpengine_hash.c Added: modules/rtpengine/rtpengine_hash.h Modified: modules/rtpengine/doc/rtpengine_admin.xml Modified: modules/rtpengine/rtpengine.c
---
Diff: https://github.com/kamailio/kamailio/commit/2625ab3ccdafd8d474018516e6aa36ce... Patch: https://github.com/kamailio/kamailio/commit/2625ab3ccdafd8d474018516e6aa36ce...