Ignore:
Timestamp:
Aug 21, 2013 9:32:24 AM (11 years ago)
Author:
ming
Message:

Re #817: Fix replying to re-INVITE after it was cancelled (thanks to Saúl Ibarra Corretgé for the patch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_inv.h

    r4562 r4583  
    172172     * #pjsip_inv_set_sdp_answer() and the re-INVITE will be answered 
    173173     * automatically. 
     174     * 
     175     * Remarks: Application may need to monitor on_tsx_state_changed() 
     176     * callback to check whether the re-INVITE is already answered 
     177     * automatically with 487 due to being cancelled. 
    174178     * 
    175179     * @param inv       The invite session. 
Note: See TracChangeset for help on using the changeset viewer.