Ignore:
Timestamp:
Oct 10, 2014 10:33:23 AM (10 years ago)
Author:
nanang
Message:

Fixed #1796: Avoid infinite registration loop caused by contact rewrite.

File:
1 edited

Legend:

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

    r4750 r4944  
    220220                                         It may be different than acc 
    221221                                         contact if outbound is used    */ 
     222    pj_bool_t        contact_rewritten; 
     223                                    /**< Contact rewrite has been done? */ 
    222224    pjsip_host_port  via_addr;      /**< Address for Via header         */ 
    223225    pjsip_transport *via_tp;        /**< Transport associated with 
Note: See TracChangeset for help on using the changeset viewer.