summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-12Ticket #398: Initial support for Secret Rabbit Code (aka libsamplerate) sampl...Benny Prijono
2007-10-11Fixed compilation warnings with AKA implementationBenny Prijono
2007-10-11Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf)Benny Prijono
2007-10-10Fixed build warnings/error on LinuxBenny Prijono
2007-10-10Continuing ticket #396: added PJSIP_HAS_DIGEST_AKAv1_AUTH to enable AKA suppo...Benny Prijono
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-10-07Updated PJNATH doxygen documentationBenny Prijono
2007-10-07Ticket #395: Added configuration to control maximum PortAudio sound buffer la...Benny Prijono
2007-10-07Minor fixes to TURN server: handle immediate recv() error, call pjnath_init()...Benny Prijono
2007-10-06Fixed bug: resolver did not select securer transport for SIPS URIBenny Prijono
2007-10-06Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 t...Benny Prijono
2007-10-06Ticket #393: Added configuration to set basic audio frame length to minimize ...Benny Prijono
2007-10-06Changed RTP initial sequence number to be within 15bit number, as required by...Benny Prijono
2007-10-06Changed reference to ice-15 to ice-18Benny Prijono
2007-10-05Ticket #392: Added configuration to enable old, rfc3489bis-06 and older, styl...Benny Prijono
2007-10-05Force svn eol-style for WinCE project files to CRLFBenny Prijono
2007-10-05Ticket #391: Added framework to send and receive arbitrary requests within ca...Benny Prijono
2007-10-05Related to ticket #95: bug in TLS transport: keep-alive timer is not cancelle...Benny Prijono
2007-10-04Related to ticket #5: fixed compilation warnings on gccBenny Prijono
2007-10-04Related to ticket #385: fixed gcc compilation warningsBenny Prijono
2007-10-04Ticket #95: Keep-alive mechanism for TCP and TLS transportsBenny Prijono
2007-10-04Ticket #390: Register session will keep transport instance so that keep-alive...Benny Prijono
2007-10-04Ticket #389: Added new commands in pjsua to change codec priorities and send ...Benny Prijono
2007-10-04Related to ticket #385: fixed bug in pjsua-lib: 100rel module is not initiali...Benny Prijono
2007-10-03Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiationBenny Prijono
2007-10-01Ticket #388: Support for receiving RTP packet with no payloadBenny Prijono
2007-10-01Related to ticket #385: bug in 100rel causing 2xx response to be queued indef...Benny Prijono
2007-10-01Fixed ticket #387: UAS dialog should add Contact header in 1xx responseBenny Prijono
2007-10-01Fixed ticket #386: Over-deinitialize sound subsystem in pjsua_media.c (thanks...Benny Prijono
2007-09-30Fixed compilation error in sip_100rel.c when c++ mode is usedBenny Prijono
2007-09-30Ticket #385: Support for reliable provisional response (100rel, PRACK)Benny Prijono
2007-09-30Changed pjsip_tx_data obj_name to be consistent with its pool obj_nameBenny Prijono
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