Opened 16 years ago
Closed 16 years ago
#585 closed defect (fixed)
Handle non-SIP URI in Contact header of incoming INVITE and SUBSCRIBE requests
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc1 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Related to ticket #551, handle the case where incoming INVITE or SUBSCRIBE contains non-SIP URI scheme. Now we should be able to handle it as long as there is at least one SIP (or SIPS) URI in the Contact header.
Also add these scenarios in the unit tests.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r2194