Changeset 416


Ignore:
Timestamp:
Apr 28, 2006 2:46:57 PM (18 years ago)
Author:
bennylp
Message:

Fixed compatibility problem (missing From tag) with RFC 2543 compliant UAs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c

    r315 r416  
    288288 
    289289    /* For UAS dialog, remote tag (inc hash) must have been initialized. */ 
    290     PJ_ASSERT_RETURN(dlg->role==PJSIP_ROLE_UAC || 
    291                      (dlg->role==PJSIP_ROLE_UAS && dlg->remote.info->tag.slen 
    292                       && dlg->remote.tag_hval != 0), PJ_EBUG); 
     290    //PJ_ASSERT_RETURN(dlg->role==PJSIP_ROLE_UAC || 
     291    //               (dlg->role==PJSIP_ROLE_UAS && dlg->remote.info->tag.slen 
     292    //                && dlg->remote.tag_hval != 0), PJ_EBUG); 
    293293 
    294294    /* Lock the user agent. */ 
     
    512512 
    513513    /* Dialog set has been found. 
    514      * Find the dialog in the dialog set based on the content of the From tag. 
     514     * Find the dialog in the dialog set based on the content of the remote  
     515     * tag. 
    515516     */ 
    516517    from_tag = &rdata->msg_info.from->tag; 
Note: See TracChangeset for help on using the changeset viewer.