Ignore:
Timestamp:
Oct 1, 2010 2:03:42 AM (14 years ago)
Author:
bennylp
Message:

Closed #1142 (Account based configuration to specify if "c=0.0.0.0" method should be used when putting call on hold):

  • use PJSUA_CALL_HOLD_TYPE_DEFAULT to specify default global call hold type
  • use pjsua_acc_config.call_hold_type to specify call hold type for the account
  • call hold type can also be set on per call basis by changing the call_hold_type in the call structure (requires inclusion of <pjsua-lib/pjsua_internal.h>
File:
1 edited

Legend:

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

    r3216 r3330  
    6262    pjsua_acc_id         acc_id;    /**< Account index being used.          */ 
    6363    int                  secure_level;/**< Signaling security level.        */ 
     64    pjsua_call_hold_type call_hold_type; /**< How to do call hold.          */ 
    6465    pj_bool_t            local_hold;/**< Flag for call-hold by local.       */ 
    6566    pjsua_call_media_status media_st;/**< Media state.                      */ 
Note: See TracChangeset for help on using the changeset viewer.