#2135 closed defect (fixed)
Various PJSUA tests (Python scripts, unit tests) updates and fixes
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.8 |
Component: | unit-tests | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by nanang)
- Recent changes may have increased SIP message size (perhaps mainly from increased SDP size) and when the SIP message size exceeds ~1300 bytes, the SIP message will be sent via TCP transport (if TCP transport is available). Unfortunately, some test components, e.g: SIPp, are configured to use UDP only, so some Python script tests will fail.
Change History (5)
comment:1 Changed 6 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by nanang
- Description modified (diff)
- Summary changed from PJSUA tests failures due to large SIP message size to Various PJSUA tests (Python scripts, unit tests) updates and fixes
comment:3 Changed 6 years ago by nanang
In 5848:
comment:4 Changed 6 years ago by nanang
In 5858:
comment:5 Changed 6 years ago by nanang
In 5859:
Note: See
TracTickets for help on using
tickets.
In 5844: