Ignore:
Timestamp:
Nov 27, 2008 12:06:46 AM (15 years ago)
Author:
bennylp
Message:

Ticket #10: handle redirection response in the invite session

File:
1 edited

Legend:

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

    r2039 r2370  
    3030#include <pjsip/sip_errno.h> 
    3131#include <pjsip/sip_transport.h> 
     32#include <pjsip/sip_util.h> 
    3233#include <pj/sock.h> 
    3334#include <pj/assert.h> 
     
    122123    pjsip_dialog_state  state;      /**< Dialog state.                      */ 
    123124    pjsip_uri          *target;     /**< Current target.                    */ 
     125    pjsip_target_set    target_set; /**< Target set, for UAC only.          */ 
    124126    pjsip_hdr           inv_hdr;    /**< Headers from hparam in dest URL    */ 
    125127    pjsip_dlg_party     local;      /**< Local party info.                  */ 
Note: See TracChangeset for help on using the changeset viewer.