Ignore:
Timestamp:
Feb 21, 2006 11:47:00 PM (18 years ago)
Author:
bennylp
Message:

Implemented major feature: call hold and transfer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_dialog.h

    r196 r212  
    4242{ 
    4343    pjsip_fromto_hdr    *info;      /**< From/To header, inc tag.       */ 
     44    pj_str_t             info_str;  /**< String rep of info header.     */ 
    4445    pj_uint32_t          tag_hval;  /**< Hashed value of the tag.       */ 
    4546    pjsip_contact_hdr   *contact;   /**< Contact header.                */ 
     
    7778 
    7879    /* Dialog's session properties. */ 
    79     enum pjsip_dialog_state     state;      /**< Dialog state.                      */ 
     80    pjsip_dialog_state  state;      /**< Dialog state.                      */ 
    8081    pjsip_uri          *target;     /**< Current target.                    */ 
     82    pjsip_hdr           inv_hdr;    /**< Headers from hparam in dest URL    */ 
    8183    pjsip_dlg_party     local;      /**< Local party info.                  */ 
    8284    pjsip_dlg_party     remote;     /**< Remote party info.                 */ 
Note: See TracChangeset for help on using the changeset viewer.