summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-19Fixed miscellaneous warnings with gcc compilationBenny Prijono
2006-10-18Changed temporary buffer size for duplicating contact info in pjsua-lib to 10...Benny Prijono
2006-10-18Some changes to REFER handling in PJSUA-LIB:Benny Prijono
2006-10-18Updated doxygen documentation for media transport (again)Benny Prijono
2006-10-18Updated doxygen documentation in media transportBenny Prijono
2006-10-16FIXED BUG: pjsip_endpt_send_request() SHOULD DELETE THE REQUEST REGARDLESS OF...Benny Prijono
2006-10-16Fixed bug in client registration when pjsip_endpt_send_request() returns imme...Benny Prijono
2006-10-16Removed colon from SDP attribute value [thanks Olivier Gournet]Benny Prijono
2006-10-16Added logging in pjsua winceBenny Prijono
2006-10-16Fixed bug in media UDP transport: when recv() returns error (e.g. ICMP packet...Benny Prijono
2006-10-16Fixed missing #include <pjmedia/errno.h> in nullsound.cBenny Prijono
2006-10-16Changed siprtp to bind to specific address (instead of 0.0.0.0) when -i optio...Benny Prijono
2006-10-13Updated PortAudio to latest version for MacBenny Prijono
2006-10-13Fixed possible small memory leak in PJSUA registrationBenny Prijono
2006-10-13Fixed bug in static buffer based pool: thread local strorage leakageBenny Prijono
2006-10-13Fixed bug in log length calculation (null character was included) [thanks Kla...Benny Prijono
2006-10-12Fixed bugs in pasound.c again, this time it is suspected that two input/outpu...Benny Prijono
2006-10-11Fixed bug in pjsua_media.c: when sound device is created with different sampl...Benny Prijono
2006-10-11Fixed another typo in pj\types.h comment [thanks Tomasz Ostrowski]Benny Prijono
2006-10-11Changed pjsua_media.c to try different clock rates when opening sound deviceBenny Prijono
2006-10-11Changed pasound.c to open multiple streams when input/output are on different...Benny Prijono
2006-10-11Fixed missing pj_snd_get_info() in nullsound.cBenny Prijono
2006-10-10Changed pasound.c to handle situation when NULL is passed as input/output buf...Benny Prijono
2006-10-09Changed pasound.c to get the default sound devices from the host API's defaul...Benny Prijono
2006-10-09Fixed typos in pj_*int*_t's comments [thanks Tomasz Ostrowski].Benny Prijono
2006-10-08Modify sip_transaction.c to send ACK first before notifying upper layer about...Benny Prijono
2006-10-08Fixed title mismatch in PJLIB-UTIL HTML headerBenny Prijono
2006-10-08Added pjlib-util/config.h and pjlib-util/types.h to putBenny Prijono
2006-10-08Major addition to support DNS SRV resolution in PJSIP:Benny Prijono
2006-10-05Changed puts() to printf() in log_writer_stdout.c, since puts() introduced ex...Benny Prijono
2006-10-04Removed -DNDEBUG from default CFLAGS [thanks Olivier Gournet]Benny Prijono
2006-10-04Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and sa...Benny Prijono
2006-10-04Changed fputs() to puts() in log_writer_stdout.c, since it's suspected to cra...Benny Prijono
2006-10-03Fixed bug in the hash table size calculation. The hash table creation API (pj...Benny Prijono
2006-10-03Fixed compilation error in tone generator when using fixed point.Benny Prijono
2006-10-03Fixed minor error in pj_thread_is_registered() API. The return value should b...Benny Prijono
2006-09-30Added initial implementation of low-level DNS packetization Benny Prijono
2006-09-27Added pjmedia_snd_stream_get_info() function.Benny Prijono
2006-09-27Updated doxygen documentation on sdp_neg.hBenny Prijono
2006-09-26Added support for specifying IP address in PJSUA-LIB/pjsua.Benny Prijono
2006-09-25Fixed misleading log message from the sound port about EC being suspended whe...Benny Prijono
2006-09-25Version 0.5.8Benny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-24Fixed several bugs in PJSUA-API:Benny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22Handle incoming empty packets sent by some user agents (to refresh NAT)Benny Prijono
2006-09-22Fixed few bugs that seem to have been introduced by new dialog Benny Prijono
2006-09-22In pjsua, outgoing REFER now always put Refer-Sub: falseBenny Prijono
2006-09-21Fixed capture device enumeration bug in DirectSound, and changed SDP generati...Benny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono