summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Expand)Author
2007-04-06Fixed ticket #215: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny Prijono
2007-04-05Fixed ticket #213: Error opening sound device is not propagated to applicatio...Benny Prijono
2007-04-04Ticket #211: IM typing indication request is missing route set (thanks Nichol...Benny Prijono
2007-04-04Ticket #207: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe)Benny Prijono
2007-04-03Undo ticket #184: removed pj_file_flush() from pjsua-lib since it slows down ...Benny Prijono
2007-04-02Added PJSUA API to create request using account configBenny Prijono
2007-04-01Ticket #204: Implement SIP proxy functionalities (including some samples)Benny Prijono
2007-03-27Fixed ticket #202: Fix telephone-event order in SDP (thanks Chris Hamilton)Benny Prijono
2007-03-26Fixed ticket #195: The ---contact option was ignored in pjsuaBenny Prijono
2007-03-20Fixed ticket #190: PUBLISH request in pjsua is not initialized with account's...Benny Prijono
2007-03-19Fixed ticket #188: Error parsing compact form of SIP header (thanks Tobias SÃ...Benny Prijono
2007-03-19Fixed ticket #188: Error parsing compact form of Via header (thanks Tobias SÃ...Benny Prijono
2007-03-18Fixed gcc compilation warnings with last modification for ticket #186Benny Prijono
2007-03-17Fixed ticket #186: Major bug with destination address calculation for strict ...Benny Prijono
2007-03-16Ticket #184: Added pj_file_flush() to file I/O API to flush file buffersBenny Prijono
2007-03-15Fixed ticket #176: RTP port number is not reset in pjsua media (thanks Binu KS)Benny Prijono
2007-03-03Fixed DNS test error because of recent changes in DNSBenny Prijono
2007-03-02Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks...Benny Prijono
2007-03-01Fixed ticket #152: UAC dialog doesn't update route_set when calling RFC 2543 ...Benny Prijono
2007-02-28Fixed ticket #144: pj_ioqueue_poll() blocks forever because of invalid timeou...Benny Prijono
2007-02-24Fixed ticket #135: Invalid presence entity ID when URI is specified in name-a...Benny Prijono
2007-02-24Fixed ticket #133: PUBLISH is rejected with 404 when REGISTER is challenged w...Benny Prijono
2007-02-22Fixed ticket #131: dialog automatically insert Contact header when sending 3x...Benny Prijono
2007-02-20Fixed (and tested) ticket #111: Workaround for forkingBenny Prijono
2007-02-19Fixed ticket #113: INVITE transaction is not destroyed immediately when ACK h...Benny Prijono
2007-02-19Fixed ticket #111 on stable branch: workaround for forked dialogBenny Prijono
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