Module: sems Branch: master Commit: 1052e9e632ebc5b944b274686cb1436627599db0 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=1052e9e632ebc5b944b274686cb1436627599db0
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/AmSipHeaders.h | 3 + core/AmUAC.cpp | 18 ++-- core/AmUAC.h | 18 ++-- 11 files changed, 160 insertions(+), 112 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=1052e9e632ebc5b944b274686cb1436627599db0 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
