Commit graph

1256 commits

Author SHA1 Message Date
Benny Prijono
b6e8bd4e90 Fixed ticket #306: Error in SIP transport lookup because of memory alignment problem (thanks Samuel Vinson)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1310 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-28 12:58:57 +00:00
Benny Prijono
a0886c9c4e Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna Phillips
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1309 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-28 12:10:35 +00:00
Benny Prijono
17e58ed63a Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1307 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-28 11:49:46 +00:00
Benny Prijono
4730d6bdce Fixed ticket #303: Crash on STUN session's keep alive on loss of network connectivity
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1306 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-25 15:43:10 +00:00
Benny Prijono
ecbd0902ea Fixed ticket #300: Assertion error or handle leak when creating thread with SUSPENDED state
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1304 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-25 11:39:39 +00:00
Benny Prijono
6fbe48ece5 Fixed gcc warning because of ticket #297
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1303 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-25 11:31:09 +00:00
Benny Prijono
850bc77fd9 Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is set
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1302 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-25 11:28:34 +00:00
Benny Prijono
50e5c53ec0 Ticket #298: New API to get the number of ports registered in conference bridge
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1301 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-25 06:13:55 +00:00
Benny Prijono
684c057827 Fixed ticket #297: Bug in handling data from peer in TURN sample application (thanks scott_lvsha)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1300 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-25 06:11:35 +00:00
Benny Prijono
ba863f4f87 Changed version to 0.7.0-rc2
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1299 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23 14:55:03 +00:00
Benny Prijono
fb2cec3f0e Fixed gcc warning about unitialized variable
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1298 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23 14:54:48 +00:00
Benny Prijono
9d105f4d3a Fixed ticket #295: Uninitialized memory read reported by Purify in sound device
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1296 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23 14:25:32 +00:00
Benny Prijono
f9b56ecc4a Fixed ticket #293: Uninitialized memory read reported by Purify in SIP authentication
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1294 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23 14:21:53 +00:00
Benny Prijono
da1e0635b0 Fixed ticket #291: Free memory read in PUBLISH session
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1292 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23 14:12:35 +00:00
Benny Prijono
c9f6ea7052 Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sending 487 (Role Conflict) response
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1291 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23 07:12:23 +00:00
Benny Prijono
edd4ffa870 Ticket #287: selectively disable authentication for several STUN error responses
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1290 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-23 07:05:59 +00:00
Benny Prijono
eb92128714 Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN message
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1289 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-22 21:55:31 +00:00
Benny Prijono
1c064e64df Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unreach on Windows
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1288 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-22 21:11:10 +00:00
Benny Prijono
0606e704cd Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1287 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-22 12:21:40 +00:00
Benny Prijono
bbeb3999fe Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1285 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-21 13:48:35 +00:00
Benny Prijono
b823dbde3b Fixed ticket #279: Bug with authenticating STUN response causes STUN responses to be dropped
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1284 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-17 16:18:27 +00:00
Benny Prijono
4e48b516da Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1282 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-16 13:41:00 +00:00
Benny Prijono
48da92eec9 Fixed ticket #100: Assertion failure when terminating subscription with PJSUA-API (thanks Edward Tian)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1281 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-16 08:56:30 +00:00
Benny Prijono
abcf49c012 Changed version to 0.7.0-rc1
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1279 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-15 21:02:54 +00:00
Benny Prijono
318f38471c Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Frank Wiersma)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1278 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-15 20:27:08 +00:00
Benny Prijono
3850740014 Fixed Symbian compilation error for pjsua_im.c
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1276 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-15 11:15:58 +00:00
Benny Prijono
5aeed44e21 Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response, retransmission timer calculation bug, etc.
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1275 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-15 10:42:56 +00:00
Benny Prijono
f4b538db4d Ticket #274: the From parameter on_pager() callback contains Contact instead (thanks Nicholas Xu), and also allow non-text/plain IM messages
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1272 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-14 16:45:20 +00:00
Benny Prijono
06ac3cf05b Define PJSIP_SAFE_MODULE=0 for Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1270 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-12 16:38:06 +00:00
Benny Prijono
a0c8b5cef4 Symbian fixes to compile on GCCE (nested callbacks etc)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1269 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-12 15:03:23 +00:00
Benny Prijono
2fedc73bac Added missing distclean rule in pjnath Makefile
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1268 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11 19:02:46 +00:00
Benny Prijono
8334ea10e5 Fixed compilation error in gsm codec caused by last C++ changes
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1267 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11 18:48:23 +00:00
Benny Prijono
a1e6968900 HUGE changeset to make the rest of the libraries compile with C++ mode
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1266 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11 15:14:34 +00:00
Benny Prijono
a266868de3 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1265 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11 10:37:14 +00:00
Benny Prijono
427af7d94a Added IP bandwidth output in pjsua dq report
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1264 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11 10:36:40 +00:00
Benny Prijono
2adfe29558 Added missing ptime when writing config in pjsua
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1263 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-11 10:36:08 +00:00
Benny Prijono
55e8235c21 Fixed crash when incoming call is received while application is starting
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1262 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-10 20:49:08 +00:00
Benny Prijono
93eb250d1c Fixed dependencies for the samples project
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1261 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-10 20:48:32 +00:00
Benny Prijono
8a7444542f Added registration and other settings in WinCE sample
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1260 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-10 20:40:57 +00:00
Benny Prijono
9cdd182391 Updated PA version to build CE properly
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1254 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-04 19:36:43 +00:00
Benny Prijono
14d3f411c6 Added null_audio project for Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1253 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-04 15:12:42 +00:00
Benny Prijono
459d3bfb5c PortAudio build problems fixed for CE
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1252 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-04 12:40:05 +00:00
Benny Prijono
54f6d8d442 Fixed more bugs caused by ticket #221
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1250 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-04 10:49:54 +00:00
Benny Prijono
c71ad43666 Added comments for Symbian sample
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1249 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-04 07:25:19 +00:00
Benny Prijono
897f9f8889 Misc Symbian fixes, looks good
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1248 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-03 19:56:21 +00:00
Benny Prijono
bdb25f3e4b Fixed crash in PortAudio's Pa_Util_DebugPrint (pa_debugprint.c - line 102)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1247 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-03 14:44:45 +00:00
Benny Prijono
b2c9682de8 Implemented ticket #246, #247, #261, #268, #250 for Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1246 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-03 13:31:21 +00:00
Benny Prijono
72a81aad63 More Symbian fixes
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1245 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-02 23:06:11 +00:00
Benny Prijono
5d54264893 Errno and memory size tweaking for Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1244 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-02 18:54:19 +00:00
Benny Prijono
5bb94225d0 Fixed nullsound in Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1243 74dad513-b988-da41-8d7b-12977e46ad98
2007-05-02 13:19:33 +00:00