Changeset 3397


Ignore:
Timestamp:
Dec 15, 2010 8:11:28 AM (13 years ago)
Author:
bennylp
Message:

Fixed #1190: Remote dialog info is not updated if 100 (Trying) response contains To tag parameter (thanks Marcus Froeschl for the report)

File:
1 edited

Legend:

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

    r3200 r3397  
    17741774        (dlg->role==PJSIP_ROLE_UAC && 
    17751775         !dlg->uac_has_2xx && 
     1776         res_code > 100 && 
    17761777         res_code/100 <= 2 && 
    17771778         pjsip_method_creates_dialog(&rdata->msg_info.cseq->method) && 
Note: See TracChangeset for help on using the changeset viewer.