Ignore:
Timestamp:
Feb 19, 2014 4:11:43 AM (10 years ago)
Author:
bennylp
Message:

Fixed #1738: Infinite loop when re-INVITE is received while adding new media

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h

    r4592 r4750  
    636636pj_status_t pjsua_media_channel_deinit(pjsua_call_id call_id); 
    637637 
     638/* 
     639 * Error message when media operation is requested while another is in progress 
     640 */ 
     641#define ERR_MEDIA_CHANGING  " because another media operation is in progress" 
     642 
     643pj_bool_t   pjsua_call_media_is_changing(pjsua_call *call); 
    638644pj_status_t pjsua_call_media_init(pjsua_call_media *call_med, 
    639645                                  pjmedia_type type, 
Note: See TracChangeset for help on using the changeset viewer.