Ignore:
Timestamp:
Jul 10, 2006 2:40:21 PM (18 years ago)
Author:
bennylp
Message:

Fixed bug in PJSUA API re: account selection and Contact header for accounts

File:
1 edited

Legend:

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

    r563 r597  
    8181    int              index;         /**< Index in accounts array.       */ 
    8282    pj_str_t         user_part;     /**< User part of local URI.        */ 
    83     pj_str_t         host_part;     /**< Host part of local URI.        */ 
    8483    pj_str_t         real_contact;  /**< Real contact address.          */ 
     84 
     85    pj_str_t         srv_domain;    /**< Host part of reg server.       */ 
     86    int              srv_port;      /**< Port number of reg server.     */ 
    8587 
    8688    pjsip_regc      *regc;          /**< Client registration session.   */ 
Note: See TracChangeset for help on using the changeset viewer.