Timeline


and

Aug 14, 2008:

5:00 PM Changeset [2215] by bennylp
Added maximum threshold for silence detector, to aovid the silence …
3:51 PM Changeset [2214] by bennylp
More ticket #590: removed unused echo suppressor settings in …
2:47 PM Changeset [2213] by bennylp
Increase codec's maximum silence duration …
10:45 AM Ticket #592 (URI comparison may crash the application (thanks Pedro Gonçalves for the ...) closed by bennylp
invalid: User reported this was bug in application code and not in pjsip.

Aug 13, 2008:

6:21 PM Changeset [2212] by bennylp
More ticket #590: optimizations in the echo suppressor, gained more than …
1:57 PM Ticket #594 (Improvements in PocketPJ Windows Mobile application) closed by bennylp
fixed: In r2211: * new option to use TCP transport * new option to …
1:56 PM Changeset [2211] by bennylp
Ticket #594: Improvements in PocketPJ Windows Mobile application: added …
1:55 PM Ticket #594 (Improvements in PocketPJ Windows Mobile application) created by bennylp
1:53 PM Changeset [2210] by bennylp
Added interactive option in aectest sample and to display WAV duration on …
1:52 PM Changeset [2209] by bennylp
Fixed bug in --auto-rec option handling in pjsua
1:50 PM Changeset [2208] by bennylp
More ticket #590: handle the case when mic level is set too high causing …
8:41 AM Changeset [2207] by bennylp
pj_sockaddr_copy_addr() might raise assertion if destination address is …

Aug 12, 2008:

