Timeline


and

Jan 17, 2008:

8:48 PM Changeset [1701] by nanang
put a note about disabling the 'rand_s' block in libsrtp file …
8:37 PM Changeset [1700] by nanang
Ticket #452: - change libsrtp on rand_source.c to disable rand_s which …
7:17 PM Changeset [1699] by bennylp
Continuing ticket #452: added VS6 project for libsrtp, and changed libsrtp …
5:29 PM Changeset [1698] by nanang
Ticket #452: - Add directory srtp to third_party/build directory - Add …
4:20 PM Changeset [1697] by nanang
Ticket #452: imported libsrtp library into third_party directory
3:08 PM Ticket #452 (SRTP development) created by bennylp
2:09 PM Changeset [1696] by bennylp
Branched trunk to branches/users/nanang
2:07 PM Changeset [1695] by bennylp
Added branches/users directory
10:14 AM FAQ edited by bennylp
(diff)
10:05 AM SIP_Message_Buffer_Event edited by bennylp
(diff)
10:02 AM SIP_Message_Buffer_Event edited by bennylp
(diff)
9:57 AM SIP_Message_Buffer_Event edited by bennylp
(diff)
9:08 AM SIP_Message_Buffer_Event edited by bennylp
(diff)
8:53 AM SIP_Message_Buffer_Event created by bennylp
6:21 AM PJSIP_Tutorial edited by bennylp
(diff)

Jan 16, 2008:

9:13 AM Ticket #451 (Updated PortAudio to the latest revision) created by bennylp
This fixes several problems, among other things: 1. Minor bug in …
9:07 AM Ticket #450 (PJLIB function to query the DNS server configured in the system) created by bennylp
Currently PJLIB lacks a portable function to query what is the DNS server …

Jan 15, 2008:

8:26 PM Changeset [1694] by bennylp
Fixed compilation warnings on OSX 10.5
4:54 PM Changeset [1693] by bennylp
Reply with 488+SDP instead of 415 when incoming SDP is not acceptable …

Jan 14, 2008:

6:35 PM Changeset [1692] by bennylp
Related to ticket #449: fixed bug when rx volume adjustment caused static …
4:18 PM Ticket #449 (New conference mixing algorithm) closed by bennylp
fixed: Done in r1691
4:18 PM Changeset [1691] by bennylp
Ticket #449: New conference mixing algorithm to replace multiplication …
4:17 PM Ticket #449 (New conference mixing algorithm) created by bennylp
New mixing algorithm for conference bridge: rather than doing …
4:12 PM Changeset [1690] by bennylp
Related to ticket #447: the WAV player should consistently return …
1:30 PM Ticket #448 (PJSIP rejects incoming call with 415/Unsupported Media Type for INVITE ...) closed by bennylp
fixed: Fixed in r1689
1:30 PM Changeset [1689] by bennylp
Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type …
1:29 PM Ticket #448 (PJSIP rejects incoming call with 415/Unsupported Media Type for INVITE ...) created by bennylp
When INVITE contains video line, PJSIP will reject it with 415, while it …
11:54 AM Changeset [1688] by bennylp
Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad)

Jan 13, 2008:

12:26 AM Changeset [1687] by bennylp
Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkg
12:25 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
12:23 AM project_properties.JPG attached to DevelopingSymbianAppWithCarbide by bennylp

Jan 12, 2008:

