Changes between Initial Version and Version 1 of Ticket #1149


Ignore:
Timestamp:
Oct 20, 2010 5:29:07 AM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1149 – Description

    initial v1  
    66 1. '''<-- 200/OK''' to INVITE 
    77 1. '''--> ACK''' 
    8  1. '''--> UPDATE''' --> this will crash 
     8 1. '''--> UPDATE''' or '''re-INVITE''' --> this will crash 
    99 
    10 The UPDATE is sent to instruct callee to use only one particular codec. This feature was implemented in #476. 
     10The first UPDATE is sent to instruct callee to use only one particular codec. This feature was implemented in #476. The second UPDATE is to hold the call. 
    1111 
    1212PJSIP crashes on the last step above when it tries to build SDP to be sent to remote host. This is because the SDP in it's cache is corrupted, presumably because it was built with the wrong flip-flop pool.