summaryrefslogtreecommitdiff
path: root/pjsip/src
AgeCommit message (Collapse)Author
2007-04-06Fixed ticket #215: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1158 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-05Fixed ticket #213: Error opening sound device is not propagated to ↵Benny Prijono
application (thanks Paul Levin) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1155 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-04Ticket #211: IM typing indication request is missing route set (thanks ↵Benny Prijono
Nicholas Xu) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1147 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-04Ticket #207: Added XMLNS for attribute for PIDF document (thanks Tory Patnoe)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1143 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-03Undo ticket #184: removed pj_file_flush() from pjsua-lib since it slows down ↵Benny Prijono
application substantially! git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1137 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-02Added PJSUA API to create request using account configBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1122 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-01Ticket #204: Implement SIP proxy functionalities (including some samples)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1121 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-27Fixed ticket #202: Fix telephone-event order in SDP (thanks Chris Hamilton)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1107 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-26Fixed ticket #195: The ---contact option was ignored in pjsuaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1105 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-20Fixed ticket #190: PUBLISH request in pjsua is not initialized with ↵Benny Prijono
account's route set (thanks Nicholas Xu) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1086 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-19Fixed ticket #188: Error parsing compact form of SIP header (thanks Tobias ↵Benny Prijono
Söreling) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1083 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-19Fixed ticket #188: Error parsing compact form of Via header (thanks Tobias ↵Benny Prijono
Söreling) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1081 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-18Fixed gcc compilation warnings with last modification for ticket #186Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1078 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-17Fixed ticket #186: Major bug with destination address calculation for strict ↵Benny Prijono
route set (thanks Hoi-Ho Chan) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1077 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-16Ticket #184: Added pj_file_flush() to file I/O API to flush file buffersBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1073 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #176: RTP port number is not reset in pjsua media (thanks Binu KS)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1065 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-03Fixed DNS test error because of recent changes in DNSBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1036 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-02Fixed ticket #156: Not enough memory to parse DNS packets in resolver ↵Benny Prijono
(thanks Frank Wiersma) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1033 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01Fixed ticket #152: UAC dialog doesn't update route_set when calling RFC 2543 ↵Benny Prijono
UAS (thanks Binu K S) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1027 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-28Fixed ticket #144: pj_ioqueue_poll() blocks forever because of invalid ↵Benny Prijono
timeout value (thanks Igor S) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1018 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-24Fixed ticket #135: Invalid presence entity ID when URI is specified in ↵Benny Prijono
name-addr format git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@999 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-24Fixed ticket #133: PUBLISH is rejected with 404 when REGISTER is challenged ↵Benny Prijono
with 401/407 git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@997 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-22Fixed ticket #131: dialog automatically insert Contact header when sending ↵Benny Prijono
3xx response (thanks Hozjan Vladimir for reporting) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@994 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-20Fixed (and tested) ticket #111: Workaround for forkingBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@988 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Fixed ticket #113: INVITE transaction is not destroyed immediately when ACK ↵Benny Prijono
has the same branch as the INVITE git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@981 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Fixed ticket #111 on stable branch: workaround for forked dialogBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@980 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with ↵Benny Prijono
2007 in copyright notice in all sources git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@974 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Fixed invalid URI typecasting in Contact header generation in PJSUA-LIBBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@971 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Check for non-SIP URI in buddy URLBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@969 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed test.h to include all tests in pjsip testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@962 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtypeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@952 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14Fixed ticket #101: PJSUA transport is not updated with correct port number ↵Benny Prijono
if application specifies port is zero git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@947 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-13Implement ticket #99: a more generic mechanism to implement UAC transaction ↵Benny Prijono
timeout after provisional response is received git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@942 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-12Fixed ticket #98: Error binding transports to specific interface in PJSUA-APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@941 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-10Related to ticket #97: make name_addr handling more robust against ↵Benny Prijono
possibility of bugs that someone may put another name_addr inside a name_addr git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@939 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-10Fixed ticket #97: bug with URI/name-addr copying in strict route handling ↵Benny Prijono
routine git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@938 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-05Fixed ticket #89: implement transaction timeout in REGISTER request (thanks ↵Benny Prijono
Frank Wiersma for reporting the problem) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@932 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-01Implement the missing pjsua_get_snd_dev() functionBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@925 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-01Fixed ticket #84: pjsua_transport_close() doesn't properly close transport ↵Benny Prijono
(especially TLS) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@923 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-31Updated PJSUA-API docs for Python and some bug fixes in Python moduleBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@918 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-29Some simple call testing to py_pjsua and bug fixesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@916 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-27Fixed various gcc warnings especially related to ticket #82 when particular ↵Benny Prijono
codecs are disabled git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@911 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-26Fixed ticket #81: registration refresh crashed when NIC is plugged-offBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@908 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-25Ticket #78: increased PTIME in pjsua_media.c to 20ms (from 10ms) because of ↵Benny Prijono
the noisy audio problem git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@906 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-24Implement ticket #77: allow specifying multiple files in pjsuaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@903 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@895 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@893 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-21Fixed ticket #68: pjsua account is not completely invalidatedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@892 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-21Fixed ticket #73: regc does not respond to 401/407 challenge after it has ↵Benny Prijono
been marked for deletion git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@891 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-20Fixed ticket #65: broken pjsip-test compilation because of recent changes in ↵Benny Prijono
transport git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@890 74dad513-b988-da41-8d7b-12977e46ad98