Ignore:
Timestamp:
Sep 30, 2007 4:50:27 PM (17 years ago)
Author:
bennylp
Message:

Ticket #385: Support for reliable provisional response (100rel, PRACK)

File:
1 edited

Legend:

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

    r1454 r1463  
    961961    pj_str_t        stun_relay_host; 
    962962 
     963    /** 
     964     * Specify whether support for reliable provisional response (100rel and 
     965     * PRACK) should be required by default. Note that this setting can be 
     966     * further customized in account configuration (#pjsua_acc_config). 
     967     * 
     968     * Default: PJ_FALSE 
     969     */ 
     970    pj_bool_t       require_100rel; 
     971 
    963972    /**  
    964973     * Number of credentials in the credential array. 
     
    17821791     */ 
    17831792    pj_str_t        force_contact; 
     1793 
     1794    /** 
     1795     * Specify whether support for reliable provisional response (100rel and 
     1796     * PRACK) should be required for all sessions of this account. 
     1797     * 
     1798     * Default: PJ_FALSE 
     1799     */ 
     1800    pj_bool_t       require_100rel; 
    17841801 
    17851802    /** 
Note: See TracChangeset for help on using the changeset viewer.