Commit Graph

922 Commits

Author SHA1 Message Date
Benny Prijono 58dbca3d1a Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@978 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19 14:40:46 +00:00
Benny Prijono a771a51a61 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@974 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19 01:13:53 +00:00
Benny Prijono e282ab0c85 Updated INSTALL.txt
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@973 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19 00:51:29 +00:00
Benny Prijono da275f6360 Fixed various bugs in Python module
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@972 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 23:49:14 +00:00
Benny Prijono 8c7a6176a7 Fixed invalid URI typecasting in Contact header generation in PJSUA-LIB
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@971 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 21:17:46 +00:00
Benny Prijono a70438d0a9 Related to ticket #74: reduce default number of sound buffers from 32 to 16 to reduce audio delay
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@970 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 21:06:58 +00:00
Benny Prijono fc49359549 Check for non-SIP URI in buddy URL
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@969 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 20:56:32 +00:00
Benny Prijono b67eaac592 Tidy up the output of pjsua help screen
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@968 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 20:56:00 +00:00
Benny Prijono a2914f2bbb Added TCP transport in sipstateless sample
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@967 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 01:50:01 +00:00
Benny Prijono 1febfdf6e6 Fixed bug in pjsua: account config not initialized using acc_default()
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@966 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 01:35:04 +00:00
Benny Prijono 8f6c89f6f2 Minor change in resolver: added current TTL value when entry is picked up from the cache
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@965 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18 00:10:00 +00:00
Benny Prijono 72c04d2efc Fixed broken --auto-play command in pjsua
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@964 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 22:20:58 +00:00
Benny Prijono c7e257422e Fixed ticket #109: Audio saturation when level is applied to conference
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@963 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 19:52:45 +00:00
Benny Prijono f4721ca8b9 Fixed test.h to include all tests in pjsip test
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@962 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 19:40:06 +00:00
Benny Prijono 0eef2c7c47 Updated documentation and sample for media conference with regard to maximum value for audio level adjustment
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@961 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 19:38:21 +00:00
Benny Prijono 6bacafee5f Fixed dependency for samples project in both VS6 and VS8 workspace/solution file
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@960 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 19:36:34 +00:00
Benny Prijono 4abeb9be2e Added sleep() before destroying sound device in playfile and playsine to prevent audio stutters
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@959 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 19:34:46 +00:00
Benny Prijono 9fe1ad2dec Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when unregistration is done in the callback
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@958 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 00:30:24 +00:00
Benny Prijono c77fd57bc1 More robust pjlib file test: it shouldn't leave the file on the disk if the test fails
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@957 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 00:13:11 +00:00
Benny Prijono 0deef106f1 sipstateless now takes an argument for the response code to be sent
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@956 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 00:12:15 +00:00
Benny Prijono d471184267 Ticket #103: use Win32 native file I/O on Win32 (the VS8 project file was not updated for the Release build)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@955 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17 00:05:03 +00:00
Benny Prijono 2e5516e6c3 Fixed ticket #106: writing data outside buffer in Win32 error string generation
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@954 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16 23:56:37 +00:00
Benny Prijono 83217fa9ed Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) on no memory condition
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@953 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16 21:44:36 +00:00
Benny Prijono 53cfa71562 Fixed ticket #104: pjsip_ctype_hdr_clone() doesn't duplicate media subtype
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@952 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16 11:29:16 +00:00
Benny Prijono ad086e005d Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@951 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16 10:58:18 +00:00
Benny Prijono ca8a54c355 Implement ticket #103: use native Win32 for file I/O on Win32
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@950 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16 10:50:34 +00:00
Benny Prijono cba59d9d05 Ticket #102: use PJSUA_MAX_PLAYERS and PJSUA_MAX_RECORDERS instead of hardcoded value in pjsua
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@949 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-16 09:22:56 +00:00
Benny Prijono afc47be5d9 Still on ticket #101: set TLS port to TCP port + 1
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@948 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14 14:44:55 +00:00
Benny Prijono e347cb07fc Fixed ticket #101: PJSUA transport is not updated with correct port number if application specifies port is zero
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@947 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14 14:36:13 +00:00
Benny Prijono ce1db766fe Tidy up the configure screen output, and fixed warning about uninitialized variable in PortAudio's ALSA (which causes error with gcc -Werror option)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@946 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14 02:21:08 +00:00
Benny Prijono 4759f9ca08 Fixed ticket #93: Python readline() blocks/hang because C module running on different thread is calling a blocking OS call
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@945 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14 02:15:19 +00:00
Benny Prijono 40d2cc7aff Fixed bug in Python module's normalize_stun_config(), and added Makefile for building Python module
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@944 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14 01:45:08 +00:00
Benny Prijono 53932c05aa Fixed bug in simpleua sample: shouldn't respond to ACK request!
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@943 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-13 18:51:44 +00:00
Benny Prijono f5443b2e7e Implement ticket #99: a more generic mechanism to implement UAC transaction timeout after provisional response is received
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@942 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-13 02:52:37 +00:00
Benny Prijono f90ef4ffcd Fixed ticket #98: Error binding transports to specific interface in PJSUA-API
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@941 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-12 14:59:57 +00:00
Benny Prijono 92d6356f80 Bumped up version to 0.5.10-rc2
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@940 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-10 19:22:53 +00:00
Benny Prijono 9c1528fadb Related to ticket #97: make name_addr handling more robust against possibility of bugs that someone may put another name_addr inside a name_addr
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@939 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-10 19:22:25 +00:00
Benny Prijono c2daf784d5 Fixed ticket #97: bug with URI/name-addr copying in strict route handling routine
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@938 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-10 18:56:52 +00:00
Benny Prijono fd928fe9ee Fixed bug #94: wrong level adjustment calculation in conference bridge
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@937 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-08 18:01:53 +00:00
Benny Prijono 63da4ff0d4 Fixed hardcoded Linux build in Python module's setup.py
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@936 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-07 10:09:19 +00:00
Benny Prijono 8148cda903 Fixed ticket #92: undefined symbols when running Python application
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@935 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-07 09:36:37 +00:00
Fahris 89ea3d0297 py pjsua updated @ 070207
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@934 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-07 08:18:35 +00:00
Benny Prijono 05afd3fcdd Changing PJLIB version to 0.5.10-rc1 to avoid confusion
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@933 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-06 16:39:38 +00:00
Benny Prijono 0f35f91aec Fixed ticket #89: implement transaction timeout in REGISTER request (thanks Frank Wiersma for reporting the problem)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@932 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-05 18:59:31 +00:00
Benny Prijono 400e58c295 Fixed ticket #78: Noise in conference bridge because of upsampling and changes in audio level
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@931 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-04 17:04:33 +00:00
Benny Prijono 30e6651ab8 Fixed ticket #87: Conference bridge should transmit silence frame when level is zero and there is a transmitter
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@930 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-04 16:00:13 +00:00
Benny Prijono aa28604980 Added various PJSIP constants to Python module and bugfix in call_hangup()
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@928 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-03 17:23:22 +00:00
Benny Prijono 81d89ea920 Updated README.txt with the latest build instructions
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@927 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-02 20:49:33 +00:00
Fahris e314b8856d py_pjsuaupdated 020207
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@926 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-02 10:52:04 +00:00
Benny Prijono ebdf87742d Implement the missing pjsua_get_snd_dev() function
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@925 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-01 19:25:50 +00:00