summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22Added ability to send custom headers in sipstateless sampleBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1937 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-22Report NAT type as unknown rather than UDP blocked when test 1B failed ↵Benny Prijono
(could happen when port 3479 is blocked). Thanks Helmut Wolf for the info. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1936 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-22More ticket #420: creation of IPv6 media streams (tested on SIPit22)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1935 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-19More ticket #526: committed ticket526.2.patchBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1934 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-17Fixed bug: the status line in sipfrag content (for REFER) must ends with a CR-LFBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1933 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-14Ticket #526: Pjsua crash after wav player destroyed inside the eof callback ↵Benny Prijono
(thanks Tanguy Floc'h) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1927 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-13More ticket #485: fixed TURN server permission not allowing peer with the ↵Benny Prijono
same IP to get through, and added option to disable FINGERPRINT verification in TURN server since it is currently broken when TURN is used with ICE (which has a FINGERPRINT in its Binding Request) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1924 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-10More ticket #485: fixed REQUESTED-TRANSPORT endiannessBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1923 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-10More ticket #505: the jitter buffer only discard one packet at a time when ↵Benny Prijono
optimizing the delay git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1922 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-10Fixed bug in writing snd_clock_rate configuration to file in pjsuaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1921 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-10More ticket #451: updated PortAudio to the latestBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1920 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-10More ticket #523: renamed some variable names for clarityBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1919 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-10Ticket #523: Handle incomplete audio frame from sound device (e.g. OSS)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1918 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-09More ticket #485: now really remove pjstun-srv-testBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1917 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-09More ticket #485: removed pjstun-srv-test project and fixed build errors ↵Benny Prijono
with gcc git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1916 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-09Added PJNATH class diagramBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1915 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-09Improve the PJNATH documentationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1914 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-09More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 ↵Benny Prijono
for the details git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1913 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-07Removed setting PJ_IOQUEUE_HAS_SAFE_UNREG to zero in config_site_sample.h as ↵Benny Prijono
it is currently not supported git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1911 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-07Changed PJ_IOQUEUE_MAX_HANDLES count when PJ_CONFIG_MINIMAL_SIZE is set from ↵Benny Prijono
16 to 32 as it caused assertion in sock_select.c on Maemo git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1910 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-04-03Fixed link error to pj_log() in libSRTP if PJ_LOG_MAX_LEVEL is set to zero ↵Benny Prijono
(thanks Michael CHRISTOPHER) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1907 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-02Ticket #521: Duplicate Authorization header when PJSIP is configured to send ↵Benny Prijono
empty Authorization header (thanks Roland Klabunde) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1906 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-02Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1905 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-01More work on ticket #485: bug when TURN UDP relay is not destroyed if ↵Benny Prijono
Allocate request fails git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1904 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-01Ticket #519: STUN request is not freed when transaction times out (thanks ↵Benny Prijono
Amit Sharma) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1903 74dad513-b988-da41-8d7b-12977e46ad98
2008-04-01More ticket #514: bug in previous fix caused invite session to unable to ↵Benny Prijono
respond to authentication in re-INVITE git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1902 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-30More ticket #504: added missing new files!Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1901 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-29Added missing framework link command for MacOS X in Python setup.py (thanks ↵Benny Prijono
Nir Soffer) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1900 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-29Ticket #517: Invalid argument error when binding media transport on MacOS XBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1899 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-28Fixed bug in automatic RTCP address calculation causing assertion failure in ↵Benny Prijono
Symbian with ICE transport git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1897 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-27More ticket #514: the last fix causes invite session to refuse to send CANCEL!Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1896 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-26Updated pjmedia_test with the latest jitter buffer APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1895 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-26Fixed bugs in libsrtp that effect dtls-srtpBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1894 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-25Ticket #516: Assertion in sound device when headset is plugged/unplugged in ↵Benny Prijono
MacOS X (thanks Alexei Kuznetsov) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1893 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-25Fixed autoconf configure warning when detecting mswsock.h on MingwBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1892 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-25Fixed autoconf configure warning when detecting net/if.h on MacOS XBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1891 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-25More ticket #451: fixed build error on MacOS X caused by new PABenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1890 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-22Added comment about byte ordering in TURN CHANNEL-NUMBER attribute and ↵Benny Prijono
modified select() parameter in TURN client git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1888 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-21Ticket #505: optimizing the jitter buffer delayBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1887 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-21Enlarge the buffer for printing call media statistic in pjsua (sometimes ↵Benny Prijono
the RTT line is cut) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1886 74dad513-b988-da41-8d7b-12977e46ad98
2008-03-21More ticket #485: wrong encoding of CHANNEL-NUMBER attributeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1885 74dad513-b988-da41-8d7b-12977e46ad98