Changeset 3383 for pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
- Timestamp:
- Dec 2, 2010 10:41:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r3381 r3383 1744 1744 1745 1745 /* Inform application about remote offer. */ 1746 1747 1746 if (mod_inv.cb.on_rx_offer && inv->notify) { 1748 1747 1749 1748 (*mod_inv.cb.on_rx_offer)(inv, sdp_info->sdp); 1750 1749 1750 } 1751 1752 /* application must have supplied an answer at this point. */ 1753 if (pjmedia_sdp_neg_get_state(inv->neg) != 1754 PJMEDIA_SDP_NEG_STATE_WAIT_NEGO) 1755 { 1756 return PJ_EINVALIDOP; 1751 1757 } 1752 1758
Note: See TracChangeset
for help on using the changeset viewer.