summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2006-03-02Added IM and composition indication, and testedBenny Prijono
2006-03-02Fixed bug when a disconnected INVITE session was brought to confirmed again o...Benny Prijono
2006-03-02Changed pjsip_msg_body_clone(), added pjsip_msg_body_create()Benny Prijono
2006-03-02Added optional header and body in pjsip_dlg_respondBenny Prijono
2006-03-01Increase UDP transport socket buffer size to 24M!Benny Prijono
2006-03-01Maximize the size of SO_SNDBUF and SO_RCVBUF for UDP transportBenny Prijono
2006-03-01Added option to perform detailed or summary only dumpBenny Prijono
2006-03-01Moved pjsua to pjsip-appsBenny Prijono
2006-03-01Fixed bug where rdata is not reset properly causing memory to grow indefinitelyBenny Prijono
2006-02-28Updated 0.5.2Benny Prijono
2006-02-27Fixed Makefile to adhere library dependenciesBenny Prijono
2006-02-27Changed pjsip_endpt_handle_events() to return pj_status_t instead of voidBenny Prijono
2006-02-27Fixed bug in conference instantiation when max-ports is not properly setBenny Prijono
2006-02-27Fixed Linux port warnings/errorsBenny Prijono
2006-02-27Updated mingw compilationBenny Prijono
2006-02-27Moved pjsua framework to pjsua-libBenny Prijono
2006-02-26Fixed warnings in getoptBenny Prijono
2006-02-26Major redesign in pjsua: call is indexed by number, multiple accounts, config...Benny Prijono
2006-02-26Do not drop response with mismatch sent-by, since it can happen when endpoint...Benny Prijono
2006-02-25Tidying up and make it consistent with the documentationBenny Prijono
2006-02-25Synched with documentationBenny Prijono
2006-02-23Fixed generation of header from the URIBenny Prijono
2006-02-23Fixed crashed bugs when session dissapers while pjsua is waiting for keyboard inBenny Prijono
2006-02-23Added support for NULL frame in rtp stream, fixed bugs here and there in INVI...Benny Prijono
2006-02-23Added support for playing WAV fileBenny Prijono
2006-02-22Fixed STUN errorBenny Prijono
2006-02-22Fixed bug in registration (CSeq not incremented after 401)Benny Prijono
2006-02-22Added incoming call notificationBenny Prijono
2006-02-22RFC 2833 support!Benny Prijono
2006-02-22Better error reporting in pjmedia streamBenny Prijono
2006-02-21Implemented major feature: call hold and transferBenny Prijono
2006-02-21Initial conference implementationBenny Prijono
2006-02-19SIMPLE test with FWD, and added more info in UIBenny Prijono
2006-02-19Fixing Makefiles for the new pjmedia-codec and pjsip-simple librariesBenny Prijono
2006-02-19Initial SIMPLE implementationBenny Prijono
2006-02-19Fixed premature dialog deletion, causing crashBenny Prijono
2006-02-19Return correct error when sending message failedBenny Prijono
2006-02-14Ported pjsip to WinCEBenny Prijono
2006-02-10Integrated pjmedia-codec library to pjsuaBenny Prijono
2006-02-10Added more logging, and fixed bug when ACK is responded!Benny Prijono
2006-02-09Fixed bug where resolved address is not properly propagated from resolver to ...Benny Prijono
2006-02-09Fixed Linux OSS soundBenny Prijono
2006-02-09Failed attempt to build pjmedia with DirectSound on LinuxBenny Prijono
2006-02-09Fixed ACK receipt not processed by invite sessionBenny Prijono
2006-02-09Updated with new jitter buffer, and statistics in pjsuaBenny Prijono
2006-02-09Setting svn:eol-style attributeBenny Prijono
2006-02-09Done media integration in pjsua. Needs to do actual voice testingBenny Prijono
2006-02-09Integration of pjmedia and pjsip error subsystem to pjlibBenny Prijono
2006-02-08Finished invite session UAS implementationBenny Prijono
2006-02-08Initial UAS implementation in invite sessionBenny Prijono