summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2007-05-15Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Fran...Benny Prijono
2007-05-15Fixed Symbian compilation error for pjsua_im.cBenny Prijono
2007-05-14Ticket #274: the From parameter on_pager() callback contains Contact instead ...Benny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-11Added IP bandwidth output in pjsua dq reportBenny Prijono
2007-05-10Fixed crash when incoming call is received while application is startingBenny Prijono
2007-05-04Fixed more bugs caused by ticket #221Benny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-05-03Implemented ticket #246, #247, #261, #268, #250 for SymbianBenny Prijono
2007-05-02Errno and memory size tweaking for SymbianBenny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-05-02Ported PJSIP and PJSIP-SIMPLE to SymbianBenny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-05-01Fixed build error on LinuxBenny Prijono
2007-04-29Related to ticket #240: fixed URI test because of changes in parsing quoted p...Benny Prijono
2007-04-29Continuing ticket #240: Error parsing quoted URI parametersBenny Prijono
2007-04-29Fixed ticket #242: Crash on Windows when no sound device is availableBenny Prijono
2007-04-29Fixed ticket #240: error parsing/printing quoted parameters, and also added h...Benny Prijono
2007-04-28Undo ticket #238Benny Prijono
2007-04-28Fixed ticket #238: allow colon in Via parametersBenny Prijono
2007-04-28Fixed typo in PUBLISH documentation (thanks Klaus Darilion)Benny Prijono
2007-04-22Merged changes from the trunkBenny Prijono
2007-04-18Fixed the legacy build systemBenny Prijono
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