Timeline


and

Dec 23, 2008:

11:00 PM Milestone release-1.0.1 completed
Ticket list: === common === …
5:27 PM Changeset [2394] by bennylp
Updated copyright notice in all files to Teluu Inc., and changed the year …
4:31 PM Ticket #687 (Unfreed/unclosed resources on Symbian platform.) created by nanang
Known issues: - Timer not freed/deleted when application quits before DNS …
3:56 PM Ticket #646 (Problem in quitting symbian_ua_gui app) closed by nanang
fixed
3:56 PM Ticket #661 (Calculate ICE default candidate from RTP default candidate if a=rtcp ...) closed by nanang
fixed
3:52 PM Ticket #675 (Crash when ICE & STUN are enabled on Symbian (thanks Rawshan Iajdani for ...) closed by nanang
fixed
3:47 PM Changeset [2393] by bennylp
Removed global optimization setting from libsrtp VS project since it …

Dec 22, 2008:

6:54 PM Changeset [2392] by bennylp
Created top-level directory tests and moved test-pjsua there. This will be …

Dec 19, 2008:

3:08 PM Changeset [2391] by nanang
Minor update on resolver test to use 'unrestricted' ports (>1024) in …
2:37 PM Changeset [2390] by bennylp
More ticket #686: bug in handling strayed callback
2:36 PM Changeset [2389] by bennylp
Added note about what may be causing WSAEINVAL error in pj_inet_pton() …
2:34 PM Changeset [2388] by bennylp
Minor fix to avoid uninitialized variable warning with MSVC 6 release …
12:27 PM Ticket #686 (Failure to cancel outstanding DNS SRV query job (API change)) closed by bennylp
fixed: Done in r2387.
12:26 PM Changeset [2387] by bennylp
Fixed ticket #686: Failure to cancel outstanding DNS SRV query job (API …
11:59 AM Ticket #686 (Failure to cancel outstanding DNS SRV query job (API change)) created by bennylp
The DNS SRV resolver (the pj_dns_srv_resolve() function) …

Dec 18, 2008:

5:52 PM Changeset [2386] by nanang
Cleaned up compile warnings (on gcc 4.0.1).
4:48 PM Changeset [2385] by bennylp
Fixed minor gcc compilation warnings
1:27 PM Changeset [2384] by bennylp
Added commdb.lib and apengine.lib to symbian_ua.mmp for the (optional) IAP …
1:26 PM Changeset [2383] by bennylp
Changed error log verbosity from 4 to 2
1:22 PM Changeset [2382] by bennylp
Some minor changes: use log level 3, and change some default settings
1:19 PM Ticket #685 (Crash or assertion on debug mode when processing large SIP packet) closed by bennylp
fixed: Workaround in r2381: - set the PJ_LOG_MAX_SIZE to (PJSIP_MAX_PKT_LEN+500) …
1:15 PM Changeset [2381] by bennylp
Ticket 685: Crash or assertion on debug mode when processing large SIP …
1:14 PM Ticket #685 (Crash or assertion on debug mode when processing large SIP packet) created by bennylp
A crash or assertion on debug mode will occur when processing (RX or TX) …

Dec 17, 2008:

8:31 PM FAQ edited by bennylp
(diff)
8:21 PM FAQ edited by bennylp
(diff)
8:19 PM FAQ edited by bennylp
(diff)
2:29 PM Ticket #684 (Various transmit data buffer leaks when transmission fails immediately) closed by bennylp
fixed: Fixed in r2380. Also in this changeset protect the memory allocation for …
2:28 PM Changeset [2380] by bennylp
Ticket 684: protect the memory allocation for TX packet with try/catch, …
2:27 PM Ticket #684 (Various transmit data buffer leaks when transmission fails immediately) created by bennylp
One of the scenario when transmission fails immediately is when memory …
11:36 AM Changeset [2379] by nanang
Ticket #675: - Fixed ICE+STUN panic E32User-CBASE 46, the problem seems …

Dec 12, 2008:

3:00 PM Ticket #683 (Crash/segfault on pjmedia_wsola_create() on ARM9 platform with GCC ...) closed by bennylp
worksforme: The workaround was implemented on r2378 (pjsip v1.0.1)
2:59 PM Changeset [2378] by bennylp
Workaround for ticket #683: Crash/segfault on pjmedia_wsola_create() on …
12:04 PM Ticket #683 (Crash/segfault on pjmedia_wsola_create() on ARM9 platform with GCC ...) created by bennylp
gcc-4.2.1, arm926ej-s, Linux-2.6.23 Crash on …

Dec 11, 2008:

