summaryrefslogtreecommitdiff
path: root/pjsip
AgeCommit message (Collapse)Author
2014-09-02Fix #1781: Don't update dialog route set from UPDATE response.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4911 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-25Misc (re #1751): Fixed wrong pointer check in starting video render device.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4903 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Re #1735: Fixed missing check of "sips" scheme in request line in ↵Nanang Izzuddin
pjsip_inv_verify_request3(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4900 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Close #1735: Implemented secure dialog check of "sips" scheme in ↵Nanang Izzuddin
Contact/Record-Route header in incoming INVITE/UPDATE requests & responses. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4899 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Misc (re #1751): fixed occasional failure in pjsip-test & pjnath-test caused ↵Nanang Izzuddin
by resource leak. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4898 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-21Misc (re #1751): Fixed miscellaneous MSVC warnings.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4897 74dad513-b988-da41-8d7b-12977e46ad98
2014-08-19Misc, Re #1751: fixed pjsip-test failuresBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4893 74dad513-b988-da41-8d7b-12977e46ad98
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-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-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-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-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-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-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-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 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-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 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-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-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: 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-08Fixed #1766: Assertion due to stray retransmit timer in UAC transaction ↵Benny Prijono
completed state git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4839 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-30Re #1764: Add reference to ticket numberLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4831 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-30Fixed #1764: Use latest early media SDP received on forked early media on ↵Liong Sauw Ming
18x response git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4830 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-22Misc (re #1751): Set media transport state back to NULL after media ↵Nanang Izzuddin
transport creation fails, and also remember the error code. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4823 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-21Fix #1759: Added check for call disconnection in ICE media transport creation.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4820 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-17Fixed #1761: Remove "timer" from Supported header if it is disabledBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4819 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-15Closed #1760: added pjsip_tcp_transport_get_socket() API to get the raw ↵Benny Prijono
socket handle from SIP TCP transport git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4817 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-10Re #1758: Initial implementation of OpenH264 wrapper. Supports:Benny Prijono
- library detection via autoconf - CBP - packetization modes: 0, 1 - key frame request and indication - obey remote's fmtp Also added video codec test in samples (similar to the one in pjmedia test though). And there are some fixes here and there too (e.g. in vid_codec_util.c). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4815 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-31Fixed #1756: Race condition in SIP transaction termination (thanks to Kevin ↵Liong Sauw Ming
Harwell for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4807 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-28Fix #1755: Send ACK for incoming 200/INVITE even after call is disconnected.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4806 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-26Fix #1753: Fixed crash in pjsua2 when receiving unsolicited MWI.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4804 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-25Re #1752: Add option to resolve hostname when trying to get network interface.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4802 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-14Closed #1748: enhancements to WAV player APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4793 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-13Re #1742: fixed bug: when cloning multipart body in multipart_clone_data(). ↵Benny Prijono
Thanks Nick Wilson for the patch git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4792 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-11Fix #1747: Don't process message body in the incoming 200/UPDATE if we don't ↵Nanang Izzuddin
send offer in the UPDATE. Note this also fixes another issue: session timer should always inspect 200/UPDATE response (for session refresh) regardless availability of message body. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4791 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-11Re #1742 (misc): Fix invalid use of Endpoint on pjsua2-testRiza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4789 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-11Fixed #1746: Assertion in sip_transaction.c when ACK and retransmit timer ↵Benny Prijono
events occur simultaneously git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4787 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-10Re #1745 (Shared lib on MinGW): Fixed missing LDFLAGS setting on some ↵Nanang Izzuddin
components and build options for win32 DLL. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4786 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-10Re #1742(misc): related to r4781, fixed the dependency pjsua2 library pathLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4783 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-06Re #1742 (misc): Add pjsua2 to make install and pkgconfig description and ↵Liong Sauw Ming
fix its library path git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4781 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-06Re #1742 (misc): Fixed doc for Call::reinvite() in pjsua2 libLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4780 74dad513-b988-da41-8d7b-12977e46ad98