Changeset 356:905caaa60269 in verona
- Timestamp:
- Oct 26, 2011 3:37:49 PM (19 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
phapi/phapi.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
phapi/phapi.c
r354 r356 1577 1577 } 1578 1578 1579 ca0->user_mflags = streams ;1579 ca0->user_mflags = streams | (vl->mobility & PH_NOEARLY_MEDIA); 1580 1580 ca0->nego_mflags = streams; 1581 1581 … … 5791 5791 char *from = 0, *to = 0; 5792 5792 const int mflags = -1 & ~(PH_STREAM_MCSEND|PH_STREAM_MCRECV); 5793 char *sdp ;5793 char *sdp = 0; 5794 5794 5795 5795 DBG_SIP_NEGO("SIP NEGO: ph_call_ringing\n"); … … 5805 5805 info.remoteSdp = sdp = ph_req_get_body(je->response); 5806 5806 5807 if ( sdp)5807 if (!(ca->user_mflags & PH_NOEARLY_MEDIA) && 0 != sdp) 5808 5808 { 5809 5809 if (ca->remote_sdp) { … … 5853 5853 ph_refer_notify(rca->rdid, 180, "Ringing", 0); 5854 5854 } 5855 5856 if (sdp) 5857 osip_free(sdp); 5855 5858 5856 5859 if (to)
Note: See TracChangeset
for help on using the changeset viewer.
