summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsua-lib
AgeCommit message (Collapse)Author
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound ↵Nanang Izzuddin
for Symbian. Speex/8000 now also runs on Symbian! git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1965 74dad513-b988-da41-8d7b-12977e46ad98
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1961 74dad513-b988-da41-8d7b-12977e46ad98
2008-05-05Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdownBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1947 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-22Fixed bug in invalid Contact address being generated upon NAT detection, ↵Benny Prijono
when no username part is present in the account ID git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1938 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-15Use the smart Contact header for TCP/TLSBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1931 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1929 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-14Ticket #525: Crash on call update or re-invite (Thanks Alexey)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1928 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-08As per list report, changed the default response to incoming REFER from 200 ↵Benny Prijono
to 202 as some gateways do not like this. Thanks Pedro Sanchez for the report git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1912 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-07Fixed crash in SRTP when incoming SDP is received without any m= line ↵Benny Prijono
(thanks Atik) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1909 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-04Ticket #522: Enable keep-alive for UDP transport even when STUN is not ↵Benny Prijono
configured git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1908 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-29Ticket #504: final installment to support stereo audio all the way in ↵Benny Prijono
PJMEDIA. Please see tickiet #504 for more info git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1898 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-22Ticket #515 (Update Contact header in REGISTER for TCP/TLS transport)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1889 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-21More ticket #61: (after rolling back previously buggy patch) Fixed bug in ↵Benny Prijono
pjsua-lib with SRTP. If call is hold and resumed, SRTP transports will use itself as the underlying transport git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1884 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-21More ticket #61: bug in pjsua-lib with SRTP. If call is hold and resumed, ↵Benny Prijono
SRTP transports will use itself as the underlying transport git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1883 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-18Related to ticket #353: still memory leak with pjsua wav player (thanks Arie ↵Benny Prijono
Velthoen) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1874 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ↵Benny Prijono
initialized by caller git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1873 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-17Ticket #507: committed and tested g722 patch on WindowsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1870 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-13More ticket #504: buffer overflow in splitcomb when handling stereo audioBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1866 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-11Ticket #479: allow media transport framework to return transport specific ↵Benny Prijono
info (for example, to know whether SRTP is enabled) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1860 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-11More ticket #495: bug in snd_clock_rate causing unability to open sound ↵Benny Prijono
device on WinCE git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1855 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-07Ticket 467: dont send SDP with BYE!Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1849 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-26Ticket #495: ability to specify different clock rate when opening sound deviceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1823 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-26Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong ↵Benny Prijono
Thanh Quang) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1821 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed ↵Benny Prijono
random number generator in pjsua_core.c git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1815 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-21Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1810 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-20Ticket #489: New PJSUA callbacks to notify application when media stream is ↵Benny Prijono
created and destroyed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1806 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-14Added link to discussions about on_dtmf_callback() concurrencyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1796 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-08Minor error: wrong logging info when printing RTP socket addressBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1786 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-02More ticket #61: fixed signaling security level calculation for SRTPBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1774 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-26Added pj_strstr() and pj_stristr() in pjlibBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1757 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-25More ticket #61: fix bug in secure signaling determination, and added ↵Benny Prijono
--srtp-secure option in pjsua to control signaling security requirement for SRTP git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1745 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-24Return 406/Not Acceptable if SRTP negotiation failed instead of 500Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1742 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated ↵Benny Prijono
applications because of the changes. This is a major modification back ported from SRTP branch. See ticket #61 for changelog detail of this commit git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1735 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-19Ticket #455: allocate pjsua call id in round robin fashionBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1717 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-18Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1705 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1704 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-15Reply with 488+SDP instead of 415 when incoming SDP is not acceptable ↵Benny Prijono
(thanks Alain Totouom) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1693 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-10Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode ↵Benny Prijono
from 20 to 30 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1675 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-09Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1674 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-08Protect against division by zero in pjsua's dump_media_session (thanks Simon ↵Benny Prijono
Farmer) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1671 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02Related to ticket #437: optimize the stack usage of pjsua-libBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1655 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-28Ticket #433: Failure in media negotiation when SDP contains two audio media ↵Benny Prijono
lines (thanks Arie Velthoen) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1639 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-20Related to Ticket #429: when bind address is specified and public address is ↵Benny Prijono
not, the bind address should be used as the public address (thanks Arie Velthoen) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1636 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-09Ticket #429: Failed to create RTP/RTCP sockets when explicit bind address is ↵Benny Prijono
specified (thanks Arie Velthoen) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1625 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-09IPv6 logging in account keep-alive in pjsua-libBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1622 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-05Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() ↵Benny Prijono
is called with larger addrlen git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1621 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-05Fixed error when creating TLS transport in pjsua-lib (the TLS type was ↵Benny Prijono
misidentified was UDP) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1618 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-05Fixed Contact generation failure and crash on unregistration if regc ↵Benny Prijono
initialization failed git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1617 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-05Fixed mapped_address's address family not set causing assertionBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1616 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-03Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1615 74dad513-b988-da41-8d7b-12977e46ad98