- Jan 03, 2020
-
-
Adrien Béraud authored
Change-Id: I28f193813ad72ee5936ef0be7f252c40c3b748ee
-
- Dec 31, 2019
-
-
Change-Id: Ib1d736c241849415eaef957c9e6565e78cda45f1
-
- Dec 24, 2019
-
-
pjsip uses a counter to delete objects when the ref counter is equals to 0. This means that our unique_ptr on the invite will be invalid if resources are already freed by pjproject. To avoid this, we need to increment and decrement the counter when we respectively create and destroy our unique_ptr on the invite session Change-Id: Ida5c687004b91100f1c10f83e32c1a40264c775c
-
Sébastien Blin authored
During the negotiation, if the TURN needed to be resetted or got a EBUSY status, the is_pending boolean was stuck to is_pending=true and the ICE session was immediately considered as failed. Change-Id: I0d8caac3ec04fec0ad32d9569013025a9787f7ab
-
- Dec 23, 2019
-
-
Sébastien Blin authored
Videolan is moving to gitlab. So, URL must be replaced Change-Id: I9508336b2528a5272476c0f676d39a45482476c9
-
- Dec 20, 2019
-
-
Adrien Béraud authored
Gitlab: #54 Change-Id: Ieedfde12a0c9602f8ce664ef99b7205e9899751a
-
Adrien Béraud authored
Change-Id: Ief51be2f11ee65be017d93dbc7b19e6152dd7b91
-
TlsSession must be the only one owning the transport. So, instead a reference, TlsSession stores a unique_ptr and is now able to check if the transport is still available Gitlab: #190 Change-Id: I784eef7edd6d5447ba671dcbe453575a03e51ca8
-
- Dec 19, 2019
-
-
Adrien Béraud authored
Change-Id: Iadb6af6c7d005dca00f3a68282c6acd6403b3605
-
Adrien Béraud authored
Change-Id: Ic6eb026538fe4dc80d52aa6748c06884c9b3786b
-
- Dec 17, 2019
-
-
Adrien Béraud authored
Change-Id: I6ad0e5cefdb677d51cb75745b6c86b245753f18e
-
Adrien Béraud authored
Change-Id: I5e6499cbcba0a294a65664f20eeedc8edf18a2dd
-
- Dec 12, 2019
-
-
Change-Id: Ia03ace8826ac44820c621c9ff2ee1a99b26bbf1b
-
Sébastien Blin authored
Change-Id: I41fc348e6bcc2a0e042fe9355cb86288065300d4
-
- Dec 11, 2019
-
-
Adrien Béraud authored
Change-Id: I6f888fb7432c1a8bb8b3bae90f675e65f40903d5
-
- Dec 08, 2019
-
-
Adrien Béraud authored
Change-Id: I9c857e9c3f184b1807d6ef9fbf645b6bbc82638a
-
- Dec 06, 2019
-
-
Change-Id: I44acf2c9cb3b2986a7ea7cc6d7633d3887159996
-
- Dec 05, 2019
-
-
Change-Id: I0d5b9e7a228a2bb5ecc33b6ce0ca04733ed9ba0a
-
Ming Rui Zhang authored
Change-Id: Idb13d1e98d9ddf3ae4f68aec27c08e4e25dc1d36
-
- Dec 04, 2019
-
-
Kateryna Kostiuk authored
prevent bad access when verifying certificate. Change-Id: Ic54749f58894b4832f3331a21ca714dfa986f50e
-
Change-Id: I362550773790643a663b6e8da70b48cb1064b391
-
- Dec 03, 2019
-
-
Adrien Béraud authored
Change-Id: I72ea80c56c685545cfa2d185174db1a52da04eb6
-
Adrien Béraud authored
Change-Id: Ibe7d113be8153d602e05b483e3b844e0276d7370
-
Adrien Béraud authored
Change-Id: I6ef25e132acd201b59f513589203d76855ff7c34
-
Change-Id: I196759816d55d412cf2350bb8b94bb0b4421491f
-
Adrien Béraud authored
Change-Id: Ib7700f2ad5988279e657cf9c6688afc54e31ad31
-
- Nov 29, 2019
-
-
Change-Id: I88ff2997ec436f0f10672fa14471de93395673fa
-
Change-Id: I464d2f29173d2bcfdf6ddea5e26ed9e0192e98ae
-
- Nov 28, 2019
-
-
Pierre Lespagnol authored
Change-Id: If74aecfb0703aaadd2e555b2032cf28804b11f58
-
Change-Id: I6e730fb2245fe88a84255f8ffc06449f866f4918
-
Adrien Béraud authored
Change-Id: I88d44fe644abdb171c8815eafff49c8e6195087e
-
Adrien Béraud authored
Change-Id: Ic4576fe22b10fc2033cbcd7afe8bb201c57223e1
-
- Nov 27, 2019
-
-
Pierre Lespagnol authored
fix https://review.jami.net/c/ring-daemon/+/13190 Change-Id: I688043cd505347f86256d5a70f55168318f0e4d9
-
The current assert will automatically fail because it will check if 0 < 0 Change-Id: I3e56c09cf273a67fd5b322ce4c97de64504dc11e
-
This patch replaces waitForReady by setOnStateChange to detect when TLS Session is ready Change-Id: Ic127cdbe45447fe89b725d5b0995a0925ddd3e14
-
Change-Id: If544f9ef91033f5eb74bd2aa63d9a31f65ed4d7c
-
Change-Id: I73e6ad39f6b0dc37e9142d33b079dae230c92367
-
- Nov 26, 2019
-
-
Some VoIP services, such as VoIP.ms, support SIP/TLS and SRTP, but give the wrong schema in the INVITE's Contact header; specifically "sip" instead of "sips." The relevant ticket for pjsip is as follows: https://trac.pjsip.org/repos/ticket/1735 This patch adds a preference to allow a user to disable the checks, which allows them to answer incoming calls in this situation. By default, the checks are enabled, and it will silently drop calls which are not RFC-compliant. Reviewed-by:
<mingrui.zhang@savoirfairelinux.com> Change-Id: I401ef481ef29f7ae7bbc56025d2e8b461e850791
-
- Nov 22, 2019
-
-
Kateryna Kostiuk authored
on iOS landscape mode corresponds to 90 or 270 degree. Current rescale implementation will create output that is out of bounds for iOS frame. Change-Id: I29c89402fc056714149f0ff2fe98e7b8bdf13565
-
Sébastien Blin authored
Change-Id: I1ad6f00a44ceeac14929ca573dd130a678a23a31
-