Opened 13 years ago
Closed 13 years ago
#1495 closed defect (fixed)
UDP keep-alive is still running even after account is deleted. It cannot be updated with pjsua_acc_modify() either.
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjsua-lib | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The UDP keep-alive on the account is still running even after the account is deleted with pjsua_acc_del(). Updating the ka_interval with pjsua_acc_modify() also has no effect on the keep-alive.
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by bennylp
- Summary changed from UDP keep-alive is not cleared up when account is deleted nor it can be updated with pjsua_acc_modify() to UDP keep-alive is still running even after account is deleted. It cannot be updated with pjsua_acc_modify() either.
comment:2 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4095]) Fixed #1495: UDP keep-alive is still running even after account is deleted. It cannot be updated with pjsua_acc_modify() either