summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2006-03-07Updated dev-guide pdf to 0.5.4Benny Prijono
2006-03-07Updated evsub to sync with the docBenny Prijono
2006-03-06Added --uas-duration and --uas-refresh option (the later is broken)Benny Prijono
2006-03-06Renamed getopt() to pj_getopt(), and fixed misc Linux warningsBenny Prijono
2006-03-06Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and SpeexBenny Prijono
2006-03-06Added to pjsua: write new media settings, modify call stat output, fixed gene...Benny Prijono
2006-03-06Fixed crashed bug when dialog is gone after it is found! Should not happen in...Benny Prijono
2006-03-05Added complexity and quality argument, and terminate dialog properly on failuresBenny Prijono
2006-03-05Added API to terminate dialog prematurely. Affect: dialog, invite sessions, e...Benny Prijono
2006-03-04Added Speex for narrowband, wideband, and ultra-wideband!!Benny Prijono
2006-03-04Major modification in conference bridge to allow ports with different ptime a...Benny Prijono
2006-03-03Terminate pending SUBSCRIBE if application sends another one (e.g. to unsubsc...Benny Prijono
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