summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-22 22:31:21 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-22 22:31:21 +0000
commit084ee2728e8ee98944c9b8525704d5937aafa3b3 (patch)
tree65ec8faea62d964e249cfc818687fbc953ac459d
parent292c49a683b162d38464dfcca459922bc981da71 (diff)
Put back stricker SDP negotiation rule
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@221 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjmedia/src/pjmedia/sdp_neg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjmedia/src/pjmedia/sdp_neg.c b/pjmedia/src/pjmedia/sdp_neg.c
index 91eeec10..93dc672d 100644
--- a/pjmedia/src/pjmedia/sdp_neg.c
+++ b/pjmedia/src/pjmedia/sdp_neg.c
@@ -700,7 +700,7 @@ static pj_bool_t match_offer(pj_pool_t *pool,
}
/* See if all types of offer can be matched. */
-#if 0
+#if 1
if ((offer_has_codec && !found_matching_codec) ||
(offer_has_telephone_event && !found_matching_telephone_event) ||
(offer_has_other && !found_matching_other))