3:32 PM Changeset [1686] by bennylp
In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one
3:30 PM Changeset [1685] by bennylp
Another fix for ticket #447: WAV player cuts last data from the WAV file
2:16 PM Changeset [1684] by bennylp
Fixed overflow bug in length calculation, added force option, and added …
2:14 PM Ticket #447 (WAV player cuts last data from the WAV file) closed by bennylp
fixed: Fixed in r1683
2:13 PM Changeset [1683] by bennylp
Ticket #447: WAV player cuts last data from the WAV file
2:13 PM Ticket #447 (WAV player cuts last data from the WAV file) created by bennylp
When the WAV player (pjmedia_wav_player_port) is not configured to …
11:32 AM Ticket #446 (Added sample application to mix WAV files using conference bridge) closed by bennylp
fixed: Done in r1681 and r1682
11:31 AM Changeset [1682] by bennylp
Ticket #446: Added sample application to mix WAV files using conference …
11:23 AM Changeset [1681] by bennylp
Ticket #446: Added sample application to mix WAV files using conference …
11:22 AM Ticket #446 (Added sample application to mix WAV files using conference bridge) created by bennylp
A new sample file, mix.c (under pjsip-apps/src/samples directory, …
11:11 AM Changeset [1680] by bennylp
Added new WAV player API: pjmedia_wav_player_get_len()

Jan 11, 2008:

4:30 PM Changeset [1679] by bennylp
Updated encdec sample to support PLC etc
9:02 AM Ticket #445 (Added codec encoding/decoding sample) closed by bennylp
fixed: Done in r1678
9:01 AM Changeset [1678] by bennylp
Ticket #445: added codec encoding/decoding sample
9:00 AM Ticket #445 (Added codec encoding/decoding sample) created by bennylp
A simple example on how to use the codec. The sample will read the PCM …
8:52 AM Changeset [1677] by bennylp
Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return …
8:24 AM Ticket #444 (Bug in tone generator: can't play more digits (thanks Marian Dragomir)) closed by bennylp
fixed: Fixed in r1676. Also this commit added lock protection (can be disabled …
8:22 AM Changeset [1676] by bennylp
Ticket #444: Bug in tone generator: can't play more digits (thanks Marian …
8:12 AM Ticket #444 (Bug in tone generator: can't play more digits (thanks Marian Dragomir)) created by bennylp
Bug in tone generator causes it to fail to generate more digits. Thanks …

Jan 10, 2008:

12:09 PM Changeset [1675] by bennylp
Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC …

Jan 9, 2008:

10:12 PM Ticket #443 (Overflow in dump_media_session() (thanks Simon Farmer)) closed by bennylp
fixed: Fixed in r1674
10:11 PM Changeset [1674] by bennylp
Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer)
10:10 PM Ticket #443 (Overflow in dump_media_session() (thanks Simon Farmer)) created by bennylp
The calculations in this function will overflow for longer call period. …
4:58 PM Ticket #442 (Function to create dialog/call with specifying Call-ID) created by bennylp
This is useful when creating a new call as the result of redirection, as …
3:43 PM Ticket #441 (Fix endianess detection for PortAudio) closed by bennylp
fixed: In r1673: - fix configure script to set PortAudio's endianness
3:43 PM Changeset [1673] by bennylp
Ticket #441: Fix endianess detection for PortAudio?
3:42 PM Ticket #441 (Fix endianess detection for PortAudio) created by bennylp
We don't use PortAudio's configure script for building PortAudio, and it …
3:26 PM Ticket #440 (pj_timer_entry_init() doesn't initialize timer ID) closed by bennylp
fixed: In r1672: - this function now will set _timer_id field of …
3:25 PM Changeset [1672] by bennylp
Ticket 440: pj_timer_entry_init() doesn't initialize timer ID
3:24 PM Ticket #440 (pj_timer_entry_init() doesn't initialize timer ID) created by bennylp
See the discussion in …
10:01 AM FAQ edited by bennylp
(diff)

Jan 8, 2008:

11:41 PM Changeset [1671] by bennylp
Protect against division by zero in pjsua's dump_media_session (thanks …
10:50 PM Changeset [1670] by bennylp
Added call gaping in siprtp
10:17 PM CodecPerformance created by bennylp
4:03 PM Changeset [1669] by bennylp
Fixed warnings with strict gcc
4:02 PM Changeset [1668] by bennylp
Fixed compilation error about IFF_UP

Jan 7, 2008:

9:35 PM FAQ edited by bennylp
(diff)
9:25 PM FAQ edited by bennylp
(diff)
9:20 PM FAQ edited by bennylp
(diff)
6:33 PM Ticket #439 (Encoder is called for FRAME_TYPE_NONE) closed by bennylp
fixed: In r1667: - don't call encode() if input frame is FRAME_TYPE_NONE
6:33 PM Changeset [1667] by bennylp
Ticket #439: don't call encode() if input is FRAME_TYPE_NONE
6:11 PM Ticket #439 (Encoder is called for FRAME_TYPE_NONE) created by bennylp
Ticket #56 makes stream.c calls codec's encode() even when FRAME_TYPE_NONE …
1:50 PM Changeset [1666] by bennylp
Assertion error in streamutil sample

Jan 4, 2008:

9:03 PM SoundLatency created by bennylp
8:50 PM Changeset [1665] by bennylp
Fixed compile error in sound port when delaybuf is enabled
6:19 PM Changeset [1664] by bennylp
Ticket #438 (Workaround for frame bursts from audio devices): added delay …
6:16 PM Ticket #438 (Workaround for frame bursts and drifts from audio devices) created by bennylp
Problem 1: Audio burst: Most audio devices will call record and …
6:00 PM Changeset [1663] by bennylp
Fixed bug in sndtest: drift detection was wrong since it assumes that the …
5:57 PM Changeset [1662] by bennylp
Fixed timestamp bug in pasound.c: timestamp is shared by both playback and …
5:56 PM Changeset [1661] by bennylp
Fixed bug in IPv6 address to string conversion on WinCE

Jan 3, 2008:

6:50 PM Changeset [1660] by bennylp
Print stack usage, and other minor changes
6:48 PM Changeset [1659] by bennylp
Print stack usage upon thread exiting
6:47 PM Changeset [1658] by bennylp
Increased stack size in symbian_ua.mmp to 12KB
5:20 PM Changeset [1657] by bennylp
siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou)
4:28 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)

