Jean-Denis Girard
Jean-Denis Girard
We needed to send embedded XML as CDATA in the request. Without this modification, the embedded XML was escaped, now it is transmitted unmodified.
Hi, uniqueid.uuid is generating this error on iPhone (not in Simulator: ``` File "/.../site-packages/plyer/platforms/ios/uniqueid.py", line 19, in _get_uid uuid = UIDevice.currentDevice().identifierForVendor.UUIDString() TypeError: 'Swift.__StringStorage' object is not callable ``` I've seen...
All modules compile fine. wcb4xxp and wctdm loaded and working fine on my hardware. I don't have other hardware to test.
### Severity Critical ### Versions 20.9.1 ### Components/Modules app_voicemail ### Operating Environment Linux ### Frequency of Occurrence Constant ### Issue Description Crash in odbc_insert_data_cb and messagecount ### Relevant log output...
Correct 2 bugs in app_voicemail while using ODBC backend. Resolves: https://github.com/asterisk/asterisk/issues/831
Hi ! READ_MEDIA_VISUAL_USER_SELECTED and ACCESS_MEDIA_LOCATION are missing from android.permissions.py, so I added them to my app: `from android.permissions import request_permissions, check_permission, Permission Permission.ACCESS_MEDIA_LOCATION = ("android.permission.ACCESS_MEDIA_LOCATION") Permission.READ_MEDIA_VISUAL_USER_SELECTED = ("android.permission.READ_MEDIA_VISUAL_USER_SELECTED") ` And...