Opened 15 years ago
Closed 14 years ago
#1068 closed defect (fixed)
MIscellaneous fixes
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-1.7 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This is a placeholder for minor/miscellaneous fixes on this milestone.
Change History (39)
comment:1 Changed 15 years ago by bennylp
comment:2 Changed 15 years ago by bennylp
comment:3 Changed 14 years ago by nanang
comment:4 Changed 14 years ago by bennylp
comment:5 Changed 14 years ago by bennylp
comment:6 Changed 14 years ago by bennylp
comment:7 Changed 14 years ago by nanang
comment:8 Changed 14 years ago by bennylp
comment:9 Changed 14 years ago by nanang
(In [3194]) Misc (re #1068): fixed python test lib inc_sip.py, wrong member name refered in RecvfromTransaction? initialization.
comment:10 Changed 14 years ago by bennylp
In r3197: Make TURN pool memory sizes compile-time configurable
comment:11 Changed 14 years ago by bennylp
(In [3203]) Re #1068 (Misc Fixes): changed timeout timer value initialization in sip_transaction.c to copy the value from TD timer value instead of calculating it directly from T1. This would enable customization of the timeout value by changing PJSIP_TD_TIMEOUT macro. Previously the only way to modify this is to change the T1 value, which is undesireable.
comment:12 Changed 14 years ago by bennylp
comment:13 Changed 14 years ago by bennylp
comment:14 Changed 14 years ago by bennylp
comment:15 Changed 14 years ago by nanang
comment:16 Changed 14 years ago by nanang
comment:17 Changed 14 years ago by ming
In [3227] Misc: Application may now destroy pj_http_req inside on_complete callback.
comment:18 Changed 14 years ago by ming
comment:19 Changed 14 years ago by ming
comment:20 Changed 14 years ago by bennylp
In r3233;
- fixed bug with pjsip_status_code enum, when an optimizing compiler decides to use 16bit integer to represent this enum. In PJSUA-LIB, there is a code which assigns 32bit value to a variable of this type, causing overflow. Thanks Rickard Angbratt for the report
comment:21 Changed 14 years ago by ming
comment:22 Changed 14 years ago by bennylp
comment:23 Changed 14 years ago by bennylp
comment:24 Changed 14 years ago by bennylp
comment:25 Changed 14 years ago by nanang
comment:26 Changed 14 years ago by bennylp
comment:27 Changed 14 years ago by nanang
(In [3251]) Misc (re #1068), updates in python test:
- increased receive buffer size in python test driver function inc_sip.Dialog.wait_msg_from(), the previous buffer size (2048) caused socket exception in receiving large SIP packet.
- updated verification regex in scripts-sendto/330_srtp_prefer_rtp_savp.py (related to changes in #668: omitting media attribute in disabled/rejected media).
comment:28 Changed 14 years ago by bennylp
comment:29 Changed 14 years ago by nanang
comment:30 Changed 14 years ago by nanang
comment:31 Changed 14 years ago by nanang
In r3255: more compile error/warning fixes on Symbian S60 5th ed.
comment:32 Changed 14 years ago by nanang
comment:33 Changed 14 years ago by bennylp
comment:34 Changed 14 years ago by ming
comment:35 Changed 14 years ago by nanang
comment:36 Changed 14 years ago by bennylp
comment:37 Changed 14 years ago by bennylp
comment:38 Changed 14 years ago by nanang
comment:39 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
In r3163: