summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-19Re #1751: fixed miscellaneous gcc warningsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4890 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-18More re #1677:Benny Prijono
- renamed the option to contact_use_src_port - added the missing pjsua2 API implementation git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4889 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-18Closed #1677: Contact uses source port in initial registration.Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4888 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-13Close #1779: Add APIs for external/native thread registration to pjsua2: ↵Nanang Izzuddin
Endpoint::libRegisterThread() & Endpoint::libIsThreadRegistered(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4887 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-13Misc (re #1751): Bad typo on passthrough codec (thanks Peter Koletzki for ↵Nanang Izzuddin
the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4886 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-12Misc (re #1751): Remove reference to PJSUA2 Call instance from PJSUA library ↵Nanang Izzuddin
in PJSUA2 Call destructor regardless the PJSUA state to avoid crash caused by accessing dangling pointer of the Call instance (thanks Thomas Steinacher for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4885 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-12Misc (re #1751): Uninitialized variable 'body.tsxState.type' in PJSUA2 in ↵Nanang Izzuddin
SipEvent::fromPj() (thanks Thomas Steinacher for the report and the fix). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4884 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-28Re #1751 (misc): Fixed incorrect usage of dev_size (should be dev_count) in ↵Liong Sauw Ming
coreaudio device git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4883 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-25Misc #1751: added logging when TLS domain verification fails due to invalid ↵Benny Prijono
use of wildcard. Thanks Alexander Traud for the patch git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4882 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-22Re #1757, re #1758: fix configure script. Now OpenGL renderer is enabled by ↵Benny Prijono
default by the configure script. And added missing dependency to -lstdc++ for the openh274 library git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4881 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-18Misc (re #1751): Fixed missing initialization in pjsua2 TlsConfig::toPj() ↵Nanang Izzuddin
and TransportConfig::toPj() may cause transport creation failure (thanks Sneha Bansal for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4880 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-16Fix #1777: Problem in audio device list refresh after unregistering an audio ↵Nanang Izzuddin
device factory. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4879 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-15Misc (re #1751): Updated configure script to pass params using "$@" (thanks ↵Nanang Izzuddin
Alexander Traud for the feedback). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4878 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-14Misc (re #1751): Delete config.log and config.status on "make ↵Nanang Izzuddin
distclean/realclean". git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4877 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-14Misc (re #1751): Fixed possible bad assertion caused by race condition ↵Nanang Izzuddin
between regc_tsx_callback() and pjsip_regc_send() (thanks John Ryan for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4876 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-14Re #1776: Initial implementation of Libyuv wrapper. Supports:Riza Sulistyo
- library detection via autoconf - scaling and conversion function (from/to I420 or BGRA) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4875 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-11Re #1758: misc: reverted accidentally checked in test.hBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4874 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-11Closed #1758: use OpenH264 lib version 1.0.0 release instead of the latest ↵Benny Prijono
git version which is still changing git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4873 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-09Misc (re #1751): fix crash when receiving unhold message caused by access to ↵Riza Sulistyo
invalid data as a result of pool reset (Thanks to Itay Bianco for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4872 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-07Re #1765: Riza Sulistyo
- Fixed unnecessary white-space error - Limiting log message to servers - Adding SSL_OP_SINGLE_ECDH_USE optionally - OpenSSL could be built without elliptic curve support, or too old git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4871 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-03Misc re #1751: changing Android java's String.isEmpty() to ↵Benny Prijono
String.length()==0 for better portability since the former is only available on API level 9 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4870 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Closed #1775: Changing OpenSSL default method from TLSv1 to SSLv23 to enable ↵Benny Prijono
enable AES-GCM cipher suites in default (thanks Alexander Traud for the patch). Also fixed a bug in SIP TLS transport (sip_transport_tls.c). According to [https://trac.pjsip.org/repos/browser/pjproject/trunk/pjsip/include/pjsip/sip_transport_tls.h#L94 sip_transport_tls.h:94], when PJSIP_SSL_UNSPECIFIED_METHOD is set as method, PJSIP_SSL_DEFAULT_METHOD will be used. But the implementation uses PJ_SSL_SOCK_PROTO_DEFAULT instead of PJSIP_SSL_DEFAULT_METHOD. Currently this is fine because both resolve to TLSv1, but the patch will break it. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4869 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Misc re #1751: removed --tls-srv-name from pjsua usage text since that ↵Benny Prijono
feature has been removed long time ago by #1448 (thanks Alexander Traud for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4868 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Re #1758: updated with the latest OpenH264 to fix compilation error with ↵Benny Prijono
bsi->eOutuptFrameType and missing int32_t type on Windows git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4867 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Re #1768: move access to MainActivity class from MyApp to avoid undefined ↵Liong Sauw Ming
symbol error when not compiling for Android app git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4866 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-26Fixed #1774: Unfreed transports upon stack shutdown/restartLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4865 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-26Re #1758: updated wrapper with Visual Studio specific settings, also added ↵Nanang Izzuddin
the wrapper to VS project. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4864 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-23Re #1758: Updated with the latest OpenH264 to fix compilation error and ↵Benny Prijono
codec initialization error for packing mode git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4863 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-19Fix #1773: Added group lock to SIP transport to avoid race condition between ↵Nanang Izzuddin
transport callback and destroy. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4862 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-19Close #1772: Fixed error handling in pjsua_create() and pjsua_init().Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4861 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-19Re #1771: Implement run-time configuration to set specific socket option.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4860 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-10Re #1770: Fixed issue with "other params" quotes when proxying ↵Riza Sulistyo
WWW-authenticate header. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4859 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-06Misc (re #1751): fixed error when retrieving SSL error. Thanks Vittorio ↵Benny Prijono
Giovara for the patch git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4858 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-06Misc (re #1751): fixed problem in r4852 which caused sound not to be openedBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4857 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-05Misc (re #1751): added additional checking to invite and dialog instances ↵Benny Prijono
when terminating the call when media initialization fails due to suspected crash git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4856 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-04Misc (re #1751): invalidate timer entry for every cancel() scenario to avoid ↵Benny Prijono
assertion next time the entry is scheduled if cancellation fails (thanks Johan Lantz for the report) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4855 74dad513-b988-da41-8d7b-12977e46ad98
2014-06-04Fix #1769: Fixed maximum size/resolution calculation of H264 video in ↵Nanang Izzuddin
decoding direction. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4854 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-30Re #1762: Fixed native preview cannot be stopped.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4853 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-28Re #1751 (misc): Avoid setting sound device if sound devices are the same ↵Liong Sauw Ming
(thanks to Christian Ambach for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4852 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-23Misc (re #1751): Fixed uninitialized config filename in ui_write_settings() ↵Nanang Izzuddin
in pjsua app (thanks Lars Helgeson for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4851 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-23Misc (re #1751): Fixed AF_INET should be PJ_AF_INET in sock_common.c (thanks ↵Nanang Izzuddin
Lars Helgeson for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4850 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-23Misc (re #1751): Fixed SIP status phrase of status code 484 to be "Address ↵Nanang Izzuddin
Incomplete" (thanks Graeme Robertson for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4849 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-22Re #1757: Modify display video function in r4813 so it can display video ↵Liong Sauw Ming
preview as well git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4848 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-20Misc (re #1751): Fixed build error when PJ_LOG_MAX_LEVEL is set to 0 (thanks ↵Nanang Izzuddin
Fredrik Hansson for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4847 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-20Re #1758: changing library name from libwels to libopenh264 in recent ↵Benny Prijono
OpenH264 update git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4846 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-19Fixed #1767: Tone generation API in pjsua2 and SWIG wrappersBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4845 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: fixed potential GC problem when rejecting incoming callBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4844 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: avoid crash if outgoing call fails during media initialization, ↵Benny Prijono
because on_call_state() is called with NULL event, which is unexpected by pjsua2 (and possibly other unsuspecting apps) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4843 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: added APP_PLATFORM to avoid this warning "WARNING: APP_PLATFORM ↵Benny Prijono
android-18 is larger than android:minSdkVersion 11" which would make native debugging fail git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4842 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: fixed wrong JNI compilation flags used by pjsua2 Android sample appBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4841 74dad513-b988-da41-8d7b-12977e46ad98