summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2006-06-19Re-live --quality options in pjsuaBenny Prijono
2006-06-19Increase default max SIP packet size to 2000 (from 1500), since SIP PDU conta...Benny Prijono
2006-06-19Changed in presence: incoming NOTIFY without body will not change presence st...Benny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-15Fixed couple of bugs in pjsua API: (1) server presence subscription not setti...Benny Prijono
2006-06-15Cleanup misc compilation warnings with gccBenny Prijono
2006-06-14Fixed new pjsua build/makefilesBenny Prijono
2006-06-14Implement --null-audio, --auto-loop, etc. in pjsuaBenny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-13Fixed bugs in client authentication: (1)tx_data in reinit_req() is not invali...Benny Prijono
2006-06-13Added status_text and cause_text in dialog and transaction to capture the rea...Benny Prijono
2006-06-13Fixed bug in generating CANCEL request when the INVITE request contains Route...Benny Prijono
2006-06-07Updated pjsua Makefile with recent changes in pjsua-libBenny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-06-06More information in error reporting on parsing errorBenny Prijono
2006-06-01Initial work on pjsua ActiveX componentBenny Prijono
2006-06-01Added pjsip_endpt_handle_events2(), which has an additional argument to repor...Benny Prijono
2006-05-28More changes in pjsua API to make it more complete high level APIBenny Prijono
2006-05-27Added README-RTEMS and tweaked the makefilesBenny Prijono
2006-05-26First stage in pjsua library re-arrangements towards creating an easy to use ...Benny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono
2006-05-17Changed the way Content-Type is written. Whitespace is now written before the...Benny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-16Rearrange transaction statefull stuffs in SIP so that it will not be linked w...Benny Prijono
2006-05-16Fixed bug in UAS dialog (remote.info_str was taken from local info)Benny Prijono
2006-05-14Set default sound backend in Win32 to own DirectSound, and changed conference...Benny Prijono
2006-05-14Change how --add-codec works in pjsuaBenny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-05-04Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$C...Benny Prijono
2006-04-29Fixed bug in event subscription when it is challenged/authenticatedBenny Prijono
2006-04-29Improve codec handling in pjsua cmd-line options, and add URI to callBenny Prijono
2006-04-28Fixed compatibility problem (missing From tag) with RFC 2543 compliant UAsBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-04-20Added missing error texts in sip_errno.cBenny Prijono
2006-04-14Fixed bug: credentials are not copied properly in set_credentials()Benny Prijono
2006-04-09Added call duration in pjsuaBenny Prijono
2006-04-06Fixed RTCP compilation warnings with gccBenny Prijono
2006-04-06Integrate (stream) quality monitoring into RTCP framework, and update all RTC...Benny Prijono
2006-04-04Removed some UDP socket warningsBenny Prijono
2006-04-04Changed pjsip_dlg_send_request() API to NOT return transaction as it is not s...Benny Prijono
2006-03-31Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio error...Benny Prijono
2006-03-30Removed continuous warnings in handle_events in pjsua_core, and temporarily s...Benny Prijono
2006-03-30Support for alternate pool backendBenny Prijono
2006-03-30Fixed crash bug with poll_reset() in rdataBenny Prijono
2006-03-24Moved getopt from pjsua-lib to pjlib-utilBenny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-20Added clock-rate options in pjsuaBenny Prijono
2006-03-18Fixed or added misc flags to enable build selection via compile time macroBenny Prijono
2006-03-18Added option to disable error message altogether, to save space footprintBenny Prijono