Opened 12 years ago
Closed 12 years ago
#1507 closed defect (fixed)
pjsua_transport_get_info() not support TLS (thanks Gustavo Garcia Bernardo for the patch)
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14.2 |
Component: | pjsua-lib | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Reported that the implementation doesn't support SIP TLS transport (PJ_EINVALIDOP is returned and it may trigger assertion). This is specially needed as pjsua_transport_get_info() is automatically invoked when creating the transport using the python wrapper.
Original report+patch can be found here.
Change History (1)
comment:1 Changed 12 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [4119]) Fix #1507: Added TLS support in pjsua_transport_get_info().