source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1420   17 years bennylp Fixed compilation error in os_symbian.h caused by mispelled header name …
(edit) @1419   17 years bennylp Fixed missing return value in unload_iphlp_module() function declaration
(edit) @1418   17 years bennylp Fixed compilation warnings
(edit) @1417   17 years bennylp Ticket #354: continuing work to port the Symbian libraries to .DSO format
(edit) @1416   17 years bennylp Fixed ticket #363: Incorrect RTP marker and timestamp in DTMF event/RFC …
(edit) @1415   17 years bennylp Ticket #362: Transaction timer I in Completed state should be zero for …
(edit) @1414   17 years bennylp Added checking for STUN message type when performing cached STUN response …
(edit) @1413   17 years bennylp Fixed ticket #361: Extraneous RTP packet with RFC 2833 DTMF events (thanks …
(edit) @1412   17 years bennylp Fixed ticket #360: More support for strict routed requests in proxy sample …
(edit) @1411   17 years bennylp Fixed ticket #359: Wrong Via branch generation in proxy causing the same …
(edit) @1410   17 years bennylp Continue work on ticket #354: changed pjlib-util and pjnath libraries to …
(edit) @1409   17 years bennylp Ticket #358: link dynamically with IPHLPAPI.DLL
(edit) @1408   17 years bennylp Fixed ticket #357: Missing tonegen.[h/c] in Windows CE project file …
(edit) @1407   17 years bennylp Fixed ticket #356: Prototype and definition mismatch causing crash in …
(edit) @1406   17 years bennylp Fixed ticket #355: Account ID is not initialized in pjsua_call_info for …
(edit) @1405   17 years bennylp Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian
(edit) @1404   17 years bennylp PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin)
(edit) @1403   17 years bennylp Ticket #353: memory leak with pjsua WAV file player/recorder
(edit) @1402   17 years bennylp Ticket #352: added PJSIP_CHECK_VIA_SENT_BY configuration to turn off Via …
(edit) @1401   17 years bennylp Fixed ticket #351: Possible deadlock in pjsua-api presence subscription …
(edit) @1400   17 years bennylp Added command to add new account in pjsua application
(edit) @1399   17 years bennylp Ticket #350: Support for parsing quoted arguments in pjsua config file …
(edit) @1398   17 years bennylp Ticket #349: Crash when sending PUBLISH when network is unreachable
(edit) @1397   17 years bennylp Fixed ticket #348: various bugs in string comparison functions
(edit) @1396   17 years bennylp Ticket #347: Assertion failure when handling incoming presence …
(edit) @1395   17 years bennylp Ticket #346: deadlock in event subscription when SUBSCRIBE is followed …
(edit) @1394   17 years bennylp Ticket #345: Option to select random start port in pjsua
(edit) @1393   17 years bennylp Ticket #342: added option to disable RTCP advertisement in SDP (and ICE) …
(edit) @1392   17 years bennylp Ticket #344: ICE negotiation failed when remote doesn't support RTCP
(edit) @1391   17 years bennylp Ticket #342: added configuration to control whether SDP rtpmap should be …
(edit) @1390   17 years bennylp Ticket #342: added configuration to control whether Allow header should be …
(edit) @1389   17 years bennylp Ticket #342: added configuration to send compact form of SIP headers
(edit) @1388   17 years bennylp More ticket #341: renamed pjsip_transport_send_raw() to …
(edit) @1387   17 years bennylp Ticket #341: implemented pjsip_send_raw_data() function to send raw data …
(edit) @1386   17 years bennylp Fixed memory and possibly handle leak when UDP transport is restarted
(edit) @1385   17 years bennylp Timer for buddy presence subscription in PJSUA is not cancelled when …
(edit) @1384   17 years bennylp Ticket #343: Canceling pending ioqueue operation in Symbian causes …
(edit) @1383   17 years bennylp Fixed sign mismatch warning with Symbian GCCE compiler
(edit) @1382   17 years bennylp Committed ticket #337: Ability to restart PJSIP UDP transport
(edit) @1381   17 years bennylp Fixed ticket #340: File access problem on WinCE
(edit) @1380   17 years bennylp Fixed crash in TURN server (thanks Scott Lu)
(edit) @1379   17 years bennylp More on ticket #399: a)send full offer on 200/OK response when re-INVITE …
(edit) @1378   17 years bennylp Ticket #335: Detect timestamp jump to avoid excessive CPU usage in master …
(edit) @1377   17 years bennylp Ticket #339: Respond correctly to incoming INVITE/re-INVITE without offer …
(edit) @1376   17 years bennylp Updated doxygen documentation for SIP auth credential, added documentation …
(edit) @1375   17 years bennylp Ticket #338: handle maddr parameter in URI when sending outgoing requests
(edit) @1374   17 years bennylp Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan)
(edit) @1373   17 years bennylp Shorten benchmark time for URI test
(edit) @1372   17 years bennylp Fixed failure in unit test for SIP resolver, also shorten some benchmarks
(edit) @1371   17 years bennylp Added assertion in pjsua when no account is configured
(edit) @1370   17 years bennylp Fixed ticket #231: Add the ability to respond to any realms in SIP …
(edit) @1369   17 years bennylp Handle negative number in my_atoi() in pjsua_app.c (thanks Scott M Ober)
(edit) @1368   17 years bennylp Fixed missing dependency to pjnath in sample_debug Visual Studio project
(edit) @1367   17 years bennylp Add tx_data in the new on_pager_status2() callback
(edit) @1366   17 years bennylp Removed assertion when sending re-INVITE while another INVITE transaction …
(edit) @1365   17 years bennylp Removed assertion when sending re-INVITE while another INVITE transaction …
(edit) @1364   17 years bennylp Fixed dns.c compilation error on Symbian
(edit) @1363   17 years bennylp Ticket #334: Added on_pager_status2() callback to receive the full SIP …
(edit) @1362   17 years bennylp Added more comments on pjsua_msg_data
(edit) @1361   17 years bennylp Ticket #333: Added buffer overflow detection in vsprintf emulation for …
(edit) @1360   17 years bennylp Ticket #332: Enlarge default buffer size for caching DNS responses from …
(edit) @1359   17 years bennylp Ticket #326: added more DNS resolver tests
(edit) @1358   17 years bennylp Ticket #331: Changed PJSIP DNS SRV resolver to use PJLIB-UTIL DNS SRV …
(edit) @1357   17 years bennylp Ticket #330: Changed DNS SRV resolver to use the new DNS A response parser
(edit) @1356   17 years bennylp Ticket #329: Added utility function to parse DNS A response in PJLIB-UTIL
(edit) @1355   17 years bennylp Ticket #328: Possible alignment error in DNS
(edit) @1354   17 years bennylp Ticket #327: changed default URI scheme for TLS to sip (from sips)
(edit) @1353   17 years bennylp Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing …
(edit) @1352   17 years bennylp Updated the footprint generation script to include PJNATH
(edit) @1351   17 years bennylp Fixed link error when logging is disabled in TLS transport
(edit) @1350   17 years bennylp Another ticket #326: Add DNS resolver and DNS SRV resolver test in …
(edit) @1349   17 years bennylp Another ticket #326: Add DNS resolver and DNS SRV resolver test in …
(edit) @1348   17 years bennylp Another ticket #325: More tunable settings in DNS resolver
(edit) @1347   17 years bennylp Ticket #326: Add DNS resolver and DNS SRV resolver test in pjlib-util
(edit) @1346   17 years bennylp Ticket #325: More tunable settings in DNS resolver
(edit) @1345   17 years bennylp Ticket #324: Allow '#' character in the user part of URI of incoming …
(edit) @1344   17 years bennylp Fixed ticket #322: Crash in ICE when adding peer reflexive candidate
(edit) @1343   17 years bennylp Fixed ticket #321: Assertion in ICE stream transport when STUN is not used …
(edit) @1342   17 years bennylp Fixed ticket #320: Assertion error in pjsua when unregistering/removing …
(edit) @1341   17 years bennylp Fixed ticket #319: assertion in pjsua when adding buddy with invalid or …
(edit) @1340   17 years bennylp Ticket #318: CSeq generation may produce negative number on …
(edit) @1339   17 years bennylp Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks …
(edit) @1338   17 years bennylp Fixed assertion error in ice_strans.c, when response is received before …
(edit) @1337   17 years bennylp Add configuration with no thread (receive only) in siprtp
(edit) @1336   17 years bennylp Fixed assertion error caused by different samples_per_frame settings in …
(edit) @1335   17 years bennylp Fixed ticket #316: Crash in registration session when transport returns …
(edit) @1334   17 years bennylp Implement ticket #315: ability to override pj_assert()
(edit) @1333   17 years bennylp Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track …
(edit) @1332   17 years bennylp Added assertion in regc to check if application has called …
(edit) @1330   17 years bennylp Changed version to 0.7.0-trunk
(edit) @1328   17 years bennylp Set version to 0.7.0
(edit) @1327   17 years bennylp Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil …
(edit) @1326   17 years bennylp Fixed ticket #313: Error resolving host in PJSIP resolver when DNS …
(edit) @1325   17 years bennylp Fix compilation error on Mac
(edit) @1323   17 years bennylp Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks …
(edit) @1321   17 years bennylp Another fix for ticket #290: Bug in WAV player when frame size is larger …
(edit) @1320   17 years bennylp Workaround for ticket #290: Bug in WAV player when frame size is larger …
(edit) @1319   17 years bennylp Fixed ticket #302: Behavior in cancelling INVITE session when no …
(edit) @1318   17 years bennylp Added make file for self tests
(edit) @1317   17 years bennylp Fixed Symbian (aka C++ mode) compilation error because of recent change in …
Note: See TracRevisionLog for help on using the revision log.