Timeline
Oct 16, 2009:
- 6:28 AM Changeset [2951] by
- Ticket #954 (issue no 2): Updated session timer to process 2xx response in …
- 3:06 AM Changeset [2950] by
- Ticket #957: - Added SSL socket abstraction with OpenSSL backend. - …
Oct 15, 2009:
- 6:55 AM Changeset [2949] by
- Misc (#951): pool that is used to add missing ";lr" parameter in the Route …
- 6:24 AM Ticket #975 (Symbian timer heap implementation unable to schedule duration more than ...) created by
- The Symbian timer heap implementation uses 32bit integer value to …
- 4:46 AM Ticket #974 (Crash if ICE session is destroyed by the application inside ...) closed by
- fixed: Fixed in r2948
- 4:46 AM Changeset [2948] by
- Fixed ticket #974: Crash if ICE session is destroyed by the application …
- 4:45 AM Ticket #974 (Crash if ICE session is destroyed by the application inside ...) created by
- http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2009-October/009063. …
- 4:05 AM Ticket #973 (pj_ioqueue_accept() fails on Windows NT IOCP backend if connection is ...) closed by
- fixed: Fixed in r2947
- 4:04 AM Changeset [2947] by
- Fixed ticket #973: pj_ioqueue_accept() fails on Windows NT IOCP backend if …
- 4:03 AM Ticket #973 (pj_ioqueue_accept() fails on Windows NT IOCP backend if connection is ...) created by
- This is because pj_getsockname() is called without checking first if …
- 3:48 AM Ticket #972 (setsockopt options compatibility on various platforms (thanks Yann, John ...) closed by
- fixed: In r2946: - set PJ_SOL_IP, PJ_SOL_TCP, and PJ_SOL_UDP to IPPROTO_IP, …
- 3:48 AM Changeset [2946] by
- Ticket #972: setsockopt compatibility problems on Windows (thanks Yann and …
- 2:59 AM Ticket #972 (setsockopt options compatibility on various platforms (thanks Yann, John ...) created by
- Some problems were reported on Windows platforms on various PJ_SOL_xxx …
Oct 14, 2009:
- 1:13 PM Ticket #881 (PJSUA-LIB should send UPDATE or re-INVITE after ICE negotiation, if the ...) closed by
- fixed: In r2945: - done - added pj_ice_strans_state (to be used for …
- 1:13 PM Changeset [2945] by
- Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the …
- 10:36 AM Ticket #971 (Assertion in ICE with regular nomination strategy when registering timer) closed by
- fixed: Fixed in r2944
- 10:36 AM Changeset [2944] by
- Fixed ticket #971: Assertion in ICE with regular nomination strategy when …
- 10:35 AM Ticket #971 (Assertion in ICE with regular nomination strategy when registering timer) created by
- Assertion in function start_nominated_check() in ice_session.c …
- 1:59 AM Ticket #970 (More gracefull PJSUA-LIB shutdown sequence) closed by
- fixed: Enhancements in r2943: - wait for unregistration to complete (or a …
- 1:58 AM Changeset [2943] by
- Ticket #970: More gracefull PJSUA-LIB shutdown sequence. Enhancements: - …
- 1:55 AM Ticket #970 (More gracefull PJSUA-LIB shutdown sequence) created by
- Related to this ticket, see also ticket #364
Oct 13, 2009:
- 10:38 PM Ticket #969 (Improvement in jitter buffer algoritm for low bandwidth network (thanks ...) created by
- On low bandwidth network, high jitter and frame lost are usually the …
- 2:02 PM Ticket #364 (Upon shutdown, un-REGISTER request should be sent only after un-PUBLISH ...) closed by
- fixed: In r2942: - wait for unpublication to complete or some delay expires, …
- 2:01 PM Changeset [2942] by
- Ticket #364: Upon unregistration, (un)REGISTER should be sent only after …
- 11:20 AM Ticket #968 (WMME audio device initialization should not return non-PJ_SUCCESS just ...) closed by
- fixed: In r2941: - Fixed WMME factory initialization to just return PJ_SUCCESS …
- 11:19 AM Changeset [2941] by
- Ticket #968: Fixed WMME factory initialization to just return PJ_SUCCESS …
- 11:11 AM Ticket #968 (WMME audio device initialization should not return non-PJ_SUCCESS just ...) created by
- This ticket fixes bug in #768.
Oct 12, 2009:
- 7:44 AM Ticket #411 (Cannot update account presence's status while previous PUBLISH is in ...) closed by
- fixed: Done in r2940: - enable request queueing. If PUBLISH is to be sent while …
- 7:44 AM Changeset [2940] by
- Ticket #411: Cannot update account presence's status while previous …
- 1:27 AM Changeset [2939] by
- Related to ticket #411 (Cannot update account presence's status while …
Oct 11, 2009:
- 5:06 AM Changeset [2938] by
- Ticket #951 (misc fixes): - fixed misc compiler warnings with gcc on …
- 4:56 AM Ticket #941 (Lots of compilation wanings in libg7221 in basic_op.h with gcc) closed by
- fixed: Fixed in r2937: - set default inlining behavior for all basic_op …
- 4:55 AM Changeset [2937] by
- Ticket #941: Lots of compilation wanings in libg7221 in basic_op.h with …
Oct 10, 2009:
- 1:37 PM Ticket #965 (Receiving (malformed) re-INVITE with the same Via branch parameter value ...) closed by
- fixed: Fixed in r2936 - also fix possible crashes when UAS transaction …
- 1:36 PM Changeset [2936] by
- Ticket #965: Receiving (malformed) re-INVITE with the same Via branch …
Oct 9, 2009:
- 1:18 PM Ticket #966 (Bad RPID <person> id attribute generation (thanks Filipe Figueiredo for ...) closed by
- fixed: In r2935: - make sure the id starts with letter
- 1:17 PM Changeset [2935] by
- Ticket #966: Bad RPID <person> id attribute generation (thanks Filipe …
- 12:31 PM Changeset [2934] by
- Ticket #954: Added missing fix in r2933, updating local SE (to a value …
- 12:19 PM Changeset [2933] by
- Ticket #954: Updated session timer to tolerate 'bad' SE (less than Min-SE …
- 12:14 PM Ticket #936 (CANCEL must be sent with TCP if the INVITE was sent with TCP because of ...) closed by
- fixed
- 12:14 PM Ticket #967 (Wrong Route header generation in CANCEL request with strict route) closed by
- fixed: Fixed in r2932 by ticket #917 (see ticket #917 for more info)
- 12:12 PM Ticket #917 (INVITE/CANCEL may be sent to different servers than the INVITE when DNS ...) closed by
- fixed: Fixed ticket #917, #936, and #967: - #917: CANCEL may be sent to …
- 12:11 PM Changeset [2932] by
- Fixed ticket #917, #936, and #967: - #917: CANCEL may be sent to …
- 12:05 PM Ticket #967 (Wrong Route header generation in CANCEL request with strict route) created by
- When strict route is used in the INVITE request, the CANCEL request will …
- 7:44 AM Ticket #966 (Bad RPID <person> id attribute generation (thanks Filipe Figueiredo for ...) created by
- Quoting Filipe's email in …
Oct 8, 2009:
- 9:14 AM Milestone release-1.4.5 completed
- This release contains major bug fixes against 1.4. Ticket list: …
Oct 7, 2009:
- 2:51 PM Changeset [2931] by
- Tagged 1.4.5
- 2:43 PM Changeset [2930] by
- Changed version to 1.4.5
- 8:42 AM Changeset [2929] by
- More #962: STUN compatibility problem with RFC 3489 servers (in encoding …
- 8:38 AM Changeset [2928] by
- More ticket #960: STUN compatibility problem with RFC 3489 servers (in …
- 6:56 AM Ticket #965 (Receiving (malformed) re-INVITE with the same Via branch parameter value ...) created by
- See …
Oct 6, 2009:
- 1:33 PM Changeset [2927] by
- Ticket #964: Assertion when receiving SDP media with port 0 and without …
- 11:31 AM Ticket #964 (Assertion when receiving SDP media with port 0 and without rtpmap ...) closed by
- fixed: In r2926: - Fixed creating media answer in SDP negotation to just clone …
- 11:29 AM Changeset [2926] by
- Ticket #964: - Fixed creating media answer in SDP negotation to just …
- 11:24 AM Ticket #964 (Assertion when receiving SDP media with port 0 and without rtpmap ...) created by
- This could be reproduced using pjsua receiving SDP media as below (single …
Oct 5, 2009:
- 6:13 PM Changeset [2925] by
- Misc fix (#951): WMME dev should zero-fill WAVEFORMATEX as much as …
Oct 2, 2009:
Oct 1, 2009:
- 2:38 PM Ticket #963 (Passthrough codec overwrites codec parameters with iLBC setting.) closed by
- fixed: In r2924: - backported r2914
- 2:37 PM Changeset [2924] by
- Ticket #963 (1.4.5 branch): Passthrough codec overwrites codec parameters …
- 2:17 PM Changeset [2923] by
- Misc (ticket #951): increase CSeq on retrying MESSAGE request due to …
- 12:12 PM Ticket #962 (STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME ...) closed by
- fixed: In r2922: - backported r2916
- 12:12 PM Changeset [2922] by
- Ticket #962 (1.4.5 branch): STUN compatibility problem with RFC 3489 …
- 12:07 PM Ticket #961 (Assertion upon receiving malformed SIP messages (thanks Andrey Kovalenko ...) closed by
- fixed: In r2921: - backported r2915
- 12:07 PM Changeset [2921] by
- Ticket #961 (1.4.5 branch): Assertion upon receiving malformed SIP …
- 11:19 AM Changeset [2920] by
- Created 1.4.5 branch for 1.4.5 adhoc release
- 11:17 AM Changeset [2919] by
- Removed wrong 1.4.5 directory: it was copied from trunk while it should …
- 11:10 AM Changeset [2918] by
- Created 1.4.5 branch for 1.4.5 adhoc release
- 11:09 AM Changeset [2917] by
- Creating adhocs directory for adhoc releases
- 11:02 AM Ticket #963 (Passthrough codec overwrites codec parameters with iLBC setting.) created by
- See ticket #958 for more info.
- 10:38 AM Ticket #962 (STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME ...) created by
- See ticket #960 for more info
- 10:32 AM Ticket #961 (Assertion upon receiving malformed SIP messages (thanks Andrey Kovalenko ...) created by
- See ticket #959 for more info.
- 6:06 AM Ticket #960 (STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME ...) closed by
- fixed: In r2916: - now always set string attribute's length to 4-bytes aligned.
- 6:06 AM Changeset [2916] by
- Ticket #960: STUN compatibility problem with RFC 3489 servers (in encoding …
- 6:04 AM Ticket #960 (STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME ...) created by
- The padding rule difference for string type attributes (notably SOFTWARE …
Sep 22, 2009:
- 5:59 PM Ticket #959 (Assertion upon receiving malformed SIP messages (thanks Andrey Kovalenko ...) closed by
- fixed: Fixed in r2915: - transaction checks for the method before processing …
- 5:56 PM Changeset [2915] by
- Fixed ticket #959: Assertion upon receiving malformed SIP messages (thanks …
- 5:53 PM Ticket #959 (Assertion upon receiving malformed SIP messages (thanks Andrey Kovalenko ...) created by
- Several cases of malformed incoming SIP messages will cause assertion to …
Sep 16, 2009:
- 10:16 AM TLS_on_Symbian edited by
- (diff)
- 10:16 AM TLS_on_Symbian edited by
- (diff)
- 10:15 AM TLS_on_Symbian edited by
- (diff)
- 10:13 AM TLS_on_Symbian edited by
- (diff)
- 10:11 AM TLS_on_Symbian edited by
- (diff)
- 10:10 AM Getting-Started/TOC edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.