Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous fixes #1751

Closed
pjsipbot opened this issue Mar 19, 2014 · 0 comments
Closed

Miscellaneous fixes #1751

pjsipbot opened this issue Mar 19, 2014 · 0 comments

Comments

@pjsipbot
Copy link
Collaborator

2014-03-19 21:17:52: @bennylp created the issue on trac ticket 1751

Miscellaneous updates and fixes.


2014-03-19 21:20:19: @bennylp commented

In r4798:
Misc (re #1751): added experimental option to enable/use worker thread for 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

2014-03-20 03:57:48: @ismangil commented

In r4799:
Re #1751 Removed reference to libmilenage in ipjsua iOS


2014-03-20 05:35:29: @trengginas commented

In r4800:
Re #1751: Fix build error when using 'disable-libsamplerate' on configure.


2014-03-25 06:38:42: @nanangizz commented

In r4803:
Misc (re #1751): Fixed unremoved pjsua2_demo.o after 'make clean'.


2014-04-07 07:56:08: @mingteluu commented

In r4810:
Re #1751 (misc): Add feature in Python API to enable mwi and modify account (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).


2014-04-08 08:25:21: @trengginas commented

In r4811:
Misc (re #1751): Fixed unintialized field of pjmedia_transport_info.


2014-04-10 02:56:42: @trengginas commented

In r4814:
Misc (re #1751): Fixed compile error on stereo_demo due to changes on pjmedia_port_info.


2014-04-14 09:14:12: @bennylp commented

In r4816:
Misc (re #1751): do not update RTCP TX statistic if sending RTP in stream (audio and video) fails


2014-04-16 08:15:52: @bennylp commented

In r4818:
Misc re #1751: increase maximum ALSA devices from 16 to 32


2014-04-22 08:31:33: @nanangizz commented

In r4822:
Misc (re #1751): Fixed compile error 'Implicit declaration of function is invalid in C99' on Xcode 5.1.1.


2014-04-22 10:21:59: @nanangizz commented

In r4823:
Misc (re #1751): Set media transport state back to NULL after media transport creation fails, and also remember the error code.


2014-04-24 10:39:42: @trengginas commented

In r4825:
Misc (re #1751): Fix crash when executing pattern matched shortcut on cli.


2014-04-24 10:45:53: @trengginas commented

In r4826:
Misc (re #1751): Fix crash when retrieving dynamic choice(video stream info) caused by the use of invalid array index.


2014-05-05 07:29:42: @trengginas commented

In r4833:
Misc (re #1751): Fix build error (Ubuntu 14.04) when building Pjsip with OpenCore-AMR.Thanks to Alexander Traud for the patch.


2014-05-20 05:40:06: @nanangizz commented

In r4847:
Misc (re #1751): Fixed build error when PJ_LOG_MAX_LEVEL is set to 0 (thanks Fredrik Hansson for the report).


2014-05-23 04:24:57: @nanangizz commented

In r4849:
Misc (re #1751): Fixed SIP status phrase of status code 484 to be "Address Incomplete" (thanks Graeme Robertson for the report).


2014-05-23 10:29:10: @nanangizz commented

In r4851:
Misc (re #1751): Fixed uninitialized config filename in ui_write_settings() in pjsua app (thanks Lars Helgeson for the report).


2014-05-23 10:32:34: @nanangizz commented

In r4850: Fixed AF_INET should be PJ_AF_INET in sock_common.c (thanks Lars Helgeson for the report).


2014-05-28 09:44:32: @mingteluu commented

In r4852:
Re #1751 (misc): Avoid setting sound device if sound devices are the same (thanks to Christian Ambach for the patch)


2014-06-04 10:23:12: @bennylp commented

In r4855:
Misc (re #1751): invalidate timer entry for every cancel() scenario to avoid assertion next time the entry is scheduled if cancellation fails (thanks Johan Lantz for the report)


2014-06-05 06:04:44: @bennylp commented

In r4856:
Misc (re #1751): added additional checking to invite and dialog instances when terminating the call when media initialization fails due to suspected crash


2014-06-06 10:43:24: @bennylp commented

In r4857:
Misc (re #1751): fixed problem in r4852 which caused sound not to be opened


2014-06-06 11:08:48: @bennylp commented

In r4858:
Misc (re #1751): fixed error when retrieving SSL error. Thanks Vittorio Giovara for the patch


2014-07-02 19:07:13: @bennylp commented

In r4868:
Misc re #1751: removed --tls-srv-name from pjsua usage text since that feature has been removed long time ago by #1448 (thanks Alexander Traud for the patch)


2014-07-03 10:43:20: @bennylp commented

In r4870:
Misc re #1751: changing Android java's String.isEmpty() to String.length()==0 for better portability since the former is only available on API level 9


2014-07-09 07:43:34: @trengginas commented

In r4872:
Misc (re #1751): fix crash when receiving unhold message caused by access to invalid data as a result of pool reset (Thanks to Itay Bianco for the report).


2014-07-14 05:49:27: @nanangizz commented

In r4876:
Misc (re #1751): Fixed possible bad assertion caused by race condition between regc_tsx_callback() and pjsip_regc_send() (thanks John Ryan for the report).


2014-07-14 08:22:00: @nanangizz commented

In r4877:
Misc (re #1751): Delete config.log and config.status on "make distclean/realclean".


2014-07-15 06:48:31: @nanangizz commented

In r4878:
Misc (re #1751): Updated configure script to pass params using "$@" (thanks Alexander Traud for the feedback).


2014-07-18 07:19:57: @nanangizz commented

In r4880:
Misc (re #1751): Fixed missing initialization in pjsua2 TlsConfig::toPj() and TransportConfig::toPj() may cause transport creation failure (thanks Sneha Bansal for the report).


2014-07-28 02:43:23: @mingteluu commented

In r4883:
Re #1751 (misc): Fixed incorrect usage of dev_size (should be dev_count) in coreaudio device


2014-08-12 12:50:18: @nanangizz commented

In r4884:
Misc (re #1751): Uninitialized variable 'body.tsxState.type' in PJSUA2 in SipEvent::fromPj() (thanks Thomas Steinacher for the report and the fix).


2014-08-12 13:12:50: @nanangizz commented

In r4885:
Misc (re #1751): Remove reference to PJSUA2 Call instance from PJSUA library in PJSUA2 Call destructor regardless the PJSUA state to avoid crash caused by accessing dangling pointer of the Call instance (thanks Thomas Steinacher for the report).


2014-08-13 03:57:03: @nanangizz commented

In r4886:
Misc (re #1751): Bad typo on passthrough codec (thanks Peter Koletzki for the report).


2014-08-19 01:54:36: @bennylp commented

In r4890:
Re #1751: fixed miscellaneous gcc warnings


2014-08-19 03:18:08: @mingteluu commented

In r4892:
Re #1751 (misc): Fixed compilation error due to the lack of the SSLv2 methods.
The fix will autodetect this and define OPENSSL_NO_SSL2 if necessary. Related to #1321.

(thanks to Walter Doekes for the patch)


2014-08-19 03:18:08: @mingteluu


2014-08-19 03:18:08: @mingteluu


2014-08-19 08:51:48: @bennylp commented

In r4893:
Misc, Re #1751: fixed pjsip-test failures


2014-08-20 07:15:25: @bennylp commented

In r4894:
Misc re #1751: disable one pjlib-test entry on socket address parsing


2014-08-20 13:38:44: @trengginas commented

In r4896:
Misc (re #1751): fixed sound issue on Android L(using PJMEDIA_AUDIO_DEV_HAS_ANDROID_JNI), caused by the difference in JNI array handling. (Thanks Miguel Penades for the report).


2014-08-21 04:35:50: @nanangizz commented

In r4897: Fixed miscellaneous MSVC warnings.


2014-08-21 04:43:12: @nanangizz commented

In r4898:
Misc (re #1751): fixed occasional failure in pjsip-test & pjnath-test caused by resource leak.


2014-08-22 02:44:30: @nanangizz commented

In r4901:
Misc (re #1751): Suppress compile warnings of OpenSSL deprecation on MacOSX.


2014-08-25 10:46:09: @nanangizz commented

In r4903:
Misc (re #1751): Fixed wrong pointer check in starting video render device.


2014-08-26 06:14:15: @trengginas commented

In r4905:
Misc (re #1751): Avoid confusion caused by double variable declaration. (Thanks Itay Bianco for the report).


2014-09-01 07:32:51: @trengginas commented

In r4910:
Misc (re #1751): fixed printing value issue when using %02X format. (Thanks Itay Bianco for the report).


2014-09-02 08:13:57: @nanangizz commented

In r4912: Change default sound device on Android to use Android JNI (due to stuck issue with OpenSL ES).


2014-09-03 09:30:09: @nanangizz changed status from new to closed


2014-09-03 09:30:09: @nanangizz set resolution to fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants