Ignore:
Timestamp:
Jun 21, 2013 7:47:41 AM (11 years ago)
Author:
ming
Message:

Re #1682: Use account specific variable to keep track of the next rtp port to use.

File:
1 edited

Legend:

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

    r4342 r4542  
    264264    pjsip_evsub     *mwi_sub;       /**< MWI client subscription        */ 
    265265    pjsip_dialog    *mwi_dlg;       /**< Dialog for MWI sub.            */ 
     266 
     267    pj_uint16_t      next_rtp_port; /**< Next RTP port to be used.      */ 
    266268} pjsua_acc; 
    267269 
Note: See TracChangeset for help on using the changeset viewer.