Timeline


and

Nov 7, 2007:

1:03 PM Changeset [1557] by bennylp
Parse ICE candidate attribute without case sensitive for more robustness
3:45 AM Changeset [1556] by bennylp
Change default PUBLISH interval from 60 seconds to PJSUA_PRES_TIMER
12:50 AM Ticket #411 (Cannot update account presence's status while previous PUBLISH is in ...) created by bennylp

Nov 6, 2007:

8:59 AM Changeset [1555] by bennylp
Fixed bug in route set calculation: prevent updating route set upon …
8:48 AM Changeset [1554] by bennylp
Validate SDP in incoming message before passing it to negotiator …
3:41 AM Changeset [1553] by bennylp
The NAT type investigation in incoming INVITE caused assertion error when …

Nov 5, 2007:

11:30 PM Changeset [1552] by bennylp
SIP TCP and TLS transports may call send completion callback with …
11:25 PM Changeset [1551] by bennylp
SIP TCP and TLS transports may call send completion callback with …
11:14 PM Changeset [1550] by bennylp
Update ticket #408: although route set must not be updated on subsequent …
5:54 AM Changeset [1549] by bennylp
Increment SDP version upon creating subsequent offer inside the call (ref: …

Nov 4, 2007:

3:55 AM Changeset [1548] by bennylp
Continue doing ICE/STUN keep-alive if the request failed because of …
2:15 AM Ticket #409 (Update Contact address/port from the rport in REGISTER response to work ...) closed by bennylp
invalid: Actually this has been implemented by ticket #381
2:05 AM Changeset [1547] by bennylp
Fixed bug with detecting successful unregistration request. Previously, …

Nov 3, 2007:

10:44 PM Changeset [1546] by bennylp
Only do Test 1B if Test 2 failed
10:43 PM Changeset [1545] by bennylp
Removed pjsua requirement to have consecutive RTCP mapped ports, and …
9:43 PM Changeset [1544] by bennylp
Log source address of incoming STUN message
9:42 PM Changeset [1543] by bennylp
Print error message if NAT type detection command fails
9:29 AM Changeset [1542] by bennylp
Changed Service-Route processing to append S-R to existing route set …
7:10 AM Changeset [1541] by bennylp
Fixed wrong comment on audio_frame_ptime default value
3:41 AM Changeset [1540] by bennylp
Allow empty reason phrase in SIP responses during parsing (thanks Roman …
1:46 AM Ticket #410 (Endless authentication retries when 401/407 response contains no challenge) closed by bennylp
fixed: Fixed in r1539
1:46 AM Changeset [1539] by bennylp
Ticket #410: Endless authentication retries when 401/407 response contains …
1:24 AM Ticket #410 (Endless authentication retries when 401/407 response contains no challenge) created by bennylp
PJSIP will retry sending the request endlessly when 401/407 response …
12:28 AM Ticket #409 (Update Contact address/port from the rport in REGISTER response to work ...) created by bennylp
The Contact URI is calculated from the STUN mapped address for the SIP …

Nov 1, 2007:

6:40 AM Changeset [1538] by bennylp
More ticket #385: 100rel support should be enabled by default

Oct 31, 2007:

3:52 PM Ticket #408 (Route set shouldn't be updated once it has been set (thanks Anshuman S. ...) closed by bennylp
fixed: Fixed in r1537
3:52 PM Changeset [1537] by bennylp
Ticket #408: Route set shouldn't be updated once it has been set (thanks …
3:51 PM Ticket #408 (Route set shouldn't be updated once it has been set (thanks Anshuman S. ...) created by bennylp
Dialog MUST NOT recompute route set upon processing subsequent requests or …
1:31 PM Ticket #407 (Keep alive for UDP transport) closed by bennylp
fixed: Done in r1536: - added ka_interval and ka_data setting in …
1:28 PM Changeset [1536] by bennylp
Ticket #407: keep-alive for UDP transports in PJSUA-LIB
1:26 PM Ticket #407 (Keep alive for UDP transport) created by bennylp
Add keep-alive mechanism for UDP transports in order to reduce …
10:56 AM Ticket #406 (New PJSUA API to update buddy's presence subscription) closed by bennylp
fixed: Done in r1535: - New API: pjsua_buddy_update_pres(buddy_id)
10:54 AM Changeset [1535] by bennylp
Ticket #406: New PJSUA API to update buddy's presence subscription
10:54 AM Ticket #406 (New PJSUA API to update buddy's presence subscription) created by bennylp
Currently there is no API to re-initiate presence subscription for a buddy …
10:21 AM Ticket #405 (Subscribe to buddy presence upon receiving incoming subscription from the ...) closed by bennylp
fixed: Done in r1534
10:20 AM Changeset [1534] by bennylp
Ticket #405: Subscribe to buddy presence upon receiving incoming …
10:19 AM Ticket #405 (Subscribe to buddy presence upon receiving incoming subscription from the ...) created by bennylp
To reduce the number of SUBSCRIBE's sent to network (to refresh buddy's …
8:59 AM Changeset [1533] by bennylp
More ticket #399: added PJSUA API to retrieve the remote NAT type
7:58 AM Changeset [1532] by bennylp
Fixed deadlock in increment_counter() and decrement_counter() caused by …
7:53 AM Changeset [1531] by bennylp
Fixed deadlock in increment_counter() and decrement_counter() caused by …

Oct 30, 2007:

4:41 PM Changeset [1530] by bennylp
Fixed route set bug in simpleua.c (thanks Raquie Rawq)
3:42 PM Changeset [1529] by bennylp
Added pjsua_get_var() to access pjsua_var from a DLL (thanks Tomas …
3:37 PM Changeset [1528] by bennylp
Initial minimum jitter value was set to 2ms (thanks Roman Puls)

Oct 26, 2007:

9:02 AM Changeset [1527] by bennylp
Fixed warnings in PJLIB string_i.h about variable may not get initialized
5:57 AM Ticket #404 (Issues with Windows Vista) created by bennylp
Suspected Issues with Windows Vista: - Audio quality: audio …
5:35 AM Changeset [1526] by bennylp
More ticket #399: pj_sock_close() is called more than once. Also …
5:28 AM Ticket #403 (Ability to specify RConnection instance etc in PJLIB Symbian) closed by bennylp
fixed: Done in r1525: 1. Added pj_symbianos_set_params() function in os.h. …
5:25 AM Changeset [1525] by bennylp
Ticket #403: Ability to specify RConnection instance etc in PJLIB Symbian
5:11 AM Ticket #403 (Ability to specify RConnection instance etc in PJLIB Symbian) created by bennylp
Some applications want to be able to specify RConnection instance to be …
4:17 AM Changeset [1524] by bennylp
More ticket #399: on_request_complete() callback does not release the …
3:59 AM Changeset [1523] by bennylp
More ticket #399: fixed bug that triggers assertion in the timer

Oct 25, 2007:

3:19 AM Changeset [1522] by bennylp
Added assertion which checks if evsub module has been registered before …
3:18 AM Changeset [1521] by bennylp
Fixed wrong doxygen documentation for various AUTH settings (thanks …
2:53 AM Ticket #400 (Support for Service-Route header (RFC 3608)) closed by bennylp
fixed: Change default behavior in r1520: - Service-Route processing is now …
2:51 AM Changeset [1520] by bennylp
Continuing ticket #400: Only process Service-Route header if …
2:41 AM FAQ edited by bennylp
(diff)

Oct 24, 2007:

9:38 AM Ticket #402 (Endless error loop when TCP accept() continuously returns error) closed by bennylp
fixed: Fixed in r1519: - after accept() returns consecutive 20 errors, TCP …
9:37 AM Changeset [1519] by bennylp
Fixed ticket #402: Endless error loop when TCP accept() continuously …
9:35 AM Ticket #402 (Endless error loop when TCP accept() continuously returns error) created by bennylp
When TCP accept() continuously returns error for some reason, the …
8:37 AM Ticket #401 (Unable to register when account URI contains display name) closed by bennylp
fixed: Fixed in r1518: - the error was caused by the proxy (a well known open …
8:32 AM Changeset [1518] by bennylp
Fixed ticket #401: Unable to register when account URI contains display …
8:31 AM Ticket #401 (Unable to register when account URI contains display name) created by bennylp
When account URI contains display name, pjsip incorrectly interpret …
8:29 AM Changeset [1517] by bennylp
Added more svn:ignore files

Oct 21, 2007:

11:51 AM Changeset [1516] by bennylp
Added dummy symbol in PJLIB's ctype.c to avoid linker warning about empty …
11:49 AM Changeset [1515] by bennylp
Added default value for PJ_SOL_TCP for systems that lack SOL_TCP or …
11:48 AM Changeset [1514] by bennylp
Fixed compilation warning in sip_auth_client.c about unreachable code when …
9:41 AM Changeset [1513] by bennylp
Changed default AEC/EC tail length (PJSUA_DEFAULT_EC_TAIL_LEN) from 800 ms …
9:40 AM Changeset [1512] by bennylp
More ticket #395: changed max default buffer length from 60ms to 100ms for …
2:08 AM Changeset [1511] by bennylp
Updated libmilenage Visual Studio project toption to use /MD instead of …
2:05 AM Changeset [1510] by bennylp
Added resample_libsamplerate.c into VS8 project

Oct 20, 2007:

11:58 PM Changeset [1509] by bennylp
Fixed bug in pjmedia clock_thread.c: busy loop when clock thread is …

Oct 18, 2007:

3:28 PM Changeset [1508] by bennylp
Updated Service-Route calculation
5:54 AM Changeset [1507] by bennylp
Ticket #400: initial support for Service-Route header, still untested
5:44 AM Ticket #400 (Support for Service-Route header (RFC 3608)) created by bennylp
The Service-Route header is used for routing requests in 3GPP/IMS …
1:59 AM Ticket #398 (Support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl ...) closed by bennylp
fixed: Updated the README.txt in r1506
1:58 AM Changeset [1506] by bennylp
Updated README.txt of libsamplerate instructions
1:40 AM Changeset [1505] by bennylp
Updated VS2005 and eVC projects with new base64 and AKA files

Oct 17, 2007:

6:21 AM Changeset [1504] by bennylp
Fixed build warnings/errors for Symbian target

Oct 16, 2007:

2:10 PM Changeset [1503] by bennylp
Tolerate more ICMP errors in ICE media transport
8:54 AM Changeset [1502] by bennylp
Ticket #398: support for libsamplerate in the autoconf+Makefile
1:34 AM Changeset [1501] by bennylp
More ticket #399: added callback to report NAT detection result, and sends …

Oct 15, 2007:

7:08 AM Ticket #396 (Support for 3GPP/IMS digest AKA (AKAv1-MD5) SIP authentication) closed by bennylp
fixed: In r1500: - tested AKAv1 authentication (and it worked!) - implemented …
7:04 AM Changeset [1500] by bennylp
Continuing ticket #396: tested digest AKAv1, implemented AKAv2, and some …

Oct 13, 2007:

9:27 AM Changeset [1499] by bennylp
Related to ticket #399: optimize NAT detection to complete faster
12:06 AM Changeset [1498] by bennylp
Added "magic" parameter in pj_stun_session_create_req()

Oct 12, 2007:

11:29 PM Changeset [1497] by bennylp
Related to ticket #399: added comments etc.
1:21 PM Changeset [1496] by bennylp
Fixed bug in ticket #399 implementation: wrong CHANGE-REQUEST values
12:18 PM Ticket #399 (Added tool to perform NAT type detection/classification) closed by bennylp
fixed: Done in r1495: - Added nat_detect.[h|c] in PJNATH library. - New …
12:14 PM Changeset [1495] by bennylp
Ticket #399: Initial implementation of tool to perform NAT type …
12:13 PM Ticket #399 (Added tool to perform NAT type detection/classification) created by bennylp
With current implementation, it is rather hard to troubleshoot ICE …
12:10 PM Changeset [1494] by bennylp
Related to ticket #396: updated Symbian DEF file
5:24 AM Changeset [1493] by bennylp
Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) …
5:23 AM Ticket #398 (Support for Secret Rabbit Code (aka libsamplerate) sample rate conversionl ...) created by bennylp
Please see …

Oct 11, 2007:

11:26 AM Changeset [1492] by bennylp
Fixed compilation warnings with AKA implementation
11:22 AM Ticket #397 (Bug with handling large SIP message body (thanks Helmut Wolf)) closed by bennylp
fixed: Fixed in r1491: - removed generic_print_body() function in …
11:21 AM Changeset [1491] by bennylp
Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf)
11:20 AM Ticket #397 (Bug with handling large SIP message body (thanks Helmut Wolf)) created by bennylp
In some cases, pjsip fails to detect large message body, which causes the …

Oct 10, 2007:

1:12 PM Changeset [1490] by bennylp
Fixed build warnings/error on Linux
12:18 PM Changeset [1489] by bennylp
Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA …
11:37 AM Changeset [1488] by bennylp
Ticket #396: initial implementation of digest AKA (akav1-md5) …
11:29 AM Ticket #396 (Support for 3GPP/IMS digest AKA (AKAv1-MD5) SIP authentication) created by bennylp
Digest AKA is utilized by 3GPP/IMS, and is specified in RFC 3310: …
Note: See TracTimeline for information about the timeline view.