Opened 14 years ago

Last modified 14 years ago

#1082 new defect

Plain SIP URI is used in Contact header with SIPS destination

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: Known-Issues-and-Ideas
Component: pjsua-lib Version: trunk
Keywords: sipit26 Cc:
Backport to 1.x milestone: Backported:

Description

When the destination is SIPS, we should also put SIPS URI in our Contact header.

Change History (2)

comment:1 Changed 14 years ago by bennylp

  • Keywords sipit26 added

comment:2 Changed 14 years ago by bennylp

  • Milestone changed from release-1.7 to Known-Issues-and-Ideas

This is because account contact is calculated once and used for all outgoing requests. It looks like this mechanism has several problems:

  • if different transport is used for a request, the same contact URI is still used
  • if the transport is destroyed (e.g. TCP connection is closed), the same contact URI is still used
Note: See TracTickets for help on using tickets.