Changes between Initial Version and Version 1 of Ticket #1077


Ignore:
Timestamp:
Jun 4, 2010 8:04:36 AM (14 years ago)
Author:
bennylp
Comment:

Updated the spec to automatically reconnect/reallocate TURN connection upon Refresh failure.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1077

    • Property Summary changed from Callback to notify application when TURN refresh fails (thanks Jan Boquist for the suggestion) to Automatically reallocate TURN connection upon Refresh request failure, and notify the application if the allocation retry also fails (thanks Jan Boquist for the suggestion)
  • Ticket #1077 – Description

    initial v1  
    1 Implement a new callback or new event inside existing ICE callback to notify PJSUA-LIB application when TURN refresh request fails. This would allow application to do something about the event. 
     1If TURN Refresh request fails, TURN connection (the TURN socket) will be destroyed.  
     2 
     3The ICE stream transport should retry to reconnect and reallocate on this event. 
     4 
     5And if the reconnection attempt fails, it should notify the application. This would allow application to do something about the event.