summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2007-10-10Ticket #396: initial implementation of digest AKA (akav1-md5) authentication ...Benny Prijono
2007-10-06Fixed bug: resolver did not select securer transport for SIPS URIBenny Prijono
2007-10-06Ticket #393: Added configuration to set basic audio frame length to minimize ...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-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-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-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-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-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-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-08-12Ticket #362: Transaction timer I in Completed state should be zero for reliab...Benny Prijono
2007-08-01Fixed ticket #359: Wrong Via branch generation in proxy causing the same bran...Benny Prijono
2007-07-24Fixed ticket #356: Prototype and definition mismatch causing crash in sip_aut...Benny Prijono
2007-07-20Fixed ticket #355: Account ID is not initialized in pjsua_call_info for outgo...Benny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-07-18PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin)Benny Prijono
2007-07-17Ticket #353: memory leak with pjsua WAV file player/recorderBenny Prijono
2007-07-10Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via sent...Benny Prijono
2007-06-28Fixed ticket #351: Possible deadlock in pjsua-api presence subscription (than...Benny Prijono
2007-06-28Added command to add new account in pjsua applicationBenny Prijono
2007-06-28Ticket #349: Crash when sending PUBLISH when network is unreachableBenny Prijono
2007-06-27Ticket #347: Assertion failure when handling incoming presence subscription w...Benny Prijono
2007-06-27Ticket #346: deadlock in event subscription when SUBSCRIBE is followed immedi...Benny Prijono