summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-18Fixed ticket #187: Bug with destination address calculation for strict route ↵Benny Prijono
set (thanks Hoi-Ho Chan) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1079 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-17Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody ↵Benny Prijono
reported build error on Slack 7.1 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1076 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-16Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file ↵Benny Prijono
buffers git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1074 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #183: Add flag in SDP negotiator to specify codec order ↵Benny Prijono
preference (thanks Esbjorn Dominique) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1072 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #182: SDP negotiation failed when local does not specify ↵Benny Prijono
telephone-event (thanks Esbjorn Dominique) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1070 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #181: Failed compilation because usleep() does not return int ↵Benny Prijono
on some *nix platforms (thanks Jukka-Pekka Kervinen) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1068 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #177: RTP port number is not reset in pjsua media (thanks Binu KS)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1066 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #175: GSM codec factory does not shutdown properly causing it ↵Benny Prijono
to fail on next pjsua_init (thanks Binu K S) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1064 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-14(big patch) Added top-level pjnath project and moved STUN related files to ↵Benny Prijono
this new project git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1062 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-14Fixed link error (multiple symbols) with pj_log_max_level with C++ buildBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1061 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-13Fixed ticket #172: SDP media direction negotiation bug (thanks Phil Torre)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1058 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-12Ticket #168: Added some variables in build.mak that can be used by ↵Benny Prijono
application in its makefile git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1055 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-10Completed and tested (simple test) the TURN server and command line ↵Benny Prijono
STUN/TURN client git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1054 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-10Started working on sample TURN clientBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1053 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-09Today's work on TURN server. All looks to be implementedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1052 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-09Ticket #166: updated config.sub to support new targets (eg. blackfin)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1050 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-08A really initial implementation on STUN serverBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1049 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-07Fixed ticket #164: Bug in pjmedia_stream_resume() not resuming the stream ↵Benny Prijono
(thanks PurnaChandar and Carmine) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1048 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-06Fixed ticket #162: assertion on thread creation in Win32 when log level 6 is ↵Benny Prijono
enabled git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1046 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-06Ticket #159: allow sound device selection in pjsua (thanks Michael Smith)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1044 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-05Optimization on the log and add tracing on mutex trylockBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1042 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-05Allow pjmedia_snd_init()/deinit() to be called more than onceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1041 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-05Implemented new STUN server frameworkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1040 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-04Fixed warnings in STUNBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1039 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-03Fixed STUN client/server authenticationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1038 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-03Committed today's work on STUNBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1037 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-03Fixed DNS test error because of recent changesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1035 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-02Finishing up client-side STUN authentication, a simple STUN client, and ↵Benny Prijono
simple STUN server git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1034 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-02Removed C++ style comment from dns.hBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1032 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/trunk@1031 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01More STUN workBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1030 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01Related to ticket #149: added test in pjlib-test to capture host resolution ↵Benny Prijono
crash git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1029 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01Fixed ticket #153: 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/trunk@1026 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01Fixed ticket #151: pj_gethostip() should fallback to default interface when ↵Benny Prijono
127.x.x.x is returned, not just 127.0.0.1 (thanks Andrey Kuprianov) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1025 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01Fixed ticket #149: Crash when resolving bad hostnames in Linux (thanks Binu KS)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1023 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01More work on STUN session frameworkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1021 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-01Fixed ticket 146: Division by zero in pj_pool_factory_dump() when there is ↵Benny Prijono
no active pool git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1019 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-28Fixed ticket #145: pj_ioqueue_poll() blocks forever because of invalid ↵Benny Prijono
timeout value (thanks Igor S) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1017 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-28Fixed build error for recent STUN modifications on UnixBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1016 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-28Testing SVN post-commit hookBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1015 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-28Testing SVN post-commit hookBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1014 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-28Testing SVN post-commit hookBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1013 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-27Fixed ticket #142: Crash on Linux when USB sound card set as the first sound ↵Benny Prijono
card (thanks Sergei Petrov) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1012 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-27Fixed ticket #140: Unable to play next tone after stop is called on tone ↵Benny Prijono
generator (thanks Antonio F. Cano) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1009 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Moved stun_session from client to libraryBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1008 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Fixed ticket #138: Potential memory overwrite in pjmedia session.c (thanks ↵Benny Prijono
David Clark) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1006 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Renamed pjstun_srv to pjstun_srv_testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1005 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Renamed pjstun_srv to pjstun_srv_testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1004 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Finishing up STUN server side authenticationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1003 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Added CRC32 code to pjlib-util, and implemented STUN FINGERPRINT and ↵Benny Prijono
MESSAGE-INTEGRITY git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1002 74dad513-b988-da41-8d7b-12977e46ad98