Jan 2, 2008:

8:28 AM Changeset [1656] by bennylp
Related to ticket #437: reduce the stack usage of ICE media transport
8:27 AM Changeset [1655] by bennylp
Related to ticket #437: optimize the stack usage of pjsua-lib
8:24 AM Ticket #437 (Stack overflow in ICE on Symbian phone target) closed by bennylp
fixed: In r1654: - create a temporary text buffer on pj_ice_sess to avoid using …
8:24 AM Changeset [1654] by bennylp
Ticket #437: reduce stack and pool usage on pjnath to make it work better …
8:22 AM Changeset [1653] by bennylp
Minor fix: doesn't need to make TBuf static in pj_inet_ntoa() for Symbian
8:21 AM Changeset [1652] by bennylp
Defect: new allocator didn't call factory on_block_alloc()/on_block_free()
8:19 AM Changeset [1651] by bennylp
Implement stack usage detection on Symbian OS
7:57 AM Changeset [1650] by bennylp
Tweak config_site_sample.h for Symbian
7:56 AM Changeset [1649] by bennylp
Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at …
7:33 AM Ticket #437 (Stack overflow in ICE on Symbian phone target) created by bennylp
Reduce the stack usage since it caused stack overflow on Symbian phone …

Jan 1, 2008:

9:40 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
9:29 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
9:28 AM trk_fail2.JPG attached to DevelopingSymbianAppWithCarbide by bennylp

Dec 31, 2007:

11:27 AM Changeset [1648] by bennylp
Open access point establishment selection before starting the Symbian …
11:26 AM Changeset [1647] by bennylp
Fixed IPv6/IPv4 address issue in Symbian: Symbian, at least 9.1, seems to …
9:47 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
9:46 AM trk_not_running.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
6:28 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
6:22 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
6:17 AM trk_fail.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
6:11 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
6:10 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)

Dec 30, 2007:

2:43 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
2:09 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
1:24 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
9:17 AM Changeset [1646] by bennylp
Changed symbian_ua menu to use numeric keys

Dec 29, 2007:

8:50 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
8:49 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
1:46 PM WikiStart edited by bennylp
(diff)
1:46 PM WikiStart edited by bennylp
(diff)
1:45 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
1:41 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
1:38 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
1:31 PM dev_mgr_com.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
1:31 PM trk_p_lic.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
1:30 PM trk_p_details.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
1:26 PM trk_p_install.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:08 AM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
11:06 AM trk_wait.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:06 AM trk_r_welcome.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:06 AM trk_path.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:05 AM trk_p_usb.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:05 AM trk_p_progress.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:04 AM trk_p_mem.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:04 AM trk_p_connected.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:03 AM trk_p_complete.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:02 AM trk_install.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:02 AM trk_complete.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:01 AM symbian_ua.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:00 AM run_debug.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
11:00 AM project_refresh.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:59 AM project_properties_menu.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:58 AM project_pkg.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:57 AM phone_usb.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:57 AM pc_suite.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:56 AM debug_new.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:56 AM debug_main.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:55 AM debug_launching.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:55 AM debug_installation.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:54 AM debug_download.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:54 AM debug_connection.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
10:53 AM debug.JPG attached to DevelopingSymbianAppWithCarbide by bennylp

