summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-14Ticket #786: Crash when UAC invite or subscribe session initialization fails ↵Benny Prijono
(thanks Rostislav Molodyko for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2593 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-13Ticket #780: initial work on an ICE demo appBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2592 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-13More ticket #780: fixed compilation errors due to previous modifications ↵Benny Prijono
related to TURN git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2591 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-13More ticket #780: destroy TURN session if it receives 437 (Allocation ↵Benny Prijono
Mismatch) response git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2590 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-13Ticket #780: Update TURN from draft 09 to draft 13:Benny Prijono
- new rules for permissions: - permission must be created and refreshed explicitly with CreatePermission - transmitting data does not refresh permission - attributes changed/added: XOR-PEER-ADDRESS, XOR-RELAYED-ADDRESS, EVEN-PORT, DONT-FRAGMENT - attribute(s) removed: REQUESTED-PROPS - new status codes: 401 (Forbidden), 507 (Insufficient Capacity) - removed status codes: 443 (Invalid IP address), 444 (Invalid Port), 508 (Insufficient Port Capacity) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2589 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-08Ticket #762: Replaced stricmp() with pj_ansi_stricmp() for cross platform ↵Nanang Izzuddin
compatibility. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2587 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-08Ticket #772 (misc): Updated stream_destroy() to call jbuf_destroy().Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2586 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-08Ticket #762: Updated delay calculation method & added statistic report in ↵Nanang Izzuddin
jbuf_destroy(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2585 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-08#706 work in progress: all Win32 projects now have all 6 configs. Settings ↵Perry Ismangil
not correct yet. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2584 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-07Ticket #762: Fixed jbuf in handling far sequence jump (the distance is over ↵Nanang Izzuddin
jbuf capacity) while jbuf is empty. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2583 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-07Ticket #781: Fixed conf bridge API functions to have mutex protection when ↵Nanang Izzuddin
accessing ports. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2582 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-07Ticket #777: Rechecked & updated audio switch board functions to make sure ↵Nanang Izzuddin
they have mutex protection in accessing conf ports. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2581 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-07Part of ticket #780 (work in progress): added IPv6 support to various STUN ↵Benny Prijono
attributes and added the test from draft-ietf-behave-stun-test-vectors git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2580 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #762: Updated JB test:Nanang Izzuddin
- Added support for more scenarios, e.g: frame loss, late, sequence restart, etc. - Added automatic test result checks based on specified condition. - Updated test data. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2579 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #762: Major updates on jitter buffer:Nanang Izzuddin
- Updated loop condition in put_frame() to avoid possibility of infinite loop. - Added JB capabilities to handle sequence restart & jump. - Updated jitter calculation, e.g: reset max_hist_level after updating prefetch, avoid updating prefetch when burst level is exceeding max_burst. - Updated shrinking method to be less agressive (only shrink JB when JB size is twice larger than burst level). - Updated the way JB switching status from 'initializing' to 'processing' by waiting for some OP switch cycles. - Few simplifications in framelist process, e.g: replacing fields 'empty' & 'tail' with 'size'. - Minor updates: comments, shortened framelist field names, added some JB states for reporting/monitoring purpose. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2578 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #772 (misc fix): Updated floating point version of math statistic to ↵Nanang Izzuddin
return the rounded mean value. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2577 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Misc (ticket #772): added SIPp scenario for forked PRACKBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2576 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Misc (ticket #772): added several SIPp scenario filesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2575 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #774: Nanang Izzuddin
- Renamed VS6 & VS8 project name/filename: libg7221 --> libg7221codec. - SVN things: added "output" dir, updated ignore properties. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2574 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #778: Fixed IPP G722.1 codec to aware about endianness in ↵Nanang Izzuddin
packing/decoding G722.1 RTP payload. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2573 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #774: Fixed G722.1 codec to aware about endianness in ↵Nanang Izzuddin
packing/unpacking RTP payload (the underlying implementation, ITU impl ref, works with 16-bits coded data). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2572 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Misc (ticket #772): removed pasound.c and wmme_sound.c from pjmedia eVC4 ↵Benny Prijono
project, and added pjmedia_auddev_wince to wince_demos eVC4 workspace and fix the pjsua_wince project dependency git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2571 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Ticket #768: Media initialization returns error if no audio device is detectedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2570 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-06Misc (ticket #772): fixed missing dependency to pjmedia-audiodev in the ↵Benny Prijono
applications makefiles git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2569 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-05Ticket #776: IPv6 option in pjsuaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2568 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-03Misc (ticket #772): added pjmedia-audiodev to pjsip_apps VS6 workspaceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2567 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-02Misc (ticket #772): bug in pjsua application when reading the URL from the ↵Benny Prijono
buddy list, causing corrupt/invalid URI to be returned git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2566 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-02Ticket #774: Fixed generation of G722.1 modes list in enum_codec().Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2565 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-01More ticket #774 (re: g722): some modifications in VS6 projects/workspaceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2564 74dad513-b988-da41-8d7b-12977e46ad98
2009-04-01Ticket #774:Nanang Izzuddin
- Initial source of G.722.1/Annex C integration. - Disabled some "odd" modes of L16 codec (11kHz & 22kHz mono & stereo) while releasing some payload types. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2563 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-30Misc (ticket #772): added missing hash_test.c in pjlib-test eVC4 projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2562 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-30Misc (ticket #772): added pjmedia-audiodev dependency for PocketPJ in EVC4 ↵Benny Prijono
workspace git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2561 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-30Ticket #764: Bug with milliseconds time resolution in WinCE/Windows Mobile ↵Benny Prijono
targets (thanks Johan Lantz for the report) - use QueryPerformanceCounter() (via pj_get_timestamp() API) to emulate the msec precision) - more strict tests in pjlib-test git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2560 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-30Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic ↵Perry Ismangil
build configuration for Visual Studio, for Win32 target git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2559 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-27Ticket #771 (auddev-misc): Minor fix in auddemo menu.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2558 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-27Ticket #771 (auddev-misc): Fixed handle leak in WMME, handle of thread quit ↵Nanang Izzuddin
event never got closed. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2557 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-27Ticket #771 (auddev-misc): Fixed WMME impl to allow buffer burst processing.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2556 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-27Ticket #771 (auddev-misc):Nanang Izzuddin
Updated audio test tool: - Fixed playback report on avg interval. - Added feature to set/get capture & playback latecies setting. - Minor update on drift calculation, improve a bit readibility for debugging. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2555 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-26Ticket #769: Bug in select ioqueue: event counter may exceed maximum value, ↵Benny Prijono
causing stack corruption (thanks Joel Dodson for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2554 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-19Updated version to 1.1-trunkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2526 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-19Changed version to 1.1Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2524 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-18Failed in pjnath-test due to ticket #742Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2523 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-18More ticket #747: the previous fix in r2505 causes parsing IPv6 address in ↵Benny Prijono
Via to fail. Also added some torture messages in the SIP message test vectors. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2522 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-18APS-direct fix (ticket #738): G.711 is disabled accidentlyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2521 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Part of APS-Direct (ticket #738): crash in stream.c when stream_info->param ↵Benny Prijono
is NULL git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2520 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Ticket #755: segfault with IPv6 transport (thanks Cedric Levequ for the report)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2519 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Ticket #737: Updated eVC 4 projects to support for the new audio device API.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2518 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Fixed warnings about unchecked fgets() return value with gcc 4Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2517 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-17Compilation warnings in IPP codec (misc fixes, ticket #720)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2516 74dad513-b988-da41-8d7b-12977e46ad98
2009-03-16Ticket #753: Fixed timestamp increment in clock thread to consider the ↵Nanang Izzuddin
channel count, also renamed the field name from samples_per_frame to timestamp_inc. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2515 74dad513-b988-da41-8d7b-12977e46ad98