#665 closed defect (fixed)
Wrong Contact URI generated when TLS transport is used
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0.1 |
Component: | pjsua-lib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
There are few problems with the Contact URI generated by PJSUA-LIB when TLS transport is used:
- the URI uses sips scheme, which is not right, and some servers also have problems with dealing with this URI scheme
- the "transport=tls" parameter is missing
Change History (4)
comment:1 Changed 16 years ago by bennylp
comment:2 follow-up: ↓ 4 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
There are few problems with the Contact URI generated by PJSUA-LIB when TLS transport is used:
- the URI uses sips scheme, which is not right, and some servers also have problems with dealing with this URI scheme
- the "transport=tls" parameter is missing
comment:3 Changed 16 years ago by bennylp
- Description modified (diff)
comment:4 in reply to: ↑ 2 Changed 16 years ago by bennylp
The comment above is supposed to go in the description section
Note: See
TracTickets for help on using
tickets.
Fixed in r2351