Ignore:
Timestamp:
Aug 4, 2008 3:01:38 PM (16 years ago)
Author:
nanang
Message:

Ticket #563: Updated SDP offer/answer related to call hold scenario to conform to RFC 3264 section 8.4 (before: 'a=inactive' and 'c=0.0.0.0', now: 'a=sendonly' and muted ports).

File:
1 edited

Legend:

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

    r2162 r2191  
    6161    pjsua_acc_id         acc_id;    /**< Account index being used.          */ 
    6262    int                  secure_level;/**< Signaling security level.        */ 
     63    pj_bool_t            local_hold;/**< Flag for call-hold by local.       */ 
    6364    pjsua_call_media_status media_st;/**< Media state.                      */ 
    6465    pjmedia_dir          media_dir; /**< Media direction.                   */ 
Note: See TracChangeset for help on using the changeset viewer.