Timeline


and

Oct 18, 2010:

4:23 AM Changeset [3348] by nanang
Re #1140, cleaned up the mutex usages in SRTP transport: - using mutex in …

Oct 16, 2010:

4:40 AM Ticket #1148 (Assertion when offering SDP media with port zero but answered with port ...) closed by nanang
fixed: (In [3347]) Fixed #1148: - Added check in processing answer, if media …
4:40 AM Changeset [3347] by nanang
Fixed #1148: - Added check in processing answer, if media offer port is …
2:45 AM Ticket #1148 (Assertion when offering SDP media with port zero but answered with port ...) created by nanang
When SDP media in the offer uses port zero, it means that the media is not …

Oct 14, 2010:

10:56 AM Changeset [3346] by bennylp
Misc (re #1134): fixed failed unit tests due to changes in DNS resolver …
8:30 AM Changeset [3345] by bennylp
Misc (re #1134): changed dynamic payload type starting value for internal …
7:22 AM Changeset [3344] by bennylp
Misc (re #1134): fixed failure in resolving DNS A resolution if the answer …

Oct 13, 2010:

11:57 PM Changeset [3343] by bennylp
Misc (re #1134): added the missing ARCH environment variable in CPP …
11:17 AM Changeset [3342] by bennylp
Fixed #1147 (Bug in parsing multipart message bodies (thanks Johan Lantz …
11:13 AM Changeset [3341] by bennylp
Misc (Re #1134): do not allow subscription state callback to be called …
9:41 AM Ticket #1147 (Bug in parsing multipart message bodies (thanks Johan Lantz for the ...) closed by bennylp
fixed: (In [3340]) Fixed #1147: Bug in parsing multipart message bodies (thanks …
9:41 AM Changeset [3340] by bennylp
Fixed #1147: Bug in parsing multipart message bodies (thanks Johan Lantz …
9:40 AM Ticket #1147 (Bug in parsing multipart message bodies (thanks Johan Lantz for the ...) created by bennylp
PJSIP fails to parse multipart message bodies if the "boundary" parameter …

Oct 12, 2010:

12:45 PM Ticket #1144 (New presence callback to report subscription state (thanks Johan Lantz for ...) closed by bennylp
fixed: (In [3339]) Closed #1144: New presence callback to report subscription …
12:45 PM Changeset [3339] by bennylp
Closed #1144: New presence callback to report subscription state (thanks …
11:43 AM Changeset [3338] by bennylp
Re #1146: minor fix in test file comments
11:35 AM Ticket #1146 (Support for multipart message bodies in incoming NOTIFY (thanks Johan ...) closed by bennylp
fixed: (In [3337]) Closed #1146: support for multipart message bodies in incoming …
11:35 AM Changeset [3337] by bennylp
Closed #1146: support for multipart message bodies in incoming NOTIFY …
11:34 AM Ticket #1146 (Support for multipart message bodies in incoming NOTIFY (thanks Johan ...) created by bennylp
Add support for multipart message bodies in incoming NOTIFY requests. With …

Oct 11, 2010:

10:59 AM Ticket #1145 (Add API to enable/disable support for iOS background feature during ...) closed by ming
fixed: (In [3336]) Fix #1145: API to enable/disable support for iOS BG feature …
10:59 AM Changeset [3336] by ming
Fix #1145: API to enable/disable support for iOS BG feature during runtime

Oct 10, 2010:

3:51 PM Changeset [3335] by ming
Misc (re #1134): Fixed memory leak after getting audio route capability in …

Oct 9, 2010:

5:32 AM Ticket #1145 (Add API to enable/disable support for iOS background feature during ...) created by ming
Currently PJSIP can only enable/disable iOS BG feature via compile time …

Oct 6, 2010:

1:46 AM Ticket #1144 (New presence callback to report subscription state (thanks Johan Lantz for ...) created by bennylp
Some applications want to get access to the message body in the incoming …

Oct 5, 2010:

4:32 PM Ticket #1143 (Call problems between SRTP optional-with-duplicated-offer and SRTP ...) closed by nanang
fixed: (In [3334]) Fix #1143: - Fixed no audio bug when pjsua with SRTP …
4:32 PM Changeset [3334] by nanang
Fix #1143: - Fixed no audio bug when pjsua with SRTP …

Oct 4, 2010:

6:15 AM Ticket #1143 (Call problems between SRTP optional-with-duplicated-offer and SRTP ...) created by nanang
Problems reported: 1. no audio after call established 1. crash when …
1:11 AM Changeset [3333] by bennylp
Another fix for authentication in HTTP client (re #1136): - missing …

Oct 1, 2010:

6:43 AM Changeset [3332] by bennylp
Re #1136 (Basic and digest authentication in the HTTP client): fixed error …
4:09 AM Changeset [3331] by bennylp
Misc (re #1134): added Supported header in outgoing SUBSCRIBE request. …
2:03 AM Ticket #1142 (Account based configuration to specify if "c=0.0.0.0" method should be ...) closed by bennylp
fixed: (In [3330]) Closed #1142 (Account based configuration to specify if …
2:03 AM Changeset [3330] by bennylp
Closed #1142 (Account based configuration to specify if "c=0.0.0.0" method …
12:24 AM Ticket #1141 (Compile and run-time setting to allow printing of port number in URI in To ...) closed by bennylp
fixed: (In [3329]) Closed #1141: Compile and run-time setting to allow printing …
12:24 AM Changeset [3329] by bennylp
Closed #1141: Compile and run-time setting to allow printing of port …

Sep 30, 2010:

11:38 PM Ticket #1121 (Deadlock in transaction code when hanging up calls (thanks Dennis Struble ...) closed by bennylp
fixed: (In [3328]) Closed #1121 (Deadlock in transaction code when hanging up …
11:38 PM Changeset [3328] by bennylp
Closed #1121 (Deadlock in transaction code when hanging up calls): fixed …
11:19 AM Ticket #1142 (Account based configuration to specify if "c=0.0.0.0" method should be ...) created by bennylp
PJSIP used to use c=0.0.0.0 method to signal call hold to remote party, …
11:14 AM Ticket #1141 (Compile and run-time setting to allow printing of port number in URI in To ...) created by bennylp
PJSIP does not put port number in To and From header, because that is …
4:23 AM Changeset [3327] by bennylp
Re #1134 (misc fixes): fixed various doxygen warnings, as well as added …
12:36 AM Ticket #1121 (Deadlock in transaction code when hanging up calls (thanks Dennis Struble ...) reopened by bennylp
Reopened: the fix may cause race condition, which leads to this …

Sep 29, 2010:

10:29 PM Audio_Problems/Getting_Around_Nat edited by bennylp
(diff)
11:14 AM Ticket #1140 (Crash on disconnecting call with SRTP + ICE (thanks Bogdan Krakowski for ...) created by nanang
Reported that this occurred on "slow CPU" (iPhone 3G) in "heavy CPU load" …

Sep 28, 2010:

10:48 AM Ticket #1137 (New configuration to append custom headers into REGISTER request (thanks ...) closed by nanang
fixed: (In [3326]) Close #1137: added field reg_hdr_list into pjsua_acc_config to …
10:48 AM Changeset [3326] by nanang
Close #1137: added field reg_hdr_list into pjsua_acc_config to specify …
8:26 AM Ticket #1135 (Processing of RTP padding bit (thanks Rafael Maia for the suggestion)) closed by nanang
fixed: (In [3325]) Fix #1135: added RTP padding checks and RTP payload length …
8:26 AM Changeset [3325] by nanang
Fix #1135: added RTP padding checks and RTP payload length adjustment …
8:03 AM Ticket #1131 (Callee disconnects call without sending BYE if ACK is not received (thanks ...) closed by bennylp
fixed: (In [3324]) Fixed #1131: Callee disconnects call without sending BYE if …
8:03 AM Changeset [3324] by bennylp
Fixed #1131: Callee disconnects call without sending BYE if ACK is not …
7:43 AM Ticket #1139 (Support for tel: URI in PJSUA-LIB (thanks Johan Lantz for the suggestion)) closed by bennylp
fixed: (In [3323]) Closed #1139 (Support for tel: URI in PJSUA-LIB): - added new …
7:43 AM Changeset [3323] by bennylp
Closed #1139 (Support for tel: URI in PJSUA-LIB): - added new PJSUA API: …
4:57 AM Ticket #1138 (New PJSUA-LIB account registration state callback to report more callback ...) closed by nanang
fixed: (In [3322]) Close #1138: - Added new pjsua registration status callback …
4:57 AM Changeset [3322] by nanang
Close #1138: - Added new pjsua registration status callback …
2:18 AM Ticket #1139 (Support for tel: URI in PJSUA-LIB (thanks Johan Lantz for the suggestion)) created by bennylp
While PJSIP has been supporting tel: URI for a long time, support for this …

Sep 27, 2010:

8:39 AM Ticket #1138 (New PJSUA-LIB account registration state callback to report more callback ...) created by bennylp
Some application would like to inspect the response of REGISTER response, …
8:35 AM Ticket #1136 (Basic and digest authentication in the HTTP client (thanks Johan Lantz ...) closed by bennylp
fixed: (In [3321]) Implemented and closed #1136: added HTTP authentication …
8:35 AM Changeset [3321] by bennylp
Implemented and closed #1136: added HTTP authentication support

Sep 24, 2010:

8:00 AM Ticket #1137 (New configuration to append custom headers into REGISTER request (thanks ...) created by bennylp
We already have the facility to insert custom header(s) into outgoing …
7:53 AM Ticket #1136 (Basic and digest authentication in the HTTP client (thanks Johan Lantz ...) created by bennylp
This ticket adds HTTP basic and digest authentication support to the HTTP …
7:49 AM Changeset [3320] by bennylp
Misc (re #1134): fixed wrong OpenBSD thread priority max value (thanks …

Sep 23, 2010:

10:46 PM Changeset [3319] by bennylp
Misc (re #1134): fixed error in Makefile target for generating doxygen …
11:50 AM Getting-Started/TOC edited by ismangil
(diff)
11:49 AM Getting-Started edited by ismangil
(diff)
10:52 AM Ticket #1135 (Processing of RTP padding bit (thanks Rafael Maia for the suggestion)) created by bennylp
Currently padding bit in incoming RTP packets are ignored, potentially …
9:06 AM Getting-Started/iPhone edited by ming
(diff)
9:05 AM Getting-Started/iPhone edited by ming
(diff)
8:51 AM Getting-Started/iPhone edited by ming
(diff)
5:39 AM Getting-Started/iPhone edited by ming
(diff)
3:32 AM Getting-Started/iPhone edited by bennylp
(diff)

Sep 22, 2010:

5:07 PM Changeset [3318] by nanang
Misc (re #1134): fixed default value of pjsua app param "--snd-auto-close" …
1:21 PM Changeset [3317] by ming
Re #1134: for iOS4, remove unnecessary wrapping of sockets during …
1:19 PM Ticket #1134 (MIscellaneous fixes) created by ming
This is a placeholder for minor/miscellaneous fixes on this milestone.
1:11 PM Ticket #1130 (Incoming TCP connection on iPhone iOS4 BG mode would fail over and over ...) closed by ming
fixed: (In [3316]) Fixed #1130 Since the problem may not be iOS4 specific, a …
1:11 PM Changeset [3316] by ming
Fixed #1130 Since the problem may not be iOS4 specific, a general approach …
8:39 AM Ticket #1133 (Obey remote SDP attribute "ptime" (thanks Eize for the patch)) closed by nanang
fixed: (In [3315]) Close #1133: added processing to remote SDP attribute "ptime".
8:39 AM Changeset [3315] by nanang
Close #1133: added processing to remote SDP attribute "ptime".
8:36 AM Ticket #1133 (Obey remote SDP attribute "ptime" (thanks Eize for the patch)) created by nanang
The proposed patch can be found …
7:45 AM Ticket #1132 (Assertion when (re)starting PJLIB on different thread) closed by bennylp
fixed: (In [3314]) Fixed #1132: Assertion when (re)starting PJLIB on different …
7:45 AM Changeset [3314] by bennylp
Fixed #1132: Assertion when (re)starting PJLIB on different thread
7:40 AM Ticket #1132 (Assertion when (re)starting PJLIB on different thread) created by bennylp
Restarting PJLIB using different thread would cause this assertion to be …

Sep 21, 2010:

2:14 AM Ticket #1131 (Callee disconnects call without sending BYE if ACK is not received (thanks ...) created by bennylp
When ACK is not received, callee would disconnect the invite session …
1:35 AM Ticket #1130 (Incoming TCP connection on iPhone iOS4 BG mode would fail over and over ...) created by bennylp
From accept() manual: There may not always be a connection waiting after a …

Sep 20, 2010:

2:22 PM Getting-Started/iPhone edited by ming
(diff)
6:13 AM Ticket #1129 (Limited run-time configuration for media stream keep-alive (thanks Johan ...) closed by nanang
fixed: (In [3313]) Closed #1129: - Added run-time configuration for …
6:13 AM Changeset [3313] by nanang
Closed #1129: - Added run-time configuration for activating/deactivating …
Note: See TracTimeline for information about the timeline view.