summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-24Related to ticket #458: pj_getaddrinfo() should return success if IP address ↵Benny Prijono
is given git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1744 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-24Related to ticket #458: enum_interface() should return non-PJ_SUCCESS if it ↵Benny Prijono
does not find any interface git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1743 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-24Fixed libsrtp random string generation on Win32Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1741 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-24More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp ↵Benny Prijono
initialization error git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1740 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-24More ticket #61: fix potential error when looking up SRTP error string, and ↵Benny Prijono
improve logging information in SRTP transport git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1739 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-24More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and ↵Benny Prijono
unistd.h is present. If it fails, it will fallback to using rand() git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1738 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-24More ticket #61: crashed on SRTP error string lookupBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1737 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-24Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtpBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1736 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-23Handle SDP offer containing application as the media typeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1734 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-23Related to ticket #61: added new invite session API ↵Benny Prijono
pjsip_inv_verify_request() which takes additional remote SDP, to avoid parsing SDP multiple times git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1733 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-23Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in sip_errno ↵Benny Prijono
to require that secure session shall be used (needed by SRTP) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1732 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-23Fixed integer conversion/format warning on x86_64 LinuxBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1731 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-23Ticket #61: imported libsrtp into third_party directory (backported from ↵Benny Prijono
srtp branch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1730 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-23Merged from SRTP branch: added stdint.h header detection in autoconf. Result ↵Benny Prijono
is in PJ_HAS_STDINT_H macro git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1729 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-19Added information about delaybuf result on MacOS X 10.5Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1716 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-19More work on ticket #438: Workaround for frame bursts from audio devices. ↵Benny Prijono
See the ticket for more information git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1715 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-19Fixed warning about uninitialized variable in VS6Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1714 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-18Fixed python module build error (thanks Jeff Ames)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1706 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-18Minor correction about WAV player parameter name and its comment in pjsua.hBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1703 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-15Fixed compilation warnings on OSX 10.5Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1694 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-14Related to ticket #449: fixed bug when rx volume adjustment caused static ↵Benny Prijono
noise (thanks Norman Franke) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1692 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14Ticket #449: New conference mixing algorithm to replace multiplication with ↵Benny Prijono
simple addition git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1691 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14Related to ticket #447: the WAV player should consistently return ↵Benny Prijono
non-PJ_SUCCESS after it has returned one git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1690 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type for ↵Benny Prijono
INVITE containing video (thanks Alain Totouom) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1689 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1688 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-13Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkgBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1687 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12In mix.c, handle FRAME_TYPE_NONE if the conference ever returns oneBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1686 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12Another fix for ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1685 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12Fixed overflow bug in length calculation, added force option, and added ↵Benny Prijono
trailing silence in the output file git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1684 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12Ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1683 74dad513-b988-da41-8d7b-12977e46ad98