summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-28Fixed pjnath build warnings/errors on LinuxBenny Prijono
2007-03-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono
2007-03-27Created doxygen documentation for PJNATHBenny Prijono
2007-03-27Fixed ticket #203: Fix error when telephone-event is set as the first format ...Benny Prijono
2007-03-27ICE: added media index in pjmedia when handling SDP containing ICE candidatesBenny Prijono
2007-03-26ICE: implement RTCP component and cancelling check in progressBenny Prijono
2007-03-25ICE (work in progress): use single socket for all candidates in component, an...Benny Prijono
2007-03-24Omit SDP rtcp attribute when RTCP is not present in sockinfoBenny Prijono
2007-03-24Added generic DNS SRV resolution in pjlib-utilBenny Prijono
2007-03-24ICE (work in progress): implement error codesBenny Prijono
2007-03-23Added/updated VS8 projects for pjnathBenny Prijono
2007-03-23ICE (work in progress): implemented server reflexive candidateBenny Prijono
2007-03-23ICE (work in progress): integration with PJSUABenny Prijono
2007-03-23ICE (work in progress): implemented ICE media transportBenny Prijono
2007-03-22Final ICE stream transportBenny Prijono
2007-03-22Tested simple ICE with dataBenny Prijono
2007-03-22Completed initial test for ICEBenny Prijono
2007-03-21Added pjnath-testBenny Prijono
2007-03-21ICE complete, ready for testingBenny Prijono
2007-03-21s/stun_setting/stun_configBenny Prijono
2007-03-21s/stun_endpoint/stun_settingBenny Prijono
2007-03-20Today's workBenny Prijono
2007-03-20Fixed compilation error in TLS transport because of recent changes in pj_sock...Benny Prijono
2007-03-20Fixed ticket #191: PUBLISH request in pjsua is not initialized with account's...Benny Prijono
2007-03-20--Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias SÃ...Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias SÃ...Benny Prijono
2007-03-18Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffsBenny Prijono
2007-03-18Fixed ticket #187: Bug with destination address calculation for strict route ...Benny Prijono
2007-03-17Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody re...Benny Prijono
2007-03-16Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file ...Benny Prijono
2007-03-15Fixed ticket #183: Add flag in SDP negotiator to specify codec order preferen...Benny Prijono
2007-03-15Fixed ticket #182: SDP negotiation failed when local does not specify telepho...Benny Prijono
2007-03-15Fixed ticket #181: Failed compilation because usleep() does not return int on...Benny Prijono
2007-03-15Fixed ticket #177: RTP port number is not reset in pjsua media (thanks Binu KS)Benny Prijono
2007-03-15Fixed ticket #175: GSM codec factory does not shutdown properly causing it to...Benny Prijono
2007-03-14(big patch) Added top-level pjnath project and moved STUN related files to th...Benny Prijono
2007-03-14Fixed link error (multiple symbols) with pj_log_max_level with C++ buildBenny Prijono
2007-03-13Fixed ticket #172: SDP media direction negotiation bug (thanks Phil Torre)Benny Prijono
2007-03-12Ticket #168: Added some variables in build.mak that can be used by applicatio...Benny Prijono
2007-03-10Completed and tested (simple test) the TURN server and command line STUN/TURN...Benny Prijono
2007-03-10Started working on sample TURN clientBenny Prijono
2007-03-09Today's work on TURN server. All looks to be implementedBenny Prijono
2007-03-09Ticket #166: updated config.sub to support new targets (eg. blackfin)Benny Prijono
2007-03-08A really initial implementation on STUN serverBenny Prijono
2007-03-07Fixed ticket #164: Bug in pjmedia_stream_resume() not resuming the stream (th...Benny Prijono
2007-03-06Fixed ticket #162: assertion on thread creation in Win32 when log level 6 is ...Benny Prijono
2007-03-06Ticket #159: allow sound device selection in pjsua (thanks Michael Smith)Benny Prijono
2007-03-05Optimization on the log and add tracing on mutex trylockBenny Prijono
2007-03-05Allow pjmedia_snd_init()/deinit() to be called more than onceBenny Prijono