Module: sip-router
Branch: 3.1
Commit: fb04c55464adb63325ca1772f868e6b80c5c95ca
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fb04c55…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Jan 3 12:41:20 2011 +0100
doc: add small note about SCTP compile time deps to INSTALL file, reported from Juha
(cherry picked from commit d4d6d3c0270a5892fae87650adc7600a40e25c0e)
---
INSTALL | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/INSTALL b/INSTALL
index 85b568f..e631567 100644
--- a/INSTALL
+++ b/INSTALL
@@ -126,6 +126,7 @@ Requirements:
module
- libpcre libs and devel headers - if you want to compile the lcr and dialplan
modules
+- libsctp devel headers - if you want to compile the SCTP transport in the core
OS Notes:
Revision: 6054
http://openser.svn.sourceforge.net/openser/?rev=6054&view=rev
Author: timoreimann
Date: 2011-03-11 18:18:26 +0000 (Fri, 11 Mar 2011)
Log Message:
-----------
modules/dialog: Refer to external match mode variable instead of using
local copy.
- Fixes a bug that would render w_dlg_manage()'s
backup-override-and-restore logic of the seq_match_mode variable
for the call to dlg_onroute() useless as the units dialog.c and
dlg_handlers.c maintained individual variables each.
Backport from git commit b2426b0c2008809f984073e37a270dcab9a7d8c5
Modified Paths:
--------------
branches/1.5/modules/dialog/dialog.c
branches/1.5/modules/dialog/dlg_handlers.c
branches/1.5/modules/dialog/dlg_handlers.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.