Module: sip-router
Branch: master
Commit: 48c3a21a059a5307d64ff34bd5d34cf4c7677c3b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48c3a21…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Oct 1 18:13:43 2010 +0200
dialog: store name of time-out route
- upon restart, if new routes where added or the order was changed,
there was a chance that the index of the route was different
- no store the string name of route and resolve it again at startup
---
modules_k/dialog/dialog.c | 4 ++--
modules_k/dialog/dlg_db_handler.c | 28 +++++++++++++++++++---------
modules_k/dialog/dlg_db_handler.h | 4 ++--
modules_k/dialog/dlg_handlers.c | 4 +++-
modules_k/dialog/dlg_hash.c | 26 ++++++++++++++++++++++++++
modules_k/dialog/dlg_hash.h | 9 +++++++++
modules_k/dialog/dlg_var.c | 7 +++++--
modules_k/dialog/dlg_var.h | 2 ++
8 files changed, 68 insertions(+), 16 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=48c…