Module: sip-router Branch: master Commit: 17d1934cebd1c96c7f3689be33ccae2a981f6b2c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17d1934c...
Author: Alex Balashov abalashov@evaristesys.com Committer: Alex Balashov abalashov@evaristesys.com Date: Mon Nov 26 08:17:18 2012 -0500
dialog(k): Added dlg_set_timeout_by_profile() route script function.
This function allows the same dialog timeout to be set across all the dialogs in a profile (with or without values).
The intended use-case is to allow the user to conditionally end or expire from tracking a user's/caller's/account's calls.
---
modules_k/dialog/README | 240 ++++++++++++++++++--------------- modules_k/dialog/dialog.c | 46 ++++++- modules_k/dialog/dlg_hash.c | 21 +++ modules_k/dialog/dlg_hash.h | 6 + modules_k/dialog/dlg_profile.c | 70 ++++++++++- modules_k/dialog/dlg_profile.h | 6 + modules_k/dialog/doc/dialog_admin.xml | 38 +++++ 7 files changed, 312 insertions(+), 115 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=17d1...