summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/samples
AgeCommit message (Expand)Author
2007-02-18Added TCP transport in sipstateless sampleBenny Prijono
2007-02-17Updated documentation and sample for media conference with regard to maximum ...Benny Prijono
2007-02-17Added sleep() before destroying sound device in playfile and playsine to prev...Benny Prijono
2007-02-17sipstateless now takes an argument for the response code to be sentBenny Prijono
2007-02-13Fixed bug in simpleua sample: shouldn't respond to ACK request!Benny Prijono
2007-01-27Fixed various gcc warnings especially related to ticket #82 when particular c...Benny Prijono
2007-01-27Fixed ticket #82: link error when codec(s) are disabled from configure script...Benny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-08Added simple_pjsua exampleBenny Prijono
2006-12-22Ticket #46: added recording capability in streamutil sample applicationBenny Prijono
2006-11-30Implement task #26: integrate table based Alaw/Ulaw/linear conversion into pj...Benny Prijono
2006-11-29Fixed sndtest bug (ticket #32): it doesn't display the correct device being t...Benny Prijono
2006-11-25Fixed bug in siprtp: media transport was incorrectly NULL-ed after end of cal...Benny Prijono
2006-11-24Updated footprint script to include new stuffs such as echo canceller and ton...Benny Prijono
2006-11-24Fixed footprint calculation scriptBenny Prijono
2006-11-23Worked on the AEC. Apply constant delay bufferring for the AEC,Benny Prijono
2006-11-21Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_ate...Benny Prijono
2006-11-14Fixed transport detachment when there's no thread being used in siprtp.Benny Prijono
2006-10-20Fixed bug in siprtp in SDP generation because of recent change in SDP attribu...Benny Prijono
2006-10-16FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS OF...Benny Prijono
2006-10-16Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i optio...Benny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-02Added multi-purpose tone generator in PJMEDIA (tonegen.[hc])Benny Prijono
2006-08-13Set default codec to PCMU in pjsip-perfBenny Prijono
2006-08-09Fixed run-time bug with simple_ua and pjsip-perf sample.Benny Prijono
2006-08-06Fixed assertion error if ACK is received before INVITE transaction sends fina...Benny Prijono
2006-08-04More work on the AEC (including changes in PJSUA), embed the AEC in sound_por...Benny Prijono
2006-08-04More experimentation with AEC: (1) added media port to create bidirectional p...Benny Prijono
2006-07-31Changed siprtp on Linux to raise the thread priorityBenny Prijono
2006-07-29Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 cha...Benny Prijono
2006-07-25Fixed minor bug in siprtp: in summary report, percentage of RX loss is displa...Benny Prijono
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-22Few changes in siprtp:Benny Prijono
2006-07-18Undo modification to use timer, and back to using threads as the performance ...Benny Prijono
2006-07-16Fixed crash in SIP TCP transport deinitialization, and set pjsip-perf to hand...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-11Some minor modifications here and there in pjsip-perfBenny Prijono
2006-07-11Added PJSIP_MAX_NET_EVENTS configuration to pjsipBenny Prijono
2006-07-10pjsip-perf uses 1 milisecond polling timeout because IOCP does not work corre...Benny Prijono
2006-07-09Report peak memory used upon exitingBenny Prijono
2006-07-08Added caching pool capacity upon exiting pjsip-perfBenny Prijono
2006-07-08More fine tuning on the footprint report generation scriptBenny Prijono
2006-07-05Some improvements in footprint generationBenny Prijono
2006-07-04Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprintBenny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-07-03Added TCP support in pjsip-perf (also tried on Linux)Benny Prijono
2006-07-03Added (the forgotten) pjsip-perf.c into samples dirBenny Prijono
2006-07-03Added pjsip-perf in the samplesBenny Prijono
2006-07-02Added INVITE request verification in siprtp before incoming call is establishedBenny Prijono