summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-29Version 0.5.6.1 adds TCP support (experimental)v0.5.6.1Benny Prijono
2006-06-28Major improvements in PJSIP to support TCP. The changes fall into these categ...Benny Prijono
2006-06-28Enhancements and minor bug-fix in SIP UDP transport: (1) application may spec...Benny Prijono
2006-06-28Removed mutex protection in pjsip_endpt_create_pool() since the pool factory ...Benny Prijono
2006-06-28Added PJ_INT64() and PJ_UINT64() macro to construct 64bit constants in portab...Benny Prijono
2006-06-28Fixed bug in ioqueue IOCP: accept() callback is called with new socket handle...Benny Prijono
2006-06-28Fixed minor compliation warning in transport_udp.c, also corrected misleading...Benny Prijono
2006-06-28Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not zeroed,...Benny Prijono
2006-06-27Fixed bug in transaction: ACK message is not deletedBenny Prijono
2006-06-26Bring the dead pjsip-test up to date with latest pjsipBenny Prijono
2006-06-26Finished initial SIP TCP transport supportBenny Prijono
2006-06-26Added OSERR_ENOTCONN to compat/socket.hBenny Prijono
2006-06-26Added Winsock error code to the error messageBenny Prijono
2006-06-24Removed PDF docs from the SVN tree!Benny Prijono
2006-06-23Renamed pjsip_transport_unregister() to pjsip_transport_destroy(), also initi...Benny Prijono
2006-06-23Fixed 1st response time not initialized for UAS call in pjsuaBenny Prijono
2006-06-23Minor fix to doxygen documentation to ioqueue.hBenny Prijono
2006-06-23Fixed pjsip-test and added msg_err_test.c for testing parsing errorsBenny Prijono
2006-06-22Changed siprtp to strictly use one worker thread for all (SIP and media)Benny Prijono
2006-06-22Changed siprtp to use timer to schedule transmissions of RTP/RTCP packetsBenny Prijono
2006-06-22Added dq command in pjsua to dump current call qualityBenny Prijono
2006-06-22Fixed bug in sip_transport_udp: socket is closed after unregistered from ioqueueBenny Prijono
2006-06-22Changed default media quality to 3Benny Prijono
2006-06-22Modify all applications because of changed in WAV port API (removed user_data...Benny Prijono
2006-06-22Changed siprtp to use media transport framework to handle NATBenny Prijono
2006-06-22Added better API for media transport, and fixed bugs with pending RTP write o...Benny Prijono
2006-06-22Handle error reported by transportBenny Prijono
2006-06-22Fixed RTCP statistic returning fraction lost instead of total lostBenny Prijono
2006-06-22Fixed bug: ioqueue should return error when send()/sendto() is called while p...Benny Prijono
2006-06-22Fixed unreferenced argument warningBenny Prijono
2006-06-22Added the error code into error messagesBenny Prijono
2006-06-22Added capability to build pjmedia_sock_info from an UDP media transportBenny Prijono
2006-06-22Added memory/buffer based media playback and recordingBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-19Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS XBenny Prijono
2006-06-19Re-live --quality options in pjsuaBenny Prijono
2006-06-19Fixed bugs in negotiating SDP answer from remote for dynamic payload typesBenny Prijono
2006-06-19Display the invalid argument in pjsuaBenny Prijono
2006-06-19Fixed pjmedia build errors in the Makefile with the new gsm patchlevelBenny Prijono
2006-06-19Fix warning messages in GSM and speex because of previous update to GSM patch...Benny Prijono
2006-06-19Fix warning messages in GSM and speex because of previous update to GSM patch...Benny Prijono
2006-06-19Set log message level to error (=1) when message is too longBenny Prijono
2006-06-19Comment out PJSUA options that are no longer supported with new 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-18Updated doxygen documentation to all headers in PJMEDIABenny Prijono
2006-06-18Bring the GSM codec to patchlevel 12Benny Prijono
2006-06-18Added speex jitter buffer and AEC files to the libraryBenny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono
2006-06-16Fixed pjlib doxygen documentationBenny Prijono