summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2007-04-17Fixed build system for third_partyBenny Prijono
2007-04-09Updated EVC project files with new directory layoutBenny Prijono
2007-04-09Fixed all VS6 and VS8 projects with new third party projects layoutBenny Prijono
2007-04-06Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny Prijono
2007-04-05Fixed ticket #214: Error opening sound device is not propagated to applicatio...Benny Prijono
2007-04-04Ticket #212: IM typing indication request is missing route set (thanks Nichol...Benny Prijono
2007-04-04Ticket #209: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe)Benny Prijono
2007-04-03Undo ticket #185: removed pj_file_flush() from pjsua-lib since it slows down ...Benny Prijono
2007-04-02Added pjsua_dump(), and fix STUN DNS SRV resolution error in pjsuaBenny Prijono
2007-04-02When STUN is used with ICE, SDP media line should show the public IP addressBenny Prijono
2007-04-02Fixed hold/re-INVITE bug when ICE is usedBenny Prijono
2007-04-02Updated project dependencies to pjnathBenny Prijono
2007-04-02Ticket #205: merged proxy functionalities from stable to trunkBenny Prijono
2007-03-28Fixed pjnath build warnings/errors on LinuxBenny Prijono
2007-03-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono
2007-03-27Fixed ticket #203: Fix error when telephone-event is set as the first format ...Benny Prijono
2007-03-27ICE: added media index in pjmedia when handling SDP containing ICE candidatesBenny Prijono
2007-03-26ICE: implement RTCP component and cancelling check in progressBenny Prijono
2007-03-25ICE (work in progress): use single socket for all candidates in component, an...Benny Prijono
2007-03-24Added generic DNS SRV resolution in pjlib-utilBenny Prijono
2007-03-24ICE (work in progress): implement error codesBenny Prijono
2007-03-23Added/updated VS8 projects for pjnathBenny Prijono
2007-03-23ICE (work in progress): implemented server reflexive candidateBenny Prijono
2007-03-23ICE (work in progress): integration with PJSUABenny Prijono
2007-03-20Fixed compilation error in TLS transport because of recent changes in pj_sock...Benny Prijono
2007-03-20Fixed ticket #191: PUBLISH request in pjsua is not initialized with account's...Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias SÃ...Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias SÃ...Benny Prijono
2007-03-18Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffsBenny Prijono
2007-03-18Fixed ticket #187: Bug with destination address calculation for strict route ...Benny Prijono
2007-03-16Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file ...Benny Prijono
2007-03-15Fixed ticket #177: RTP port number is not reset in pjsua media (thanks Binu KS)Benny Prijono
2007-03-03Fixed DNS test error because of recent changesBenny Prijono
2007-03-02Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks...Benny Prijono
2007-03-01Fixed ticket #153: UAC dialog doesn't update route_set when calling RFC 2543 ...Benny Prijono
2007-02-28Fixed ticket #145: pj_ioqueue_poll() blocks forever because of invalid timeou...Benny Prijono
2007-02-25Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, an...Benny Prijono
2007-02-24Fixed ticket #136: Invalid presence entity ID when URI is specified in name-a...Benny Prijono
2007-02-24Fixed ticket #90: PUBLISH is rejected with 404 when REGISTER is challenged wi...Benny Prijono
2007-02-22Fixed ticket #132: dialog automatically insert Contact header when sending 3x...Benny Prijono
2007-02-21Merged the ICE branch into the trunkBenny Prijono
2007-02-20Fixed (and tested) ticket #112: Workaround for forkingBenny Prijono
2007-02-19Fixed ticket #114: INVITE transaction is not destroyed immediately when ACK h...Benny Prijono
2007-02-19Fixed ticket #111: workaround for forking dialogBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-18Fixed invalid URI typecasting in Contact header generation in PJSUA-LIBBenny Prijono
2007-02-18Check for non-SIP URI in buddy URLBenny Prijono
2007-02-17Fixed test.h to include all tests in pjsip testBenny Prijono
2007-02-16Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtypeBenny Prijono
2007-02-16Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcod...Benny Prijono