revert my hack now that it appears fixed

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7740 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-02-26 17:37:32 +00:00
parent 12e6347fd1
commit 8d4f23c7bc
1 changed files with 1 additions and 1 deletions

View File

@ -1174,7 +1174,7 @@ static int offer_answer_step(soa_session_t *ss,
*local0 = *local, local = local0;
SU_DEBUG_7(("soa_static(%p, %s): %s\n", (void *)ss, by,
"upgrade with remote description"));
soa_sdp_upgrade(ss, tmphome, local, user, NULL, &u2s, &s2u);
soa_sdp_upgrade(ss, tmphome, local, user, remote, &u2s, &s2u);
}
break;
case process_answer: