summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-07Version 0.5.4 final web releasev0.5.4Benny Prijono
2006-03-07Fixed pjsip-perf for 0.5.4Benny Prijono
2006-03-07Updated dev-guide pdf to 0.5.4Benny Prijono
2006-03-07Version 0.5.4 (web release)Benny 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-06Fixed bug in writing log when pj_init() is calledBenny Prijono
2006-03-06Set minimum quality for Speex ultrawideband codec to 5 (because sound is brok...Benny Prijono
2006-03-06Fixed bug in remote payload type searchBenny Prijono
2006-03-06Fixed warnings in Linux buildBenny Prijono
2006-03-06Renamed getopt() to pj_getopt(), and fixed misc Linux warningsBenny Prijono
2006-03-06Fixed warnings on Linux buildBenny Prijono
2006-03-06Added version info on pj_init()Benny Prijono
2006-03-06Added missing speex_config_types.hBenny Prijono
2006-03-06Updated Makefiles for SIMPLE IM+iscomposing, wideband support, and SpeexBenny Prijono
2006-03-06Fixed warnings in pjmedia_sdp_attr_cmpBenny Prijono
2006-03-06Tested Speex codecs (narrowband, wideband, ultrawideband)!Benny 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-06Changed Speex defaults: complexity=-1, vad=off. Tested with EyeBeamBenny Prijono
2006-03-06Fixed bug if payload type for rx and tx is different (i.e. dyn pt)Benny Prijono
2006-03-05Added PJ_EEOF in pjlib errno.hBenny Prijono
2006-03-05Allow file port to read the file in chunks instead of a wholeBenny Prijono
2006-03-05Fixed bug where resample may write pass the output bufferBenny Prijono
2006-03-05Show call disconnect reasonBenny Prijono
2006-03-05Added few more wordsBenny 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-05Added assert checking in speex codecBenny Prijono
2006-03-05Fixed serious flaw in GSM where encoder and decoder shared the same state!Benny Prijono
2006-03-05Fixed SDP negotiation to include clock rateBenny Prijono
2006-03-05Fixed Speex warnings, and set version to 0.5.3.1Benny 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-03Support for missing rtpmap for static payload typesBenny Prijono
2006-03-03Terminate pending SUBSCRIBE if application sends another one (e.g. to unsubsc...Benny Prijono
2006-03-02Put few words in INSTALL.txt and README.txtBenny Prijono
2006-03-02Fixed compilation warnings and errors in pjsip-perfBenny Prijono
2006-03-02Added IM and composition indication, and testedBenny 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-02Added PJLIB_UTIL_EINXML in errnoBenny Prijono
2006-03-02Added pj_strdup2_with_nullBenny Prijono
2006-03-01Found out what has been causing the slow performance.Benny 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 logging in pjsip-perfBenny Prijono
2006-03-01Handle failure to open log fileBenny Prijono