Module: sems Branch: 1.4 Commit: 7545eb11f040923bde9eff55f8ff697c1dc3e525 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7545eb11f040923bde9eff55f8ff697c1dc3e525
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Thu Mar 24 20:11:24 2011 +0100 b/f: several minor bugs in session creation. - the session pointer should not be touched after the session has been started (could be immediately destroyed). - return 481 on CANCEL if the transaction cannot be found. - reply properly with 482 if the UAS dialog already exists. --- apps/dsm/mods/mod_dlg/ModDlg.cpp | 16 ++-- apps/examples/call_gen/CallGen.cpp | 2 +- apps/examples/di_dialer/DIDial.cpp | 24 +++--- apps/ivr/IvrUAC.cpp | 1 - apps/webconference/WebConference.cpp | 13 ++-- core/AmSessionContainer.cpp | 135 ++++++++++++++++++++-------------- core/AmSessionContainer.h | 22 ++++-- core/AmSipDialog.cpp | 20 ++++- core/AmSipDispatcher.cpp | 23 +++--- core/AmSipHeaders.h | 3 + core/AmUAC.cpp | 18 ++-- core/AmUAC.h | 18 ++-- 12 files changed, 173 insertions(+), 122 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=7545eb11f040923bde9eff55f8ff697c1dc3e525 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
