summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-30Reverted back CSeq data type to signed 32bit integerBenny Prijono
2007-09-30Changed CSeq data type in dialog to 32bit (instead of 31bit)Benny Prijono
2007-09-30Changed initial sequence number randomization to produce number in 15bit inst...Benny Prijono
2007-09-30Minor fix: changed file identification in log (the THIS_FILE macro) from sip_...Benny Prijono
2007-09-30Removed assertion when transport is closed while stream is still attachedBenny Prijono
2007-09-28Ticket #384: Prefer to use Direct Sound as the sound device backend on WindowsBenny Prijono
2007-09-28Updated .DEF files for Symbian with the latest API changesBenny Prijono
2007-09-27Ticket #381: auto-update the IP address in Contact according to the address/p...Benny Prijono
2007-09-27Fixed ticket #383: Bug with handling Via received and rport parameters for re...Benny Prijono
2007-09-25Exported some private pjsua_call.c functions related to call quality statisticsBenny Prijono
2007-09-24Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.Benny Prijono
2007-09-24Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specificatio...Benny Prijono
2007-09-24Updated ./configure to handle Mingw problem with mount directories (thanks La...Benny Prijono
2007-09-24Overridable media session pool sizeBenny Prijono
2007-09-20Related to ticket #377: fixed bug in incoming RTCP RR handling because the RT...Benny Prijono
2007-09-20Related to ticket #377: Fixed bug in RTCP fraction_lost calculation: the firs...Benny Prijono
2007-09-20Ticket #377: Support for sending RTCP RRBenny Prijono
2007-09-20Re-enable STUN status 437 (No Binding) since this is used by TURNBenny Prijono
2007-09-19Added VS 2005 project for Python module, and silenced the annoying VS 2005's ...Benny Prijono
2007-09-19Fixed ticket #376: Bug in ioqueue prevents re-registering more than PJ_IOQUEU...Benny Prijono
2007-09-18Ticket #374: Update STUN specification from rfc3489bis-06 to rfc3489bis-10Benny Prijono
2007-09-17Updated pjsua_app.py Python sample application to the new changes in Python m...Benny Prijono
2007-09-17Fixed broken Python module build scriptBenny Prijono
2007-09-15Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transportBenny Prijono
2007-09-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-09-14Fixed ticket #372: Handle case where STUN mapped address has changed in ICE (...Benny Prijono
2007-09-14Fixed ticket #368: STUN keep-alive timed out when ICE is usedBenny Prijono
2007-09-12Ticket #349 revisited: Crash when sending PUBLISH when network is unreachableBenny Prijono
2007-09-11Fixed ticket #371: Bug with REGISTER expiration calculation (thanks Philippe ...Benny Prijono
2007-09-10Updated Python module to pjsip-0.7 (inc. custom presence test)Benny Prijono
2007-09-08Fixed ticket #367: Hash table will duplicate the hash key (thanks Scott Lu)Benny Prijono
2007-08-31Continuing ticket #2: initial test with Symbian sound device implementation. ...Benny Prijono
2007-08-31Fixed ticket #366: Crash in SDP negotiator when initial local SDP is not spec...Benny Prijono
2007-08-30More Symbian works:Benny Prijono
2007-08-30Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Pa...Benny Prijono
2007-08-25Implement ticket #336: custom presence status in NOTIFY/PUBLISH, supporting s...Benny Prijono
2007-08-24Ticket #365: ability to override generated ttuple ID in PIDF message body (th...Benny Prijono
2007-08-22Fixed bug in dsound.c: handled case when lpGUID is NULL (common for primary d...Benny Prijono
2007-08-17Fixed bug in dsound.c: device GUID refered to local variableBenny Prijono
2007-08-16Fixed compilation error in os_symbian.h caused by mispelled header name (than...Benny Prijono
2007-08-16Fixed missing return value in unload_iphlp_module() function declarationBenny Prijono
2007-08-16Fixed compilation warningsBenny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-08-13Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC 2833 ...Benny Prijono
2007-08-12Ticket #362: Transaction timer I in Completed state should be zero for reliab...Benny Prijono
2007-08-09Added checking for STUN message type when performing cached STUN response loo...Benny Prijono
2007-08-02Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks Pe...Benny Prijono
2007-08-02Fixed ticket #360: More support for strict routed requests in proxy sample (t...Benny Prijono
2007-08-01Fixed ticket #359: Wrong Via branch generation in proxy causing the same bran...Benny Prijono
2007-07-28Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO...Benny Prijono