summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-27Fixed ticket #644 and 648 again (hopefully once and for all): build error on ↵Benny Prijono
VS6 with built-in SDK and on PocketPC 2003 SDK since they don't have multicast related socket options git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2331 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-27Fixed previous accidental check in r2329.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2330 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-27Fixed assertion in echo suppressor when recording and playing level is equal.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2329 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-27Fixed possible assertion by codec when stereo/multichannel codec is used and ↵Nanang Izzuddin
stream is about to send keep-NAT-alive packet (thanks Bill Gardner for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2328 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-27Fixed ticket #644 and #648: incorrect muticast related socket constant ↵Benny Prijono
names, missing ws2tcpip.h include causing build error on Mingw, and error building on Visual Studio 6 due to PJ_SOCK_HAS_GETADDRINFO being declared accidentally. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2327 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-27Missing PJ_DECL in pjsip_tx_data_create() declaration (thanks Tomáš ↵Benny Prijono
Valenta for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2326 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-26More ticket #643: added setting to disable this ticket (by setting ↵Benny Prijono
allow_contact_rewrite to 2) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2325 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-25Changed version to 1.0-rc3-trunkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2324 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-25Ticket #638: Fixed assertion caused by prefetch < min_prefetch (thanks ↵Nanang Izzuddin
Michael Bradley Jr for the reports). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2321 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-25Changed version to 1.0-rc3Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2319 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-25Ticket #638: Cleaned up compilation warning in jbuf.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2318 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-24Ticket #638: Reenable prefetch buffering via initial prefetch setting (set 0 ↵Nanang Izzuddin
to disable, otherwise to enable). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2317 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-24Ticket #643: Do not try to re-register with a new Contact when the REGISTER ↵Benny Prijono
response contains private IP address git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2316 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-24Ticket #635: Disconnect the other call leg when multiple 2xx/OK responses to ↵Benny Prijono
INVITE are received due to forking git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2315 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-24Fixed bug in pjsip_auth_clt_clone(), the cached_auth list is not initialized ↵Benny Prijono
in the copy git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2314 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-24Ticket #642: Discontinuous tone generation (thanks Olle Frimanson for the ↵Benny Prijono
report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2313 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-23Ticket #547: Added DirectX include path from Windows environment settings to ↵Nanang Izzuddin
libportaudio & pjmedia VS8 build projects. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2312 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-23Updated delay buffer to perform shrinking only in the PUT operation.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2311 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-23Ticket #638:Nanang Izzuddin
- Jitter buffer shrinking is done based on max_hist_level (recent maximum burst level). - Updated jitter buffer to maintain max_hist_level, instead of resetting it each time current level is updated. - Updated default jitter buffer size in stream.c from 360ms to 500ms to accomodate more burst level. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2310 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-23Fixed bug missing reinit med_orig when reinit pjsua media transports.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2309 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-23More ticket #622: some more fixes to ioqueue_epoll, it passes pjlib-test now ↵Benny Prijono
(thanks Simon Chen for the patch!) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2308 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-23More ticket #639: fixed warning with gcc about comparison always trueBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2307 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-22Ticket #641: Assertion error when late 200/OK is received after call has ↵Benny Prijono
been disconnected (thanks Dan Åberg for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2306 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-22More ticket #619: disable fade-in and fade-out if the tone off duration is ↵Benny Prijono
zero. We assume that application wants to play continuous tone in this case, and the fade in/out feature will cause click noise to be generated git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2305 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-21Ticket #640: Crash when receiving ACK with SDP after BYE has been received ↵Benny Prijono
(thanks Amit Sharma for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2304 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-21Ticket #639: added torture tests for handling non-ASCII UTF-8 characters in ↵Benny Prijono
SIP message elements git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2303 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-21Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when ↵Benny Prijono
handling non-ASCII characters git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2302 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-20Ticket #611: Configuration option to force the route URI to use loose routingBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2301 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-19Couple of fixes in ioqueue_epoll for ticket #622 (still not working)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2300 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-19Fixed pjmedia session bug in getting channel count from SDP for static payload.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2299 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-19Added missed patch in enabling G.722 PLC: PLC should be enabled in default ↵Nanang Izzuddin
attribute setting. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2298 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-19Enabled G.722 PLC.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2297 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-19More ticket #633: Fixed DirectSound implementation to avoid playback buffer ↵Nanang Izzuddin
read & write cursor race. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2296 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-18Ticket #622: initial integration of ioqueue_epoll patch, updated the ↵Benny Prijono
configure script git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2295 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-18More ticket #619: changed default Cordic loop from 8 to 10 to gain more ↵Benny Prijono
accuracy, and updated tonegen.c with the results from ARM9 tests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2294 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-18Ticket #631:Nanang Izzuddin
- Changed rem_rtp/rtcp_addr to src_rtp/rtcp_addr in media transport info - Updated behaviour of media transport get info, when the transport hasn't receive any packet src_rtp/rtcp_addr will not be set. - Fixed bug in pjsua_call_dump that rem_addr was unset. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2293 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-18Large reorganization of the tonegen for ticket #619:Benny Prijono
- Deprecate the automatic selection of algorithm - Introduced various constants for tonegen backends - Allow user to specify/override the algorithm by setting - Fix the floating-point approximation backend git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2292 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-17Ticket #631:Nanang Izzuddin
- Added new fields in media transport info: remote address originating RTP & RTCP. - Updated transport UDP & ICE to fill above fields in getting transport info. - Updated pjsua call dump, instead of showing remote RTP address from SDP, it will show address of RTP originator. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2291 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-17Ticket #630: Added Win32 MME sound device wrapper (thanks Seth Hinze for the ↵Nanang Izzuddin
patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2290 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-17Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks ↵Nanang Izzuddin
Seth Hinze for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2289 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-17Ticket #633: Updated DirectSound implementation:Benny Prijono
- Fixed issue on start/stop without close/reopen. - Fixed possibility of buffer overrun whe 10ms samples used. - Fixed latency unit of sound stream info, from ms to samples. - Updated playback buffer to fill the whole playback buffer in each notification in order to increase samples data availability. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2288 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #625: Added missing fix of unicode build issues in test-pjsip/uri_test.c.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2287 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #625: Fixed unicode build issues on Windows platforms (thanks David ↵Nanang Izzuddin
Parker for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2286 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #627: Fixed general compiler warning when building for WinCE (thanks ↵Nanang Izzuddin
David Parker for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2285 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16More ticket #619: fix the difference of volume in the fixed point version of ↵Benny Prijono
the tone generator, added PJMEDIA_TONEGEN_VOLUME setting to control the default amplitude, and increase default tone volume by about 50% git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2284 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for ↵Nanang Izzuddin
the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2283 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #626: Fixed PocketPJ build error when SRTP is unused (thanks David ↵Nanang Izzuddin
Parker for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2282 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #619: added configuration to force floating point algorithm to be ↵Benny Prijono
used in the tone generator, and added fade-in and fade out options git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2281 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #634: Assertion when rejecting incoming INVITE when the call arrives ↵Benny Prijono
while pjsip is being shutdown git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2280 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-16Ticket #628: Updated IPP codec module to use fixed point version of G.729 on ↵Nanang Izzuddin
architectures that don't have FPU (thanks David Parker for the patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2279 74dad513-b988-da41-8d7b-12977e46ad98