Opened 12 years ago

Closed 12 years ago

#1555 closed defect (fixed)

Bug with via_rewrite feature when the account gets deleted (thanks to Regis Montoya for the report)

Reported by: ming Owned by: bennylp
Priority: normal Milestone: release-2.1
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

If allow_via_rewrite option is enabled and the account is deleted with
pjsua_acc_del(), the unregistration will send a via address with weird
characters or without address at all.

This is because the account's via address is already deleted while the
unregistration process is not finished yet.

Change History (1)

comment:1 Changed 12 years ago by ming

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

In 4206:

Fixed #1555 : Bug with via_rewrite feature when the account gets deleted

Note: See TracTickets for help on using tickets.