Opened 18 years ago
Closed 18 years ago
#35 closed defect (invalid)
Unregistration unregisteres ALL Contacts
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10 |
Component: | pjsip | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently the unregistration function in PJSIP client registration (pjsip_regc_unregister()) sends REGISTER with Expires=0 for all contacts including those that are registered by other endpoints (because Contact header is set to "*"). This is not the correct behavior since it prevents more than one AOR to be registered.
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is duplicate of ticket #36.