Opened 13 years ago
Closed 13 years ago
#1398 closed defect (fixed)
TURN initialization failure scenario
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-beta |
Component: | pjsua-lib | Version: | trunk |
Keywords: | sipit29 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description
When TURN is configured with bad server name, couple of error scenarios will occur. For example, configure pjsua with the following:
--use-ice --use-turn --turn-srv turn.baddomain.com
Scenario 1:
Crash will occur with the above config.
Scenario 2:
if nameserver is configured (i.e add --nameserver cmdline option containing your local router IP address), the crash will not happen, but the application is not notified that the call has failed (i.e on_call_state() callback is not called).
Change History (1)
comment:1 Changed 13 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3849]) Fixed #1398: TURN initialization failure scenario