Changes between Initial Version and Version 1 of Ticket #1047


Ignore:
Timestamp:
Jun 3, 2010 5:36:28 AM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1047

    • Property Component changed from pjsua-lib to pjsip
  • Ticket #1047 – Description

    initial v1  
     1Currently we have two situations that cause UPDATE to be sent regardless whether remote supports it or not: 
     2 
     3 1. After ICE negotiation, if we are caller and the default addresses have changed. 
     4 1. On session timer refresh 
     5 
     6These would cause error that may lead to call disconnection if remote doesn't support UPDATE (for example, when UPDATE request times out). 
     7 
     8With #1089, now we know if remote supports UPDATE or not, we shouldn't send it if remote doesn't support it.