Opened 17 years ago
Closed 17 years ago
#423 closed defect (fixed)
Client registration (pjsip_regc) doesn't obey explicit transport selection (thanks Hitesh)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When pjsip_regc is configured to use explicit transport (with pjsip_regc_set_transport()), it still sends request using default transport.
Change History (1)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This was caused by the pjsip_regc doesn't make use of tp_sel at all! Fixed in r1593.