Changes between Initial Version and Version 1 of Ticket #1077
- Timestamp:
- Jun 4, 2010 8:04:36 AM (14 years ago)
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. 1 If TURN Refresh request fails, TURN connection (the TURN socket) will be destroyed. 2 3 The ICE stream transport should retry to reconnect and reallocate on this event. 4 5 And if the reconnection attempt fails, it should notify the application. This would allow application to do something about the event.