Timeline


and

Nov 12, 2007:

1:56 PM Changeset [1580] by bennylp
Updated doxygen documentation to 0.8.0
1:56 PM Changeset [1579] by bennylp
Updated ICE and STUN reference to their latest draft
1:55 PM Changeset [1578] by bennylp
Updated include path for libmilenage VS6 project

Nov 11, 2007:

3:14 PM Changeset [1577] by bennylp
Tagged 0.8.0
2:59 PM Milestone release-0.8.0 completed
---- = New Features = == PRACK and UPDATE == #prack-update PRACK (ticket …
9:00 AM Changeset [1576] by bennylp
Changed version to 0.8.0
7:14 AM Changeset [1575] by bennylp
Fixed milenage build on eVC etc.
7:07 AM Changeset [1574] by bennylp
Some protection to prevent ICE session from being destroyed while callback …
3:58 AM Changeset [1573] by bennylp
Updated build system with libmilenage library
3:09 AM Changeset [1572] by bennylp
Fixed error in user.mak.sample file
3:06 AM Changeset [1571] by bennylp
Do not resolve SIP address with STUN if public address is configured
3:05 AM Changeset [1570] by bennylp
Enable AKA support in the build by default

Nov 10, 2007:

12:05 PM Changeset [1569] by bennylp
Fixed compilation warnings/errors under C++ mode
9:20 AM Changeset [1568] by bennylp
Added new authentication API (to set auth preference) to the DEF files
2:23 AM Changeset [1567] by bennylp
Removed srand() call from pjlib initialization to let application supply …

Nov 9, 2007:

11:01 AM Ticket #413 (Implement draft-sparks-sip-invfix) created by bennylp
2:56 AM Changeset [1566] by bennylp
Deregister PJSIP_SYN_ERR_EXCEPTION upon destroying SIP endpoint to allow …
1:54 AM Ticket #412 (Increase the randomness of guid_simple) created by bennylp
Ticket #277 had pointed out that guid_simple.c can only generate …

Nov 8, 2007:

10:19 AM Changeset [1565] by bennylp
Update the digest AKAv2-MD5 implementation, we can now login to …
9:56 AM Changeset [1564] by bennylp
Remove SDP from 487 response when incoming INVITE comes without SDP and we …
9:44 AM Changeset [1563] by bennylp
Accept UPDATE without SDP (this is a valid scenario according to session …
9:39 AM Changeset [1562] by bennylp
In pjsua-lib, treat incoming SDP with a=sendonly as hold request, and …
9:24 AM Changeset [1561] by bennylp
- Added option to send empty Authorization header in outgoing requests - …
9:21 AM Changeset [1560] by bennylp
Add Contact header to UPDATE request within dialog
9:13 AM Changeset [1559] by bennylp
Parse ICE SDP attribute without case sensitivity, and ignore malformed …
3:30 AM Changeset [1558] by bennylp
Allow zero in outgoing CSeq in request creation within dialog

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 …
Note: See TracTimeline for information about the timeline view.