summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-18Fixed invalid URI typecasting in Contact header generation in PJSUA-LIBBenny Prijono
2007-02-18Check for non-SIP URI in buddy URLBenny Prijono
2007-02-17Fixed test.h to include all tests in pjsip testBenny Prijono
2007-02-16Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtypeBenny Prijono
2007-02-16Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcod...Benny Prijono
2007-02-14Fixed ticket #101: PJSUA transport is not updated with correct port number if...Benny Prijono
2007-02-13Implement ticket #99: a more generic mechanism to implement UAC transaction t...Benny Prijono
2007-02-12Fixed ticket #98: Error binding transports to specific interface in PJSUA-APIBenny Prijono
2007-02-10Related to ticket #97: make name_addr handling more robust against possibilit...Benny Prijono
2007-02-10Fixed ticket #97: bug with URI/name-addr copying in strict route handling rou...Benny Prijono
2007-02-05Fixed ticket #89: implement transaction timeout in REGISTER request (thanks F...Benny Prijono
2007-02-01Implement the missing pjsua_get_snd_dev() functionBenny Prijono
2007-02-01Fixed ticket #84: pjsua_transport_close() doesn't properly close transport (e...Benny Prijono
2007-01-31Updated PJSUA-API docs for Python and some bug fixes in Python moduleBenny Prijono
2007-01-29Some simple call testing to py_pjsua and bug fixesBenny Prijono
2007-01-27Fixed various gcc warnings especially related to ticket #82 when particular c...Benny Prijono
2007-01-26Fixed ticket #81: registration refresh crashed when NIC is plugged-offBenny Prijono
2007-01-25Ticket #78: increased PTIME in pjsua_media.c to 20ms (from 10ms) because of t...Benny Prijono
2007-01-25Updated doxygen documentation to version 0.5.10Benny Prijono
2007-01-24Implement ticket #77: allow specifying multiple files in pjsuaBenny Prijono
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-21Fixed ticket #68: pjsua account is not completely invalidatedBenny Prijono
2007-01-21Fixed ticket #73: regc does not respond to 401/407 challenge after it has bee...Benny Prijono
2007-01-20Fixed ticket #65: broken pjsip-test compilation because of recent changes in ...Benny Prijono
2007-01-20Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() sho...Benny Prijono
2007-01-14Continuing work on ticket #50: make explicit transport selection works for se...Benny Prijono
2007-01-13More work on ticket #50: binding of PJSUA-API account to specific transport, ...Benny Prijono
2007-01-13Removed trailing space for invite's CONFIRMED state nameBenny Prijono
2007-01-12Workaround for ticket #50: added API to lock/bind transaction, dialog, and re...Benny Prijono
2007-01-08Added simple_pjsua exampleBenny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
2006-12-29Fixed TLS transport when IOCP is usedBenny Prijono
2006-12-29Fixed ticket #25: Authentication loops forever when server keeps rejecting re...Benny Prijono
2006-12-26Fixed ticket #42: duplicate hash entry when TCP/TLS connection is created whi...Benny Prijono
2006-12-26(Ticket #52) Added functions to retrieve media port of player and recorder in...Benny Prijono
2006-12-26Ticket #51: Added audio level adjustment to PJSUA-APIBenny Prijono
2006-12-26Added DTMF callback support all the way to PJSUA API (ticket #48)Benny Prijono
2006-12-25Added TLS support in Makefiles (see ticket #3)Benny Prijono
2006-12-25Major TLS work (ticket #3): asynchronous socket, rather complete TLS options,...Benny Prijono
2006-12-24More TLS fixes (ticket #3), it should work now in blocking modeBenny Prijono
2006-12-15Fixed ticket #45: Accept, Allow, and Supported header may contain empty sequenceBenny Prijono
2006-12-11Added debugging info setting in Visual Studio project in Release modeBenny Prijono
2006-12-11More testing with TLS implementation (ticket #3), we can send outgoing reques...Benny Prijono
2006-12-08Initial implementation of TLS transport for ticket #3 (still not working at all)Benny Prijono
2006-12-07Fixed ticket #38: misleading error message when destination URI is not valid ...Benny Prijono
2006-12-02Fixed ticket #36: pjsip_regc_unregister() SHOULD NOT unregister all contacts ...Benny Prijono
2006-12-01Fixed ticket #34: unable to send REGISTER in the registration callbackBenny Prijono