1:48 PM Ticket #593 (RTP timestamp incremented incorrectly for multichannel audio.) created by nanang
Currently RTP timestamp is incremented based on number of samples …
12:20 PM Changeset [2206] by bennylp
More ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves …
10:55 AM Changeset [2205] by bennylp
Ticket #592: URI comparison may crash the application (thanks Pedro …
10:02 AM Ticket #592 (URI comparison may crash the application (thanks Pedro Gonçalves for the ...) created by bennylp
The URI comparison for name address (pjsip_name_addr_compare()

Aug 11, 2008:

6:10 PM Changeset [2204] by bennylp
Related to ticket #590: added command line option in pjsua to select the …
3:30 PM Changeset [2203] by bennylp
More ticket #590: fix the bug in smoothing factor
3:19 PM Ticket #591 (Assertion failure in ICE session (thanks Pedro Gonçalves for the report)) closed by bennylp
fixed: Fixed in 2202: - the assertion is caused by race condition in …
3:17 PM Changeset [2202] by bennylp
Ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for …
3:16 PM Ticket #591 (Assertion failure in ICE session (thanks Pedro Gonçalves for the report)) created by bennylp
Symptom: Assertion pj_assert(tdata == check->tdata) in …

Aug 10, 2008:

10:10 PM Changeset [2201] by bennylp
Initialize CPocketPJ setting with proper values in constructor
10:09 PM Changeset [2200] by bennylp
Renamed fabs() to FABS() since it conflicts with intrinsic function in VC6
4:15 PM Ticket #590 (Improve the echo suppressor) closed by bennylp
fixed: Done in r2199
4:15 PM Changeset [2199] by bennylp
Ticket #590: new echo suppressor which should work much better than the …

Aug 9, 2008:

5:46 AM Ticket #590 (Improve the echo suppressor) created by bennylp
The echo suppressor generally is not working and it's also very annoying. …
5:44 AM Ticket #589 (Update Speex AEC to the latest version to get multichannel EC) created by bennylp
Ticket #588 rolled-back Speex AEC to beta3 version which does not support …
5:41 AM Ticket #588 (Improvements to echo cancellation framework) closed by bennylp
fixed: Done in r2198. Also in this changeset: * roll-back Speex mdf.c from …
5:40 AM Changeset [2198] by bennylp
Ticket #588: Improvements to echo cancellation framework
5:11 AM Ticket #588 (Improvements to echo cancellation framework) created by bennylp
Modify the echo cancellation framework as follow to make it easier to …

Aug 8, 2008:

7:03 AM Changeset [2197] by nanang
Fixed bug possibility of dereferencing NULL pointer when calling …

Aug 7, 2008:

1:41 PM Ticket #587 (Conference bridge modifications to reduce latency.) created by nanang
Currently the conference bridge will introduce delay to the audio flow. …
9:56 AM Ticket #586 (Added ICE negotiation tests to test the scenario when two agents have ...) closed by bennylp
fixed: Done in r2196: * added --ice-no-rtcp option in pjsua * added …
9:55 AM Changeset [2196] by bennylp
Ticket #586: Added ICE negotiations test to test the scenario when two …
9:54 AM Ticket #586 (Added ICE negotiation tests to test the scenario when two agents have ...) created by bennylp
To test the scenario where the number of components between two agents are …
9:43 AM Changeset [2195] by bennylp
Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of …

Aug 5, 2008:

8:14 PM Ticket #585 (Handle non-SIP URI in Contact header of incoming INVITE and SUBSCRIBE ...) closed by bennylp
fixed: Done in r2194
8:14 PM Changeset [2194] by bennylp
Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and …
8:14 PM Ticket #585 (Handle non-SIP URI in Contact header of incoming INVITE and SUBSCRIBE ...) created by bennylp
Related to ticket #551, handle the case where incoming INVITE or SUBSCRIBE …
7:29 PM Ticket #551 (Generic URI scheme handler (thanks Juri Glaß)) closed by bennylp
fixed: Implemented in r2193 with modifications: * moved the functionality to the …
7:28 PM Changeset [2193] by bennylp
Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for …
1:22 PM Ticket #563 (Bug with SDP in offer/answer related to call hold scenario) closed by nanang
fixed

Aug 4, 2008:

4:03 PM Changeset [2192] by nanang
Added test delaybuf to pjmedia MIPS test.
3:01 PM Changeset [2191] by nanang
Ticket #563: Updated SDP offer/answer related to call hold scenario to …
2:56 PM Ticket #584 (Add support for G.723.1 codec) created by bennylp
Add support for G.723.1 codec using Intel Integrated Performance Primitive …
2:55 PM Ticket #583 (Support for Intel Integrated Performace Primitives (IPP) codecs) created by bennylp
The IPP codecs to be supported are based on IPP samples speech codec …
2:45 PM Changeset [2190] by bennylp
Fixed build error on FreeBSD (cannot use <netinet/ip.h> if …
2:30 PM Changeset [2189] by bennylp
Fixed compilation warning in test-pjsip
10:53 AM Ticket #579 (Data loss with TCP sockets (thanks Helmut Wolf for the report)) closed by bennylp
fixed: Fixed in r2188: * Changed SIP transport to use active socket * Also …
10:52 AM Changeset [2188] by bennylp
Changed SIP transport to use active socket to fix ticket #579: "Data loss …
9:59 AM Changeset [2187] by bennylp
Added new active socket API's to specify application buffers in …

Jul 31, 2008:

8:34 AM Ticket #582 (Presence extended status is not sent in initial NOTIFY request (thanks ...) closed by bennylp
fixed: Fixed in r2186. Also in this changedset fixed a bug introduced recently …
8:32 AM Changeset [2186] by bennylp
Fixed ticket #582: Extended presence status is not sent in initial NOTIFY …
8:32 AM Ticket #582 (Presence extended status is not sent in initial NOTIFY request (thanks ...) created by bennylp
This would cause the subscriber to not get the extended/RPID status in the …

Jul 29, 2008:

8:15 PM Changeset [2185] by bennylp
Initial work for ticket #579: added option to make the active socket sends …
12:14 PM Ticket #557 (Memory leak in Speex echo canceller) closed by nanang
fixed
12:13 PM Changeset [2184] by nanang
Ticket #557: Fixed memory leak in Speex EC (actually this is updating …
11:42 AM Ticket #581 (Fixed build dependencies in the makefiles) closed by bennylp
fixed: Fixed in r2183
11:42 AM Changeset [2183] by bennylp
Fixed ticket #581: Fixed build dependencies in the makefiles
11:38 AM Ticket #581 (Fixed build dependencies in the makefiles) created by bennylp
Some dependencies are not set properly, causing either stale build …

Jul 28, 2008:

11:45 PM Ticket #577 (Implement sound device wrapper using APS (Audio Proxy Server) for S60) closed by nanang
fixed
11:41 PM Ticket #463 (Configuration option to have external sound device implementation) closed by bennylp
fixed: Done in r2182. Please see External_Sound_Device for more info.
11:40 PM Changeset [2182] by bennylp
Ticket #463: Configuration option to have external sound device …
11:04 PM FAQ edited by bennylp
(diff)
10:56 PM External_Sound_Device created by bennylp
9:37 PM Ticket #548 (Validate memory usage) closed by bennylp
fixed: We've done many fixes with regard to memory and handle leaks on this …
9:15 PM Changeset [2181] by bennylp
Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity …
8:17 PM Ticket #538 (Closed TCP connection should be removed from the hash table immediately) closed by bennylp
fixed: Fixed in r2180
8:17 PM Changeset [2180] by bennylp
Ticket #538: Closed TCP connection should be removed from the hash table …
6:57 PM Ticket #580 (Incoming target refresh request does not update the Contact header (thanks ...) closed by bennylp
fixed: Fixed in r2179
6:57 PM Changeset [2179] by bennylp
Ticket #580: Incoming target refresh request does not update the Contact …
2:44 PM MeasuringSoundLatency edited by bennylp
(diff)
2:37 PM Changeset [2178] by bennylp
Added latency.c in the samples (see …
12:52 PM MeasuringSoundLatency edited by bennylp
(diff)
12:51 PM MeasuringSoundLatency edited by bennylp
(diff)
12:41 PM MeasuringSoundLatency edited by bennylp
(diff)
12:37 PM MeasuringSoundLatency edited by bennylp
(diff)
12:12 PM rec2.png attached to MeasuringSoundLatency by bennylp
12:11 PM rec2.wav attached to MeasuringSoundLatency by bennylp
12:11 PM MeasuringSoundLatency edited by bennylp
(diff)
11:24 AM MeasuringSoundLatency edited by bennylp
(diff)
11:20 AM MeasuringSoundLatency edited by bennylp
(diff)
11:16 AM rec1-latency.PNG attached to MeasuringSoundLatency by bennylp
11:15 AM rec1-zoom.PNG attached to MeasuringSoundLatency by bennylp
11:15 AM rec1.PNG attached to MeasuringSoundLatency by bennylp
11:15 AM rec1.wav attached to MeasuringSoundLatency by bennylp
11:15 AM latency.c attached to MeasuringSoundLatency by bennylp
11:14 AM tock8.wav attached to MeasuringSoundLatency by bennylp
11:14 AM MeasuringSoundLatency created by bennylp
9:26 AM Ticket #580 (Incoming target refresh request does not update the Contact header (thanks ...) created by bennylp
The pjsip sip_dialog.c correctly updates the dialog target URI upon …

Jul 25, 2008:

10:45 AM Changeset [2177] by bennylp
Fixed linking errors in pjnath when TCP is disabled in PJLIB
10:05 AM Changeset [2176] by bennylp
Fixed invalid configuration generation in pjsua for auto-update-nat option …
9:40 AM Ticket #579 (Data loss with TCP sockets (thanks Helmut Wolf for the report)) created by bennylp
It seems that nobody is checking whether the asynchronous send() operation …
9:16 AM Ticket #578 (Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak for the ...) closed by bennylp
fixed: Fixed in r2175
9:16 AM Changeset [2175] by bennylp
Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej …
9:15 AM Ticket #578 (Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak for the ...) created by bennylp
The relay and peer-reflexive candidate is shown as "srflx" in SDP: […]

Jul 24, 2008:

11:45 PM Python_SIP/Hello_World edited by bennylp
(diff)
9:32 PM Python_SIP_Tutorial edited by bennylp
(diff)
9:32 PM Python_SIP_Tutorial edited by bennylp
(diff)
9:18 PM APS edited by bennylp
(diff)
6:03 PM Python_SIP/Presence edited by bennylp
(diff)
6:02 PM Python_SIP/Calls edited by bennylp
(diff)
5:54 PM Python_SIP/Media_Objects edited by bennylp
(diff)
5:52 PM Python_SIP/Media edited by bennylp
(diff)
5:50 PM Python_SIP/Media edited by bennylp
(diff)
5:27 PM conference-bridge-loop.jpg attached to Python_SIP/Media by bennylp
5:07 PM Python_SIP/Media edited by bennylp
(diff)
4:27 PM Python_SIP/TOC edited by bennylp
(diff)
4:18 PM Python_SIP/Accounts edited by bennylp
(diff)
4:13 PM Python_SIP/Accounts edited by bennylp
(diff)
3:44 PM Python_SIP/Basic_Concept edited by bennylp
(diff)
3:30 PM Changeset [2174] by nanang
Ticket #577: Initial source of sound device wrapper with APS
2:55 PM Python_SIP/Settings edited by bennylp
(diff)
2:45 PM Python_SIP/Basic_Concept edited by bennylp
(diff)
2:41 PM Ticket #577 (Implement sound device wrapper using APS (Audio Proxy Server) for S60) created by nanang
Benefits of sound device wrapper using APS are: low latency & enabling …
2:33 PM Python_SIP/Basic_Concept edited by bennylp
(diff)
2:24 PM APS edited by nanang
Added command line option in refreshing makefiles in the building steps (diff)
2:16 PM Python_SIP/Hello_World edited by bennylp
(diff)
2:12 PM APS edited by nanang
Added developer certificate in the requirements. (diff)
2:02 PM APS created by nanang
1:24 PM Python_SIP/Build_Install edited by bennylp
(diff)
1:22 PM Python_SIP/Build_Install edited by bennylp
(diff)
1:11 PM Python_SIP/Build_Install edited by bennylp
(diff)
12:58 PM Python_SIP_Tutorial edited by bennylp
(diff)
12:41 PM Python_SIP/Build_Install edited by bennylp
(diff)
12:40 PM Python_SIP/Build_Install edited by bennylp
(diff)
12:39 PM Python_SIP/Build_Install edited by bennylp
(diff)
12:39 PM Python_SIP/Build_Install edited by bennylp
(diff)
12:38 PM Python_SIP/Build_Install edited by bennylp
(diff)
12:20 PM Changeset [2173] by bennylp
Added setup-vc.py for Visual Studio installation
12:20 PM Changeset [2172] by bennylp
Tweak setup.py
10:27 AM Python_SIP/Build_Install edited by bennylp
(diff)
9:19 AM Python_SIP/Build_Install edited by bennylp
(diff)
9:01 AM Changeset [2171] by bennylp
Added simplecall.py sample
9:00 AM Changeset [2170] by bennylp
pjsua.py: fixed transport port bug, changed default tracing to disabled, …

Jul 23, 2008:

11:15 PM Python_SIP/Build_Install edited by bennylp
(diff)
11:00 PM Python_SIP/Adv_Config edited by bennylp
(diff)
10:56 PM Python_SIP/TOC edited by bennylp
(diff)
10:52 PM Python_SIP/Adv_Config created by bennylp
10:49 PM Python_SIP/TOC edited by bennylp
(diff)
10:46 PM Python_SIP/Media_Objects created by bennylp
10:23 PM Python_SIP/TOC edited by bennylp
(diff)
10:22 PM Python_SIP/Accounts edited by bennylp
(diff)
10:22 PM Python_SIP/Settings edited by bennylp
(diff)
10:21 PM Python_SIP/Basic_Concept edited by bennylp
(diff)
10:20 PM Python_SIP_Tutorial edited by bennylp
(diff)
10:19 PM Python_SIP/IM edited by bennylp
(diff)
10:12 PM Python_SIP/TOC edited by bennylp
(diff)
10:10 PM Python_SIP/TOC edited by bennylp
(diff)
10:04 PM Python_SIP/IM edited by bennylp
(diff)
9:45 PM Python_SIP/IM created by bennylp
9:23 PM Python_SIP/Presence edited by bennylp
(diff)
9:22 PM Python_SIP/Presence edited by bennylp
(diff)
9:16 PM Python_SIP/Presence edited by bennylp
(diff)
9:08 PM Python_SIP/Presence created by bennylp
8:41 PM Python_SIP/TOC edited by bennylp
(diff)
8:35 PM Python_SIP/Calls edited by bennylp
(diff)
8:33 PM Python_SIP/Calls created by bennylp
6:39 PM Python_SIP/Media edited by bennylp
(diff)
6:35 PM Python_SIP/Media edited by bennylp
(diff)
6:21 PM conference-bridge-snd-rec.jpg attached to Python_SIP/Media by bennylp
6:19 PM conference-bridge-wav-playback.jpg attached to Python_SIP/Media by bennylp
6:01 PM Python_SIP/TOC edited by bennylp
(diff)
5:43 PM Python_SIP/Media edited by bennylp
(diff)
5:43 PM conference-bridge-conf-call-record.jpg attached to Python_SIP/Media by bennylp
5:37 PM conference-bridge-conf-call.jpg attached to Python_SIP/Media by bennylp
5:33 PM conference-bridge-2-calls.jpg attached to Python_SIP/Media by bennylp
5:13 PM conference-bridge-call.jpg attached to Python_SIP/Media by bennylp
3:50 PM Python_SIP/Media edited by bennylp
(diff)
3:08 PM Python_SIP/Media edited by bennylp
(diff)
2:44 PM conference-bridge.jpg attached to Python_SIP/Media by bennylp
2:43 PM Python_SIP/Media created by bennylp
1:26 PM Changeset [2169] by bennylp
pj_strtoul() should stop the conversion as soon as it finds a non-digit …
12:16 PM Python_SIP/Hello_World edited by bennylp
(diff)
12:15 PM Python_SIP/Hello_World edited by bennylp
(diff)
12:11 PM Python_SIP/Hello_World created by bennylp
11:26 AM Python_SIP/TOC edited by bennylp
(diff)
11:25 AM Python_SIP_TOC edited by bennylp
(diff)
11:02 AM FAQ edited by bennylp
(diff)
9:59 AM Changeset [2168] by bennylp
Fixed crash in stateful proxy sample when receiving request with malformed …
1:11 AM Python_SIP/TOC edited by bennylp
(diff)
1:10 AM Python_SIP/TOC edited by bennylp
(diff)
1:08 AM Python_SIP_Tutorial edited by bennylp
(diff)
12:43 AM Python_SIP/Accounts edited by bennylp
(diff)
12:38 AM Python_SIP/Accounts edited by bennylp
(diff)
12:22 AM Python_SIP/Accounts edited by bennylp
(diff)

Jul 22, 2008:

11:37 PM Python_SIP/Accounts edited by bennylp
(diff)
10:52 PM Python_SIP/Accounts created by bennylp
10:45 PM Python_SIP/Settings edited by bennylp
(diff)
10:40 PM Python_SIP/Settings created by bennylp
10:12 PM Python_SIP/Basic_Concept edited by bennylp
(diff)
10:11 PM Python_SIP/Basic_Concept edited by bennylp
(diff)
9:50 PM Python_SIP/Basic_Concept created by bennylp
9:46 PM Python_SIP/Build_Install edited by bennylp
(diff)
9:44 PM Python_SIP/Build_Install created by bennylp
9:43 PM Python_SIP_Tutorial edited by bennylp
(diff)
9:40 PM Python_SIP/TOC edited by bennylp
(diff)
9:39 PM Python_SIP/TOC edited by bennylp
(diff)
9:38 PM Python_SIP/TOC edited by bennylp
(diff)
9:38 PM Python_SIP/TOC edited by bennylp
(diff)
9:36 PM Python_SIP_Tutorial edited by bennylp
(diff)
9:35 PM Python_SIP_Tutorial edited by bennylp
(diff)
9:35 PM Python_SIP/TOC created by bennylp
7:04 PM Python_SIP_Tutorial edited by bennylp
(diff)
6:38 PM Python_SIP_Tutorial edited by bennylp
(diff)
6:38 PM Python_SIP_TOC edited by bennylp
(diff)
6:38 PM Python_SIP_TOC created by bennylp
6:17 PM Python_SIP_Tutorial edited by bennylp
(diff)
2:58 PM Changeset [2167] by bennylp
Added math.h to pjlib's Visual Studio projects
12:16 PM DevelopingSymbianAppWithCarbide edited by bennylp
(diff)
10:36 AM Changeset [2166] by bennylp
Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion)

Jul 21, 2008:

10:46 PM Changeset [2165] by bennylp
Added sleep() in python handle events to avoid starvation in the main …
9:15 PM Changeset [2164] by bennylp
Fixed gcc warning on _pjsua.c about suggested parenthesis
6:20 PM Changeset [2163] by bennylp
Major modifications in Python module and pjsua.py wrapper: - replaced …
6:13 PM Ticket #576 (Added user data in pjsua account and buddy) closed by bennylp
fixed: Done in r2162
6:12 PM Changeset [2162] by bennylp
Ticket #576: Added user data in pjsua account and buddy
6:12 PM Ticket #576 (Added user data in pjsua account and buddy) created by bennylp
Added the capability to attach user data to account and buddy objects.

Jul 19, 2008:

8:53 PM Changeset [2161] by bennylp
Added pjsua option to set the logging color scheme for terminal with light …
6:05 PM Changeset [2160] by bennylp
Fixed build error with some Mingw configuration related to socklen_t
5:56 PM Ticket #571 (Coloring for logs in Linux/UNIX, two more spaces in logs and runtime log ...) closed by bennylp
fixed: Patch checked-in in r2159 with some changes: * default coloring is …
5:53 PM Changeset [2159] by bennylp
Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and …
3:40 PM Changeset [2158] by bennylp
Added WAV playlist and conf_set/get_level API to Python module

Jul 18, 2008:

11:51 PM Changeset [2157] by bennylp
Related to ticket #192: crash when shutting down pjsua if buddy pool has …
11:00 PM Changeset [2156] by bennylp
Implemented ticket #192 for Python: Add callback to notify application …
10:46 AM Ticket #575 (Unregistering from Windows IOCompletionPort (IOCP) ioqueue does not close ...) closed by bennylp
fixed: Fixed in r2155. Now we just use closesocket() to replace …
10:33 AM Changeset [2155] by bennylp
Ticket #575: Unregistering from Windows IOCompletionPort (IOCP) ioqueue …
9:36 AM Ticket #575 (Unregistering from Windows IOCompletionPort (IOCP) ioqueue does not close ...) created by bennylp
The IOCP documentation says that application needs to call …

Jul 17, 2008:

4:59 PM Changeset [2154] by nanang
Added pjsua command line option '--jb-max-size' to set jitter buffer max …
4:03 PM Changeset [2153] by nanang
Fixed linking error cased by missing PJMEDIA_HAS_RTCP_XR guard for …
2:54 PM Changeset [2152] by nanang
Added ability to dump extended statistics (RTCP XR) in pjsua.
2:45 PM Changeset [2151] by bennylp
Fixed Winsock link error in pjturn-srv VS6 project
2:19 PM Ticket #192 (Add callback to notify application about incoming SUBSCRIBE request, and ...) closed by bennylp
fixed: Done in r2150
2:19 PM Changeset [2150] by bennylp
Ticket #192: Add callback to notify application about incoming SUBSCRIBE …
1:56 PM Ticket #574 (Add new API to know why the outgoing subscription request is terminated) closed by bennylp
fixed: In r2149: * Save the termination reason * Added API …
1:53 PM Changeset [2149] by bennylp
Ticket #574: Add new API to know why the outgoing subscription request is …
1:51 PM Ticket #574 (Add new API to know why the outgoing subscription request is terminated) created by bennylp
Add new API to know why the outgoing subscription request is terminated …
1:44 PM Changeset [2148] by bennylp
More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projects

Jul 16, 2008:

10:41 PM Ticket #573 (Handle receiving short version of Event header ("o")) closed by bennylp
fixed: Fixed in r2147
10:39 PM Changeset [2147] by bennylp
Ticket #573: Handle receiving short version of Event header
10:37 PM Ticket #573 (Handle receiving short version of Event header ("o")) created by bennylp
12:32 PM Ticket #572 (New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header by either ...) closed by bennylp
fixed: Done in r2146
12:31 PM Changeset [2146] by bennylp
Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP …
12:30 PM Ticket #572 (New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header by either ...) created by bennylp

Jul 15, 2008:

8:15 PM Ticket #571 (Coloring for logs in Linux/UNIX, two more spaces in logs and runtime log ...) created by Ondrej.Sterbak
I implemented log colors for Linux/UNIX console. As it is common to have …
4:05 PM Ticket #570 (Out of array/buffer boundary access in WSOLA) closed by nanang
fixed
4:04 PM Ticket #569 (Non-uniform locking order between SRTP & its member transport (e.g:ICE) ...) closed by nanang
fixed
4:04 PM Ticket #558 (Memory leak in SRTP) closed by nanang
fixed
2:36 PM Ticket #554 (Automatically detect the realm for authenticating against IMS servers, so ...) closed by bennylp
worksforme: For now conclude that this issue has been fixed by r2109 above. With this …
11:57 AM Python_SIP_Tutorial edited by bennylp
(diff)
11:52 AM Python_SIP_Tutorial edited by bennylp
(diff)
11:37 AM Python_SIP_Tutorial edited by bennylp
(diff)
11:33 AM Python_SIP_Tutorial edited by bennylp
(diff)
11:29 AM Python_SIP_Tutorial edited by bennylp
(diff)
9:05 AM Py_PJSUA created by bennylp
Note: See TracTimeline for information about the timeline view.