summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-14Tagged 2.2.1v2.2.1Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/tags/2.2.1@4796 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-14Changed version to 2.2.1Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4795 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-14Misc re #1742: fixed output error in helper.mak in swig module setup.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4794 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): Add input file checking on pjsua2_demoRiza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4790 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-11Re #1742 (misc): Added NULL check before cloning codec param in pjmedia ↵Nanang Izzuddin
stream (thanks Wolfgang Kampichler for the fix). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4788 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 #1745 (Shared lib on MinGW): Avoid circular dependency caused by ↵Nanang Izzuddin
pjmedia-audiodev dependency on pjmedia/format.c for pjmedia_format_init_audio(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4785 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-10Re #1745 (Shared lib on MinGW): Fixed multiple definition of ↵Nanang Izzuddin
pj_time_decode/encode(). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4784 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-06More re #1743: also added code snippet to make routing selection stick even ↵Benny Prijono
when earpleace is plugged in/out. But this doesn't seem to work (tested on Q10 OS 10.2.1) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4782 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
2014-03-06Re #1742 (misc): Fixed incorrect checking of require_100rel configurationLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4779 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-05Fixed #1743: Unplugging the earpeace while audio is running would cause ↵HEADmasterBenny Prijono
audio to stop in BB10 10.2.1. This also fix the issue in #1732 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4778 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-04Fixed #1744: Codec and audio device enumeration problem in pjsua2Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4776 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-04Close #1739: Info of last receive timestamp and data size in TCP/TLS.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4775 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-28Fixed #1719: Bug in DNS SRV/RFC 3263 server selectionBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4774 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-28Fixed #1699: Transport state callback to report transport shutdown events ↵Liong Sauw Ming
(Thanks to Johan Lantz for the discussion and preliminary patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4773 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Re #1742 (misc): Updated latest pjsip-book and added make install target to ↵Benny Prijono
install the book to WWWDIR git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4772 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Fix #1741: fixed AudioMedia in setting signal level adjustment and querying ↵Nanang Izzuddin
signal level. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4771 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Fixed #1740: TLS will be used whenever request URI uses "sips" scheme ↵Nanang Izzuddin
regardless the target-URI scheme/transport. This behavior is configurable via 'PJSIP_DONT_SWITCH_TO_TLS' in compile-time, or 'pjsip_cfg()->disable_tls_switch' in run-time. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4770 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Changed version to 2.2-svnBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4769 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Re #1630 (misc): Fixed test account in java sampleLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4767 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Changed version to 2.2Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4764 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-27Re #1715: updated book with latest RstBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4763 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-24More re #1715: doxygen integration into the bookBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4762 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-24Re #1680: Fixed compile warnings on VS2005 for x64/win64 config.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4761 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-24Misc (re #1630): Fixed missing PJ_DECL on pj_run_app() and bad type casts in ↵Nanang Izzuddin
WMME audio dev (thanks Louis Solomon for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4760 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21Re #1519: Fix error build (swig java) when JAVA_HOME is set to folder name ↵Riza Sulistyo
separated by space (' ') git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4759 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21More pjsua2 SWIG Python (re #1519): Fixed 'symbol not found' error in ↵Nanang Izzuddin
loading pjsua2 (on MacOS) when built with video enabled. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4758 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21Re #1708: Fixed missing conference port connection setups for audio ↵Nanang Izzuddin
conferencing. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4757 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21More pjsua2 SWIG Python (re #1519): Separate library dependencies from ↵Nanang Izzuddin
Python Extension setting 'extra_link_args', so PJ lib dependencies are specified before Python's (otherwise strange crash happens on MinGW). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4756 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21Misc (re #1630): Put back circular reference dependency (previously added by ↵Nanang Izzuddin
r4607). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4755 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-21More #1712: Handle case when 200/OK is not ACKed and inv needs to send BYE. ↵Benny Prijono
In this case, ACK will never be received so don't wait for it. Similar treatment for transport error git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4754 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-20Re #1519: Include user.mak build settings in building pjsua app and pjsua2 ↵Nanang Izzuddin
SWIG Python binding. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4753 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-19Re #1643: Fixed accidental removal of pj_run_app() callLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4752 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-19Misc (re #1630): use static variable when registering interruptionListener ↵Benny Prijono
thread git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4751 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-19Fixed #1738: Infinite loop when re-INVITE is received while adding new mediaBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4750 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-18Fixed #1737: Deadlock between ioqueue key mutex and SIP dialog when adding ↵Benny Prijono
video media with ICE and STUN enabled git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4749 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-18Fixed #1736: Update to bdSound's bdiMad audio device to support output ↵Benny Prijono
routing. Thanks Andrea for the patch. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4748 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-18Misc (re #1630): fixed failure to recognize short representation of Event headerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4747 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-17More re #1519: removed auto generation of symbols.i from the Makefile ↵Benny Prijono
because it cannot be run from MacOS X. Also touched symbols.i. Next time, check in symbols.i separately from symbols.lst git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4746 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-14More pjsua2 API (re #1519): fixed bad strtok() delimiter in the tool added ↵Nanang Izzuddin
by r4744. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4745 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-14More pjsua2 API (re #1519): added simple tool to check and ↵Nanang Izzuddin
remove-if-necessary deprecated gcc option '-mno-cygwin' in building pjsua2 python binding on MinGW. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4744 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-12More pjsua2 API (re #1519): removed -static-libstdc++ flags from build.makBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4743 74dad513-b988-da41-8d7b-12977e46ad98