Riza Sulistyo
Riza Sulistyo
> It should be positive, but printing the value to log. It prints `-11`. However, the check AVERROR(EAGAIN) for encoding should already be correct. It breaks the loop when there's...
Make sure that the app has access/permission to use the sound device/mic of the device.
> * any investigation info would be useful, e.g: why it has to be null terminated? > * does the length tmp_contact.slen include the null? * the `pjsip_parse_hdr()` required the...
> The problem with parsing non-NULL terminated input buffer has created various bugs that are not easy to catch as well as potentially created a security issue (buffer overread). >...
Could you please try the patch in #3102
> 1. Have we confirmed that the feature to ignore certain revisions in GitHub blame works? I think this is a must. The alternatives would be: - adding `.git-blame-ignore-revs` files...
Move to #3292
The auto-play-hangup/auto-play option will connect the call port with the player port when the call media is active. https://github.com/pjsip/pjproject/blob/master/pjsip-apps/src/pjsua/pjsua_app.c#L424 This includes receiving 183 Response, as shown on the log
the tpdata represent the transport/listener created from pjsua_transport_create(). It doesn't represent the account. e.g: * on your case, multiple accounts registered using UDP. - create UDP transport (single) - add...
Could you elaborate on the fail message? Have you tried changing the code in https://github.com/pjsip/pjproject/blob/e12a8d17a02b14ec9d77de6221324d1d0d03fe49/pjmedia/src/pjmedia/transport_srtp_dtls.c#L467 to use `EVP_sha256()` instead of `EVP_sha1()`? Note that although the certificate signing is using sha1,...