Dec 28, 2007:

10:26 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
10:24 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
10:21 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
10:17 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
10:15 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
10:06 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
10:03 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
9:41 PM import_sdk.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:41 PM import_mmp.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:40 PM import_finished.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:39 PM import_creating.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:38 PM import_bld.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:38 PM import.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:38 PM file_import.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:37 PM carbide-workspace.2.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:37 PM carbide_main.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:36 PM build_problems.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:36 PM build_config.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:35 PM build.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
9:34 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
8:44 PM carbide-workspace.JPG attached to DevelopingSymbianAppWithCarbide by bennylp
8:43 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
8:20 PM DevelopingSymbianAppWithCarbide created by bennylp
7:19 PM Changeset [1645] by bennylp
Updated the UID3 of Symbian test applications because of ticket #434
7:04 PM Changeset [1644] by bennylp
Added svn:ignore flag with few more files/directory created by Carbide C++
7:03 PM Changeset [1643] by bennylp
Set pool_test_malloc_free() to use malloc()/free() instead of new/delete …
7:01 PM Ticket #436 (IPv6 support in host resolver caused failure in pjlib initialization on ...) closed by bennylp
fixed: Fixed in r1642: - The IPv6 host resolver (hostResolver6_) in PjSymbianOS …
7:00 PM Changeset [1642] by bennylp
Ticket #436: IPv6 support in host resolver caused failure in pjlib …
6:59 PM Ticket #436 (IPv6 support in host resolver caused failure in pjlib initialization on ...) created by bennylp
Recent addition of IPv6 caused pj_init() to fail, during IPv6 host …
6:56 PM Ticket #435 (Fixed and tested audio on Symbian device) closed by bennylp
fixed: In r1641: - In application, media_cfg.audio_frame_ptime is set to …
6:55 PM Changeset [1641] by bennylp
Ticket #435: Fixed and tested audio on Symbian device
6:49 PM Ticket #435 (Fixed and tested audio on Symbian device) created by bennylp
6:40 PM Ticket #434 (Fixed configurations to build Symbian for device target) closed by bennylp
fixed: In r1640: - MMP files where modified: - .DSO generation for …
6:36 PM Changeset [1640] by bennylp
Ticket #434: fixed configurations to build Symbian for device target
6:35 PM Ticket #434 (Fixed configurations to build Symbian for device target) created by bennylp
8:54 AM Ticket #433 (Failure in media negotiation when SDP contains two audio media lines ...) closed by bennylp
fixed: Fixed in r1639
8:51 AM Changeset [1639] by bennylp
Ticket #433: Failure in media negotiation when SDP contains two audio …
8:49 AM Ticket #433 (Failure in media negotiation when SDP contains two audio media lines ...) created by bennylp
PJSUA-LIB will fail to start audio when the SDP in incoming INVITE …
6:27 AM audio-problem-dropouts edited by bennylp
(diff)

Dec 27, 2007:

7:20 AM GoogleSummerofCode2008 edited by bennylp
(diff)
7:18 AM Changeset [1638] by bennylp
Handle the case when PortAudio? returns negative sound device count in …
7:09 AM GoogleSummerofCode edited by bennylp
(diff)
7:08 AM GoogleSummerofCode2008 created by bennylp

Dec 22, 2007:

7:43 AM Changeset [1637] by bennylp
Fixed bug caused by ticket #427: frame type not properly initialized to …

Dec 20, 2007:

11:23 AM Changeset [1636] by bennylp
Related to Ticket #429: when bind address is specified and public address …
Note: See TracTimeline for information about the timeline view.