#337 closed enhancement (fixed)
Ability to restart PJSIP UDP transport
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.8.0 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Some applications want to be able to:
- temporarily shutdown the transport (and the underlying socket), for example when network connectivity is lost
- restart the transport, for example when the underlying socket is in "bad" state
- just change the IP address of the transport, for example when the STUN mapped address has changed.
Add support to cover the above use cases.
Change History (3)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from Ability to restart PJSIP transport to Ability to restart PJSIP UDP transport
comment:2 Changed 17 years ago by bennylp
In r1386:
- Fixed memory and possibly handle leak when UDP transport is restarted
comment:3 Changed 17 years ago by bennylp
Note: See
TracTickets for help on using
tickets.
Committed in r1382: