Timeline


and

Sep 19, 2007:

6:51 PM Changeset [1442] by bennylp
Added VS 2005 project for Python module, and silenced the annoying VS …
12:11 PM Ticket #375 (Bug in ioqueue prevents re-registering more than PJ_IOQUEUE_MAX_HANDLES ...) closed by bennylp
fixed: Fixed in r1441, by adding call to scan_closing_keys() in …
12:09 PM Changeset [1441] by bennylp
Fixed ticket #375: Bug in ioqueue prevents re-registering more than …
12:04 PM Ticket #376 (Bug in ioqueue prevents re-registering more than PJ_IOQUEUE_MAX_HANDLES ...) closed by bennylp
fixed: Fixed in r1440
12:03 PM Changeset [1440] by bennylp
Fixed ticket #376: Bug in ioqueue prevents re-registering more than …
12:02 PM Ticket #376 (Bug in ioqueue prevents re-registering more than PJ_IOQUEUE_MAX_HANDLES ...) created by bennylp
With PJ_IOQUEUE_HAS_SAFE_UNREG is set (the default setting), socket …
12:01 PM Ticket #375 (Bug in ioqueue prevents re-registering more than PJ_IOQUEUE_MAX_HANDLES ...) created by bennylp
With PJ_IOQUEUE_HAS_SAFE_UNREG is set (the default setting), socket …

Sep 18, 2007:

7:35 PM Ticket #374 (Update STUN specification from rfc3489bis-06 to rfc3489bis-10) closed by bennylp
fixed: Committed in r1439
7:33 PM Changeset [1439] by bennylp
Ticket #374: Update STUN specification from rfc3489bis-06 to rfc3489bis-10

Sep 17, 2007:

5:23 PM Ticket #374 (Update STUN specification from rfc3489bis-06 to rfc3489bis-10) created by bennylp
Changes in the STUN specification from rfc3489bis-06 to rfc3489bis-10: - …
3:44 PM Changeset [1438] by bennylp
Updated pjsua_app.py Python sample application to the new changes in …
12:55 PM Changeset [1437] by bennylp
Fixed broken Python module build script

Sep 15, 2007:

9:03 AM Ticket #373 (Packet loss simulation in PJMEDIA ICE transport) closed by bennylp
fixed: Implemented in r1436
8:55 AM Changeset [1436] by bennylp
Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transport
8:39 AM Ticket #373 (Packet loss simulation in PJMEDIA ICE transport) created by bennylp
pjsua has a packet simulation option (rx-drop-pct and …
8:36 AM Ticket #370 (Notification to application when ICE negotiation fails) closed by bennylp
fixed: Implemented in r1435: - added on_ice_complete() callback in …
8:30 AM Changeset [1435] by bennylp
Ticket #370: Implemented callback notification to application when ICE …

Sep 14, 2007:

10:25 AM Ticket #369 (ICE negotiation fails after endpoint has been idle for long time) closed by bennylp
duplicate: This is duplicate of ticket #372
10:21 AM Ticket #372 (Handle case where STUN mapped address has changed in ICE) closed by bennylp
fixed: Fixed in r1434: - ICE stream transport will update the srflx address if …
10:19 AM Changeset [1434] by bennylp
Fixed ticket #372: Handle case where STUN mapped address has changed in …
9:31 AM Ticket #368 (STUN keep-alive timed out when ICE is used) closed by bennylp
fixed: Fixed in r1433
9:30 AM Changeset [1433] by bennylp
Fixed ticket #368: STUN keep-alive timed out when ICE is used

Sep 12, 2007:

6:10 PM Ticket #372 (Handle case where STUN mapped address has changed in ICE) created by bennylp
It has been observed that on some NAT router, after some time (in this …
5:29 PM Ticket #349 (Crash when sending PUBLISH when network is unreachable) closed by bennylp
fixed: Fixed another crash in r1432: - when sending request in the timer failed …
5:25 PM Changeset [1432] by bennylp
Ticket #349 revisited: Crash when sending PUBLISH when network is …
5:17 PM Ticket #349 (Crash when sending PUBLISH when network is unreachable) reopened by bennylp

Sep 11, 2007:

9:06 AM Ticket #371 (Bug with REGISTER expiration calculation (thanks Philippe Leuba)) closed by bennylp
fixed: Fixed in r1431
9:04 AM Changeset [1431] by bennylp
Fixed ticket #371: Bug with REGISTER expiration calculation (thanks …
9:03 AM Ticket #371 (Bug with REGISTER expiration calculation (thanks Philippe Leuba)) created by bennylp
According to RFC 3261 Section 10.2.4: When calculating registration …
7:43 AM Ticket #370 (Notification to application when ICE negotiation fails) created by bennylp
3:46 AM Ticket #369 (ICE negotiation fails after endpoint has been idle for long time) created by bennylp
Ravin Suri reported: > I have seen some instances where after many hours …
3:42 AM Ticket #368 (STUN keep-alive timed out when ICE is used) created by bennylp
When ICE session is active, STUN keep-alive packet will cause error …

Sep 10, 2007:

4:54 PM Changeset [1430] by bennylp
Updated Python module to pjsip-0.7 (inc. custom presence test)

Sep 9, 2007:

1:49 AM Ticket #336 (Support for specifying custom presence status text in PJSIP SIMPLE) closed by bennylp
fixed: This has been implemented in r1424. Also PJSUA-LIB now supports …

Sep 8, 2007:

7:13 AM Ticket #367 (Hash table will duplicate the hash key (thanks Scott Lu)) closed by bennylp
fixed: Implemented in r1429
7:12 AM Changeset [1429] by bennylp
Fixed ticket #367: Hash table will duplicate the hash key (thanks Scott …
7:12 AM Ticket #367 (Hash table will duplicate the hash key (thanks Scott Lu)) created by bennylp
Previously, the hash table will just keep the pointer of the key in …

Aug 31, 2007:

3:04 PM Changeset [1428] by bennylp
Continuing ticket #2: initial test with Symbian sound device …
12:37 PM Ticket #366 (Crash in SDP negotiator when initial local SDP is not specified in ...) closed by bennylp
fixed: Fixed in r1427.
12:35 PM Changeset [1427] by bennylp
Fixed ticket #366: Crash in SDP negotiator when initial local SDP is not …
12:34 PM Ticket #366 (Crash in SDP negotiator when initial local SDP is not specified in ...) created by bennylp
Quoting Philippe's email in pjsip list: We found a problem in the SDP …

Aug 30, 2007:

1:49 PM Changeset [1426] by bennylp
More Symbian works: - changed PJ_VERSION to pj_get_version() in pjsua-lib …
9:36 AM Ticket #365 (Fix log decoration (thanks Thiago Paiva Flores)) closed by bennylp
fixed: Fixed in r1425
9:35 AM Changeset [1425] by bennylp
Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago …
9:34 AM Ticket #365 (Fix log decoration (thanks Thiago Paiva Flores)) created by bennylp
Couple of minor defects with logging: - pjsua_logging_config.decor

Aug 25, 2007:

1:36 PM Changeset [1424] by bennylp
Implement ticket #336: custom presence status in NOTIFY/PUBLISH, …

Aug 24, 2007:

8:28 AM Changeset [1423] by bennylp
Ticket #365: ability to override generated ttuple ID in PIDF message body …

Aug 22, 2007:

12:34 PM Changeset [1422] by bennylp
Fixed bug in dsound.c: handled case when lpGUID is NULL (common for …
Note: See TracTimeline for information about the timeline view.