Opened 12 years ago

Closed 12 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)

ka_demo.diff (2.1 KB) - added by bennylp 12 years ago.
Patch to pjsua_app.c to demonstrate the problem

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 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 12 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

(In [4095]) Fixed #1495: UDP keep-alive is still running even after account is deleted. It cannot be updated with pjsua_acc_modify() either

Changed 12 years ago by bennylp

Patch to pjsua_app.c to demonstrate the problem

Note: See TracTickets for help on using tickets.