Ignore:
Timestamp:
Dec 6, 2016 11:23:39 AM (7 years ago)
Author:
ming
Message:

Fixed #1983: Add option to update call Via address

File:
1 edited

Legend:

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

    r5490 r5493  
    42984298     * reverted. 
    42994299     */ 
    4300     PJSUA_CALL_REINIT_MEDIA = 16 
     4300    PJSUA_CALL_REINIT_MEDIA = 16, 
     4301     
     4302    /** 
     4303     * Update the local invite session's Via with the via address from 
     4304     * the account. This flag is only valid for #pjsua_call_set_hold2(), 
     4305     * #pjsua_call_reinvite() and #pjsua_call_update(). Similar to 
     4306     * the flag PJSUA_CALL_UPDATE_CONTACT above, this flag is useful 
     4307     * in IP address change situation, after the local account's Via has 
     4308     * been updated (typically with re-registration). 
     4309     */ 
     4310    PJSUA_CALL_UPDATE_VIA = 32 
    43014311 
    43024312} pjsua_call_flag; 
Note: See TracChangeset for help on using the changeset viewer.