summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-17Fixed Winsock link error in pjturn-srv VS6 projectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2151 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-17Ticket #192: Add callback to notify application about incoming SUBSCRIBE ↵Benny Prijono
request, and add subscription state and termination reason in buddy info git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2150 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-17Ticket #574: Add new API to know why the outgoing subscription request is ↵Benny Prijono
terminated and added support for delaying subscription acceptance git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2149 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-17More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projectsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2148 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-16Ticket #573: Handle receiving short version of Event headerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2147 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-16Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP header ↵Benny Prijono
by either header name or the short header name git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2146 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #570: Fixed find_pitch() search range iteration; and fixed ↵Nanang Izzuddin
wsola_generate() in deciding when to just return a frame from existing extra samples and when to expand/generate samples. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2145 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #569: Updated SRTP locking to not guard member transport when sending ↵Nanang Izzuddin
packet; added separate tx_buffer for RTCP since tx_buffer is not guarded by SRTP lock anymore git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2144 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Fixed minor bug missing wsola_plc initialization.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2143 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Fixed unitialized read when parsing account's Contact URIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2142 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #558: Fixed memory leak caused by cipher_type_self_test()Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2141 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Slight optimization in GUID generation for Win32 (removed unnecessary copy ↵Benny Prijono
before encoding to string) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2140 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14More ticket #568: added hash table test to Symbian pjlib-test MMPBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2139 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #568: The hash table ignores the last row of the table in hash table ↵Benny Prijono
iteration, causing some memory leaks during shutdown routine because some objects are not destroyed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2138 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work ↵Benny Prijono
with some pjlib-test files git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2137 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #567: Rare race condition causing crash in ICE stream transport when ↵Benny Prijono
STUN Binding resolution callback is called before initialization completes git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2136 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Related to ticket #566: Crash when shutting down PJSUA-LIB and outgoing call ↵Benny Prijono
in in progress and there is no answer from remote git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2135 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Related to ticket #518: only destroy the account and buddy pools after ↵Benny Prijono
busy_sleep() is done, otherwise when unregistration callback is called, the callback will access accounts which are no longer valid because the pool has been destroyed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2134 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-14Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing ↵Benny Prijono
possible memory and handle leaks git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2133 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Ticket #565: Call WSACleanup() when pj_shutdown() is called on WindowsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2132 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Ticket #564: Reduce the memory usage for default pjsip settingsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2131 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using ↵Benny Prijono
temporary pools for temporary variables and by having separate pool for each account and buddy git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2130 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-13Set default UDP media transport name if name is not specified by ↵Benny Prijono
application, otherwise memory pool name will be empty git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2129 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Related to ticket #529: ignore transaction terminate request if transaction ↵Benny Prijono
state is already DESTROYED git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2128 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all ↵Benny Prijono
platforms when application quits while transactions have not been terminated git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2127 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket #561: select() ioqueue default concurrency setting is not initialized ↵Benny Prijono
with default value git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2126 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket #562: In TURN client sample application, when STUN server is ↵Benny Prijono
specified, contact the STUN server on default STUN port rather than the TURN port git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2125 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket #560: Optimize the memory usage of DNS resolverBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2124 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-12Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the ↵Benny Prijono
latest pool API git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2123 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-11Fixed bug in python's player_get_slot() and recorder_get_slot()Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2122 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-11Fixed gcc function is not a prototype warningsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2121 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-11Updated setup.py for Linux and written more docstrings documentationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2120 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Ticket #556: New object oriented Python abstraction for pjsua APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2119 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Ticket 555: modifications to pjsua instant messaging callbacksBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2118 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Added config settings for search range in WSOLA expand()Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2117 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Updated delay buffer to use circular bufferNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2116 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Updated WSOLA to use circular buffer and configurable hanning window size ↵Nanang Izzuddin
(which affecting number of delay produced by WSOLA) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2115 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-10Added two APIs to pjmedia circular buffer: copy & pack bufferNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2114 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-08Removed pjmedia_test from VS 2005 workspace as it makes compilation fails ↵Benny Prijono
when some features are disabled (e.g. SRTP). Need to modify mips_test.c to take into account if features are disabled git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2113 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Configuration option to include/exclude loopback interface in ↵Benny Prijono
enum_ip_interface(), and always include loopback address in the proxy sample (thanks Filippo Zangheri for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2112 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Modified runall.py python testing module to accommodate mod_recvfrom.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2111 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Added mod_recvfrom.py testing module and some registrar test scenariosBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2110 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Related to ticket 554: handle the case where server rejects Authorization ↵Benny Prijono
because of incorrect nonce but fails to set stale parameter to true. In this case we will retry the authentication as long as the nonce in the challenge is different than current nonce. This seems to have fixed ticket 554 too (to be confirmed) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2109 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Stop putting PUBLISH in Allow header since that's probably is not ↵Benny Prijono
semantically correct (thanks Ruud Klaver for the suggestion) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2108 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Removed pjmedia-test from pjmedia build for now since it's causing build ↵Benny Prijono
error when SRTP is disabled (thanks Pedro Gonalves) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2107 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-07Fixed segfault when getifaddrs() returns NULL address (thanks Filippo Zangheri)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2106 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-05Added WinCE project for pjmedia_testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2105 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-05Added pjmedia_test to Visual Studio workspacesBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2104 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Fixed compilation warnings on gcc-4.2.3Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2103 74dad513-b988-da41-8d7b-12977e46ad98
2008-07-04Updated mips_test.c after running on ARMBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2102 74dad513-b988-da41-8d7b-12977e46ad98