Don't assert when we get 2 copies of the same invite, just ignore it and do nua_client_return(cr, 900, "INVITE already in progress", msg)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4231 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-02-13 16:01:19 +00:00
parent a62d9fd951
commit 0dabc669b9
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
Mon Feb 12 11:02:32 EST 2007
Tue Feb 13 11:08:00 EST 2007

View File

@ -1831,7 +1831,6 @@ int nua_client_bind(nua_client_request_t *cr, nua_dialog_usage_t *du)
}
if (du->du_cr && cr != du->du_cr) {
assert(!nua_client_is_queued(du->du_cr));
if (nua_client_is_queued(du->du_cr))
return -1;
if (nua_client_is_reporting(du->du_cr)) {