summaryrefslogtreecommitdiff
path: root/pjsip-apps
AgeCommit message (Collapse)Author
2014-08-26Re #1768: Add forced GC to libDestroy() in SWIG Java.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4906 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-03Misc re #1751: changing Android java's String.isEmpty() to ↵Benny Prijono
String.length()==0 for better portability since the former is only available on API level 9 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4870 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Misc re #1751: removed --tls-srv-name from pjsua usage text since that ↵Benny Prijono
feature has been removed long time ago by #1448 (thanks Alexander Traud for the patch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4868 74dad513-b988-da41-8d7b-12977e46ad98
2014-07-02Re #1768: move access to MainActivity class from MyApp to avoid undefined ↵Liong Sauw Ming
symbol error when not compiling for Android app git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4866 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-23Misc (re #1751): Fixed uninitialized config filename in ui_write_settings() ↵Nanang Izzuddin
in pjsua app (thanks Lars Helgeson for the report). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4851 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-22Re #1757: Modify display video function in r4813 so it can display video ↵Liong Sauw Ming
preview as well git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4848 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-19Fixed #1767: Tone generation API in pjsua2 and SWIG wrappersBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4845 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: fixed potential GC problem when rejecting incoming callBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4844 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: added APP_PLATFORM to avoid this warning "WARNING: APP_PLATFORM ↵Benny Prijono
android-18 is larger than android:minSdkVersion 11" which would make native debugging fail git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4842 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: fixed wrong JNI compilation flags used by pjsua2 Android sample appBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4841 74dad513-b988-da41-8d7b-12977e46ad98
2014-05-09Re #1768: Fixed problems with Java garbage collection on call and buddy objectBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4840 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-24Misc (re #1751): Fix crash when retrieving dynamic choice(video stream info) ↵Riza Sulistyo
caused by the use of invalid array index. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4826 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-22Misc (re #1751): Fixed compile error 'Implicit declaration of function is ↵Nanang Izzuddin
invalid in C99' on Xcode 5.1.1. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4822 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-10Re #1758: Initial implementation of OpenH264 wrapper. Supports:Benny Prijono
- library detection via autoconf - CBP - packetization modes: 0, 1 - key frame request and indication - obey remote's fmtp Also added video codec test in samples (similar to the one in pjmedia test though). And there are some fixes here and there too (e.g. in vid_codec_util.c). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4815 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-10Misc (re #1751): Fixed compile error on stereo_demo due to changes on ↵Riza Sulistyo
pjmedia_port_info. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4814 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-08Re #1757: Add example to display video in ipjsua (require ffmpeg libraries)Liong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4813 74dad513-b988-da41-8d7b-12977e46ad98
2014-04-07Re #1751 (misc): Add feature in Python API to enable mwi and modify account ↵Liong Sauw Ming
(thanks to John Bigelow for the patch). This is to update the old API. If possible, application is recommended to use the new API based on pjsua2 instead (please refer to pjsua2 book). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4810 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-25Misc (re #1751): Fixed unremoved pjsua2_demo.o after 'make clean'.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4803 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-20Re #1751 Removed reference to libmilenage in ipjsua iOSPerry Ismangil
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4799 74dad513-b988-da41-8d7b-12977e46ad98
2014-03-19Misc (re #1751): added experimental option to enable/use worker thread for ↵Benny Prijono
Python. To enable worker thread: - uncomment USE_THREADS in pjsip-apps/src/swig/python/Makefile - change USE_THREADS to True in pjsip-apps/src/pygui/application.py git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4798 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-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-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-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-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-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-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 setup.pyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4741 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-11Re #1734: Add flash support for DTMF rfc 2833.Riza Sulistyo
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4739 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-07Re #1519 [SVN trunk]: Related to r4737, for Android, don't override ↵Nanang Izzuddin
JAVA_HOME when it is already set (via environment variable). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4738 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-06Re #1519 [SVN trunk]: Updated JAVA_HOME auto-detection for pjsua2 SWIG Java ↵Nanang Izzuddin
binding, especially for MacOS platforms. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4737 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-05Re #1716, misc updates:Nanang Izzuddin
- always enable ICE+STUN - UI: added textEmailAddress to SIP URI inputs git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4734 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-05Re #1716: Fixed crash in adding buddy, caused by immediate buddy state ↵Nanang Izzuddin
notification right after adding buddy to account, while UI buddy list has not been updated yet. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4733 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-05Re #1516: fixing multiple inclusions of crtbegin.o and -lgcc in the ↵Benny Prijono
makefiles. The former causes link errors due to multiple symbols git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4732 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-04Misc (re #1630): fix gcc warningsBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4729 74dad513-b988-da41-8d7b-12977e46ad98
2014-02-04Misc (re #1630): Fixing warnings about variable set but not used with recent gccBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4728 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-31Misc (re #1630): Fixed some more typos in the codes.Nanang Izzuddin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4724 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-23Misc (re #1630): Fixed some typos in the code (thanks Tzafrir Cohen for the ↵Nanang Izzuddin
patch). git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4714 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-23Re #1723: Modified build system to link with C++ library only for pjsua2 lib ↵Liong Sauw Ming
or app git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4711 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-22More re #1655: bug in console UI to do attended call transferBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4710 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-22More re #1655: added CLI command to toggle audio output routeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4709 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-21Re #1519 [into SVN trunk]: AudioMedia objects must not be destroyed before ↵Nanang Izzuddin
unregistered from conf bridge. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4708 74dad513-b988-da41-8d7b-12977e46ad98
2014-01-16Re #1723: Fixed compilation and linking errorsLiong Sauw Ming
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4705 74dad513-b988-da41-8d7b-12977e46ad98