Module: sems Branch: rco/offer_answer Commit: 754ae19e17f75a62b56eb028f4ab4bdadf79ed5c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=754ae19e17f75a62b56eb028f4ab4bdadf79ed5c
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed May 18 10:53:24 2011 +0200 unnecessary since status is set in onTxRequest(). --- core/AmSipDialog.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 387b5e4..ce6ba1d 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -1192,7 +1192,6 @@ int AmSipDialog::invite(const string& hdrs, { if(status == Disconnected) { int res = sendRequest("INVITE", content_type, body, hdrs); - status = Trying; return res; } else { _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
