Open
Conversation
…udioDevInfo.java (pjsip#4435)
* Implement PJSUA/PJSUA2 API for AVI writer * Fix build error * Update pjsip/src/pjsua-lib/pjsua_vid.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Modification based on comments * modification based on comments --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…on (pjsip#4446) * Add callback to notify succesfull completion of conf/vid_conf operation * Fix incorrect op_type * Modification based on comments * Missed to set status * modification based on comments * modification based on comments * Modification based on comments * Add comments and call the callback from conf_destroy()
* Update ice_session.c * Update doc based on comment * Strengthen the checks * Update based on comment
* oss-fuzz: Add fuzzers for pjsip presence parser Signed-off-by: Arthur Chan <arthur.chan@adalogics.com> * Fix logic Signed-off-by: Arthur Chan <arthur.chan@adalogics.com> --------- Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
* oss-fuzz: Add TURN protocol fuzzing to fuzz-stun Signed-off-by: Arthur Chan <arthur.chan@adalogics.com> * Fix logic Signed-off-by: Arthur Chan <arthur.chan@adalogics.com> --------- Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
* pcaputil: Simplify read_rtp function Pass the packet directly instead of passing all its members. * pcaputil: Convert rtp timestamp endianness earlier It was converted twice for each packet, as pkt0 and as pkt1. Convert it once instead, and store in the packet data.
…sip#4765) * Delay INVITE tsx termination to absorb request retransmission after receiving ACK * Create uac-inv-retrans-after-ack.xml * Updates based on copilot suggestion, also update the timeout when ACK for 200 is handled by transaction (due to same branch) * Update pjsip/src/pjsip/sip_transaction.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Updates based on copilot feedbacks * Fix sipp scenario uac-srtp-dtls-reinv-sdes * Update pjsip/src/pjsip/sip_transaction.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update uac-reinvite-bad-via-branch.xml * Use warning header instead of response text, update bad sipp scenario * Update uac-inv-retrans-after-ack.xml * Update docs based on comment --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix ioqueue unregister test stuck due to packet loss Reduce false negatives in CI tests. * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove trailing whitespace from ioq_unreg.c (pjsip#4801) * Initial plan * Remove trailing whitespace on line 283 Co-authored-by: nanangizz <24786011+nanangizz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nanangizz <24786011+nanangizz@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
* Skip locking in setting and getting Buddy's user data * Update based on copilot review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge master to im-master