summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-21Ticket #485: initial modification in STUN messaging in accordance to TURN-06Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1811 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-21Ticket #487: Crash occured when stream port has no transmitter on call using ↵Benny Prijono
ILBC with different ptime git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1809 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-21Ticket #468: Added support for non looping playback in memory playerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1808 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-21Replaced fprintf/printf with err_report() Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1807 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-18Allow receiving SDP with lines terminated with LF instead of CRLF (thanks ↵Benny Prijono
Juri Glass) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1805 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-18Fixed crash when running SRTP on Win32 app since stderr is undefined (thanks ↵Benny Prijono
Truong Thanh Quang) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1804 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-18Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on Visual ↵Benny Prijono
Studio (thanks Truong Thanh Quang) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1803 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-18Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1802 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-15Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks ↵Benny Prijono
Thiago) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1801 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-15Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks ↵Benny Prijono
Helmut Wolf) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1800 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-15Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1799 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-14Ticket #478: Handle duplicated/misordered incoming DTMF packetsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1798 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-14Ticket #477: DTMF digit callback error in PythonBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1797 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-14More ticket #469: fix in ioqueue to handle case when key has been ↵Benny Prijono
unregistered when recvfrom() is called git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1795 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-14More ticket #469: bail out from on_rx_rtp/rtcp loop if recvfrom returns ↵Benny Prijono
PJ_ECANCELLED. This errno is returned when the key is mark as closing, which could happen when user closes the key inside the callback git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1794 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-14Ticket #475: ported GSM codec to Symbian OSBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1793 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-14Implemented ticket #474 for SymbianBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1792 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-14Handle short files in WAV playerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1791 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-13Ticket #460: Concurrency problem when destroying stream (thanks Michael ↵Benny Prijono
Broughton) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1790 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-13Ticket #474: option in ioqueue to control concurrency (to allow/disallow ↵Benny Prijono
simultaneous/multiple callback calls) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1789 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-08More ticket #472: Fixed problem when building on Mingw. Now ↵Benny Prijono
PJ_FD_SETSIZE_SETABLE is only enabled when winsock.h is present git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1788 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-08More ticket #470: semaphore got disabled on Mingw because semaphore.h is not ↵Benny Prijono
present git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1787 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-08Fixed compilation errors on Symbian and others caused by ticket #472 ↵Benny Prijono
(FD_SETSIZE was removed) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1785 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-08Related to ticket #61: disable SRTP on Symbian while it is not ported yetBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1784 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-07Ticket #470, #471, and #472: Compile error when semaphore.h is not present, ↵Benny Prijono
Compilation error if pthread_mutexattr_set_type() is not present, and Problem with setting up FD_SETSIZE git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1783 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-07Fixed compilation error on libsrtp in crypto/aes.c when it finds the wrong ↵Benny Prijono
err.h to be included. The solution was to change the order of include paths in Makefile git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1782 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-07Added missing <math.h> include in playsine.cBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1781 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-07Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in ↵Benny Prijono
stream.c and srtp.c (const was removed in r1763) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1780 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-02-02More ticket #465: option to return UDP header in pj_pcap_read_udp(), and ↵Benny Prijono
better RTP packet handling in pcaputil sample git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1769 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-02Fixed warning about uninitialized tpinfo variableBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1768 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-02Added trace to PCAP readerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1767 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-01More ticket #465: updated VS8 and WinCE projectsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1766 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-01Ticket #465: utility to read PCAP file and sample application to read RTP ↵Benny Prijono
files from PCAP file, decode the payload, and write the PCM output to WAV file git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1765 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-01More ticket #61: mismatch in libsrtp output library name causing error when ↵Benny Prijono
building samples on VC6 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1764 74dad513-b988-da41-8d7b-12977e46ad98
2008-02-01More ticket #61: removed const from rtp and rtcp callback function ↵Benny Prijono
declaration to allow in-place packet modification git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1763 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-31Added media transport diagram for documentationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1762 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-31Ticket #464: jitter buffer should return frame length informationBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1761 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-30Ticket #61: undo r1759 and replace it with other patches to fix unable to ↵Benny Prijono
accept RTP/AVP offer with a=crypto attribute when use_sdp is set to zero. Also minor fix to streamutil git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1760 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-29Ticket #61: bug, unable to accept RTP/AVP with crypto attribute when ↵Benny Prijono
use_srtp is set to zero git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1759 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-29Ticket #61: --srtp-use option in pjsua did not change account configBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1758 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-26Bug: source address not initialized in loop transport causing pjsip-test to failBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1756 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-25Fixed doxygen comments everywhereBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1748 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-25Ticket #459: pjmedia_clock_create() should not create thread when ↵Benny Prijono
PJMEDIA_CLOCK_NO_ASYNC is given (thanks Alberto Takeshi Mayama) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1747 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-25More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested ↵Benny Prijono
on ARM) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1746 74dad513-b988-da41-8d7b-12977e46ad98