5:31 PM Changeset [2377] by nanang
Minor update on silence detector to increase trace verbosity level.
5:25 PM Changeset [2376] by nanang
Ticket #661: Fixed transport ICE in verifying possibilities of RTCP …
2:58 PM PJMEDIA-MIPS edited by bennylp
(diff)
11:18 AM Ticket #682 (New API to register (external) Python thread (thanks Johan Risberg for the ...) closed by bennylp
fixed: Committed in r2375
11:18 AM Changeset [2375] by bennylp
Ticket #682: New API to register (external) Python thread (thanks Johan …
11:17 AM Ticket #682 (New API to register (external) Python thread (thanks Johan Risberg for the ...) created by bennylp
Multi-thread Python application will need to register its threads to PJSUA …
11:03 AM Ticket #681 (Bugs in sending and receiving instant messages (thanks Johan Risberg for ...) closed by bennylp
fixed: Committed in r2374
11:03 AM Changeset [2374] by bennylp
Ticket #681: Bugs in sending and receiving instant messages in Python …
11:01 AM Ticket #681 (Bugs in sending and receiving instant messages (thanks Johan Risberg for ...) created by bennylp
Few bugs discovered and subsequently fixed by Johan: 1. crash in sending …

Dec 10, 2008:

5:11 PM Ticket #676 (Silence detector may produce disturbing low level noise (thanks Olle ...) closed by nanang
fixed
5:09 PM Ticket #670 (Create AMR codec helper containing common AMR tables and functions.) closed by nanang
fixed
5:09 PM Ticket #674 (Special treatment for AMR in SDP negotiation.) closed by nanang
fixed
4:54 PM Ticket #672 (Option to add custom parameters in the account Contact URI) closed by bennylp
fixed: Done in r2373: - added "contact_params" field in account config - added …
4:54 PM Changeset [2373] by bennylp
Ticket #672: Option to add custom parameters in the account Contact URI
4:51 PM Ticket #662 (Handle missing IP address in SDP a=rtcp attribute) closed by nanang
fixed
4:43 PM Ticket #666 (Make the SDP parser more lenient by allowing trailing newlines) closed by nanang
fixed
4:37 PM Ticket #558 (Memory leak in SRTP) closed by nanang
fixed

Dec 5, 2008:

1:56 PM Changeset [2372] by nanang
Fixed missing explicit type-cast that may cause build-fail (on C++ …

Nov 28, 2008:

3:36 PM Ticket #680 (Detection of handset's frame ptime in APS) created by nanang
With APS, devices may return different audio frame ptime (either 10ms or …
2:46 PM SIP_Redirection edited by bennylp
(diff)

Nov 27, 2008:

4:21 PM WikiStart edited by bennylp
(diff)
1:09 PM SIP_Redirection edited by bennylp
(diff)
1:05 PM SIP_Redirection edited by bennylp
(diff)
1:04 PM SIP_Redirection edited by bennylp
(diff)
1:02 PM SIP_Redirection edited by bennylp
(diff)
1:01 PM SIP_Redirection edited by bennylp
(diff)
12:51 PM SIP_Redirection edited by bennylp
(diff)
12:45 PM WikiStart edited by bennylp
(diff)
12:44 PM WikiStart edited by bennylp
(diff)
12:42 PM Changeset [2371] by bennylp
More ticket #10: changed to signature of the redirection callbacks to make …
12:32 PM SIP_Redirection edited by bennylp
(diff)
12:20 PM SIP_Redirection edited by bennylp
(diff)
10:57 AM SIP_Redirection edited by bennylp
(diff)
9:36 AM Ticket #456 (Option to follow redirection in PJSUA-LIB) closed by bennylp
duplicate: implemented by ticket #10
12:09 AM Ticket #660 (INVITE is not retried when 401/407 response is received after ...) closed by bennylp
fixed: This was fixed by r2370 in ticket #10
12:07 AM Ticket #10 (Handle redirection (3xx) in PJSUA) closed by bennylp
fixed: Done in r2370
12:06 AM Changeset [2370] by bennylp
Ticket #10: handle redirection response in the invite session

Nov 26, 2008:

10:59 PM Ticket #442 (Function to create dialog/call with specifying Call-ID) closed by bennylp
duplicate: Closing the ticket since the purpose of this is to handle redirection and …
7:48 PM Ticket #679 (Support for adding and parsing optional lines in SDP) created by nanang
Currently some SDP optional lines are ignored by parser and there is no …
5:54 PM Ticket #678 (Support fail-over to secondary STUN server if resolution fails) created by bennylp
Currently the PJSUA-LIB-based application will fail if STUN resolution …

Nov 25, 2008:

7:38 PM Ticket #677 (System wall clock/time change will cause timer heap entries to be ...) created by bennylp
Since the timer heap time calculation uses wall clock source, changes in …
Note: See TracTimeline for information about the timeline view.