summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-09-15Ticket #624: Assertion error when pjsua_acc_del() is followed immediately by ↵Benny Prijono
pjsua_acc_add() (thanks Dan Aberg and Salahuddin Ahmed for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2278 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-15Fixed linking error undefined CHECK_ when PJMEDIA_WSOLA_IMP_NULL is used ↵Nanang Izzuddin
(Thanks Samuel Vinson). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2277 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-11Ticket #616: Updated ICE transport to have a default option to switch RTP ↵Nanang Izzuddin
transmission to source address if remote doesn't use ICE. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2276 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-11Ticket #614: Updated docs related to support for play/record G.711 U-law/A-law.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2275 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-11Ticket #621: Updated PortAudio to the latest revision 1387.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2274 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-11Ticket #623: Assertion when receiving SUBSCRIBE with non presence event ↵Benny Prijono
(thanks Lucas Rosa Galêgo for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2273 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-11Ticket #614: Fixed compilation warning of integer conversions.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2272 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-11Ticket #620: PRACK is sent to the wrong UAS when 100rel is used and the ↵Benny Prijono
dialog forks (thanks Ruud Klaver for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2271 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-10Ticket #614: Added support for writing and reading WAV files encoded as 8 ↵Nanang Izzuddin
bit A-law/U-law. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2270 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-09Updated version to 1.0-rc2-trunkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2269 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-09Changed version to 1.0-rc2Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2267 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-08Ticket #613: Added packet discard statistic in pjsua 'dq' outputBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2266 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-08Fixed assertion caused by too small output buffer size of stream, this ↵Nanang Izzuddin
happens when codec with very small bandwidth is used, e.g: MELP 2.4kbps, (thanks William Wong). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2265 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-08Ticket #615: Error adding new buddy in the on_incoming_subscribe() callback ↵Benny Prijono
(thanks Joseph Maiquez for reporting the error) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2264 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-05Ticket #612: division by zero in pjlib stddev calculation causes ↵Benny Prijono
crash/floating point exception in pjsua "dq" command on ARM platform git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2263 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-04Ticket #610: Added sample to create a media transport adapter, similar to ↵Benny Prijono
how SRTP media transport works git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2262 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-04Changed pjlib version to 1.0-rc1-trunkBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2261 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-04Ticke#609: Build/compilation error in Python module (undeclared ↵Benny Prijono
dec_fmtp_mode/enc_fmtp_mode) (thanks Saul Ibarra for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2260 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-02Ticket #608: Added API to retrieve media transport and session from pjsua callBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2259 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-02Fixed ticket #607: Assertion and possibly crash in ICE stream transport when ↵Benny Prijono
client is not behind NAT (thanks Nicolas Fauvel for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2258 74dad513-b988-da41-8d7b-12977e46ad98
2008-09-01Fixed build settings for Symbian emulator target regarding sound device ↵Nanang Izzuddin
implementation. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2257 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-29Updated PJ_VERSION to 1.0-rc1Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2255 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-28More ticket #604: create the file if it doesn't exist when PJ_O_APPEND flag ↵Benny Prijono
is set git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2254 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-28Ticket #604: Error opening file in append mode in Win32 (thanks Gang Liu for ↵Benny Prijono
the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2253 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-28Print warning instead of assert when Speex AEC is instantiated with ↵Benny Prijono
multichannels git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2252 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-28Fixed unused parameter warning in active socket testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2251 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-27Fixed bug Speex frame parser should discard non-audio parts in the Speex ↵Nanang Izzuddin
bitstream. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2250 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-27Ticket #583: fixed bug on setting frametype in encode() related to special ↵Nanang Izzuddin
treatment for G729. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2249 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26More ticket #601: premature connection close with TCP active socket caseBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2248 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Added PLC & VAD features to codec L16.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2247 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Ticket #601: 100% CPU usage when TCP active socket receives ECONNRESETBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2246 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Ticket #602: fixed assertion of invalid stream index supplied to ↵Nanang Izzuddin
pjmedia_session_get_stream_stat(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2245 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26More ticket #602: fixed minor warning about conversion from integer to ↵Benny Prijono
unsigned char git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2244 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Fixed ticket #603: Crash in ICE with IoCompletionPort ioqueue with the test ↵Benny Prijono
framework because active socket calls the callback with NULL packet git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2243 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Ticket #600: Added probation state in media transport SRTP and also ↵Nanang Izzuddin
capability to auto-restart when packets received in probation state are 'invalid'. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2242 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Ticket #602:Nanang Izzuddin
- Introduced new API pjmedia_rtp_session_init2() to enable intializing RTP session with non-default initial settings - Updated stream so it can be created with non-default initial RTP settings. - Updated pjsua-lib to make sure RTP timestamp and sequence contigue when stream session is restarted. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2241 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Fixed ticket #601: Bug in IoCompletionPort ioqueue with TCP server socket ↵Benny Prijono
causes ioqueue to unable to accept incoming TCP connections git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2240 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Fixed minor bug in exe availability checking in run.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2239 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Added sleep() in mod_pesq.py, to wait the test until the call is stabilizedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2238 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-26Fixed audio configuration in config_site.py not used by test scriptsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2237 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-25Ticket #599:Nanang Izzuddin
- Added "dec_fmtp" and "enc_fmtp" fields to pjmedia_codec_param.setting. - Codec factory puts its default parameters in "dec_fmtp" field. - pjmedia_stream_info_from_sdp() puts the "fmtp" attribute in SDP to pjmedia_codec_param. - Special treatment for fmtp "bitrate" parameter (of G722.1) during SDP negotiation - Added maxptime field in stream_info. - Replaced iLBC's fmtp "mode" implementation to use general fmtp mechanism. - Added some test scripts for G722.1 bitrate negotiation. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2236 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-25Ticket #583: Fixed preprocessor check in pjsua_media.c on deinit-ing IPP codec.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2235 74dad513-b988-da41-8d7b-12977e46ad98
2008-08-22Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and ↵Benny Prijono
draft-ietf-behave-turn-09, and fix other things as well. Please see the ticket for more info git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2234 74dad513-b988-da41-8d7b-12977e46ad98