- 31 Jul, 2019 3 commits
-
-
Ming Rui Zhang authored
- solve the registration failure issue in android due to the possible occupied Default sip port (Address already in use) Change-Id: I4794a4a1f6d3a0128aea2c21d18868de23cbbcee
-
Ming Rui Zhang authored
- provide the user the ability to bind ip addresses for sip/IPtoIP account freely, IPtoIP will be given more freedom to switch between ipv4 and ipv6 according to the parameter given Change-Id: I364ad8a2acab4480a35a87baf3f7eb8e7ac72b36
-
Adrien Béraud authored
Change-Id: I727137b36c73a4541cba6962c308a56912d9e16e Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 30 Jul, 2019 2 commits
-
-
Adrien Béraud authored
Change-Id: I4d94400386f94e9a3183f6b770c77eefcfba846e
-
Adrien Béraud authored
Change-Id: I13aaf88a3109d601fe667f20ba454749858d7721
-
- 29 Jul, 2019 1 commit
-
-
Ming Rui Zhang authored
- freeAccount will be called only when sip tls is enabled doUnregister() will block this process Change-Id: I0503c4eab0868591418a8717fa50065d4e948ecc
-
- 28 Jul, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: I9cb774da618e1a6e0a31e4915035a9faaaa4569b
-
- 27 Jul, 2019 1 commit
-
-
Adrien Béraud authored
Layer could be destroyed while being created Change-Id: Ifc6ff8039f98eaa05dd027767ad27ae109cb4f17
-
- 25 Jul, 2019 3 commits
-
-
Adrien Béraud authored
* avoid using IDs above 2^63 for Java binding compatibility (no unsigned integers in Java) * avoid using IDs above 2^53 for JavaScript binding compatibility (no proper integers in JS) Change-Id: I57bb26d2464edbdca4c9e6fe858894d3b53519dd
-
Denys Vidal authored
Each video source in a conference now stores a filter for rotation and its current rotation. Change-Id: Ib2d2dd7bd61a481f0f1f239e376d0d655b27b94b
-
Sébastien Blin authored
+ Public ips was not registered as a candidate. With this patch, negotiations via UPnP and TURN are made during the ICE negotiation. So, the fallback with the old code should not be used anymore for new versions. + Both peers negotiate the link at the same time. The speed of the negotiation is improved. + Fix PJ_EBUSY detection when using a TURN socket to transfer a file. Change-Id: I74fb313b9628d762a1ab0da05e3a18ea3691cb3d
-
- 24 Jul, 2019 2 commits
-
-
Sébastien Blin authored
publishedIpAddress_ should be cleared to avoid to create ICE transports with an old public ip address. Change-Id: I22bba4dfd6e98fdc950dea77d5732e371ba8ade2
-
Pierre Lespagnol authored
The delay could be in nanoseconds Change-Id: I055b8e5362828f11f8ecb7245363d37f52681afc
-
- 22 Jul, 2019 1 commit
-
-
Philippe Gorley authored
Change-Id: I3b377854857eee866929d3c4228c21a3c81461cf
-
- 19 Jul, 2019 2 commits
-
-
Adrien Béraud authored
Remove unused build options, flags and defines Change-Id: I0c25511ade66025427ca0411cf34cfdd73a4bd1f
-
Kateryna Kostiuk authored
Change-Id: Ia34a1c40ea144fb9a6978fe4b39cfa2faa3a5042
-
- 18 Jul, 2019 4 commits
-
-
Ming Rui Zhang authored
Change-Id: I434ed02a0a019a254c547b52ff134939ffa7d65d
-
Kateryna Kostiuk authored
Change-Id: I00b5cc01709b566af3ffc0c1444ddf5fb6e40ef7
-
Adrien Béraud authored
Change-Id: I8dfdbf2d406fab9f5c7a5533b0406d87bd678122
-
Kateryna Kostiuk authored
Change-Id: I3eb0f0a6ecfec16b9032defd1836f7de37159206
-
- 17 Jul, 2019 2 commits
-
-
Pierre Lespagnol authored
Fix bad frame detection while decoding in order to send key frame request at this time Change-Id: I0be3d0912c6342cafe4f3b937f9db843b86860fe
-
Ming Rui Zhang authored
- fix the problem of sending SMS messages from sip to phone - add different headers - enable of handling unauthorized errors form server and resend request Change-Id: Ib1272c5fa3fb2c94dc83bbcf19fdb63957159e38
-
- 16 Jul, 2019 1 commit
-
-
Sébastien Blin authored
This patch fix the file transfer (invalid state in TlsSession::waitForReady). Also, add peer connection with on_connection_status instead of on_connection_attempt (because the connection can fail) Change-Id: Iae97cb4b4a206024aea64d10e99d9c2150e7c04c Gitlab: #626
-
- 15 Jul, 2019 1 commit
-
-
Andreas Traczyk authored
Change-Id: I3c334493e5f45a2c1d6398d396c2ad109a2f6a5d
-
- 14 Jul, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: If56186b06ab98cdb481fe8a3cba6daac4ccfef50 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- 12 Jul, 2019 2 commits
-
-
Andreas Traczyk authored
Change-Id: I34f1f4353b3da02c40e9df2434cedeee04b307aa
-
Sébastien Blin authored
NOTE: SIP over TCP is disabled for now on Windows, waiting for TLS 1.3 support. To re-enable it, check the #ifdef _WIN32 in ice_transport.cpp Our pjsip version supports the RFC6544. With this patch, when starting a call, the daemon is using two ICE sessions for the SIP channel. One is negotiating a UDP socket, and the other a TCP socket and transmits both SDP on the DHT. If both negotiations succeed, TCP is prefered and will be used to transmit SIP messages and the VCard. This should solve the 30 seconds timeout on bad networks. Note that the media channel is still using UDP to transmit audio and video. MAJOR CHANGE: the SIP channel use TLS on top of TCP, no DTLS, so the transport is considered as reliable. Also lot of changes in rfc6544.patch to link to rfc6062. The patch needs to be cleaned, cf TODO notes Also this seems to fix the ICE shutdown at the end of the call (after the IDLE Timeout) Change-Id: I01210da3abfcc448071268b4e1e38abdd58f9f05 Gitlab: #103 Gitlab: #108
-
- 09 Jul, 2019 2 commits
-
-
Adrien Béraud authored
Change-Id: Ia57ede3cfb3c5ec5b00948c448972ef1f9951f37
-
Kateryna Kostiuk authored
Change-Id: I0d3c7a0ec4a09504b25e36e23c9b44c02aff3d71
-
- 04 Jul, 2019 2 commits
-
-
Adrien Béraud authored
Change-Id: Iea2f6f9c8fe08eacfcb3acaa055f921daf5ef347
-
Adrien Béraud authored
Change-Id: I2829c6b42fbebec200b3935aadc62b60498effd0
-
- 03 Jul, 2019 3 commits
-
-
Andreas Traczyk authored
- this is required when screen sharing a secondary screen that is aligned to the left or above the primary screen. Change-Id: I220bf4003ea4bc2071af67a80cb9c5afa0406d5b
-
Andreas Traczyk authored
Change-Id: I186639f8d8e09bd3fbfbb23bb5f39f89e1e1162a
-
Andreas Traczyk authored
Change-Id: I0fca87622f15942d526524e4ebd5f53896461417
-
- 02 Jul, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: I95462429d8ffb0fa04be2716e964cfb4301b26c0
-
- 28 Jun, 2019 3 commits
-
-
Pierre Lespagnol authored
Change-Id: I5692497489f2df3e0b94737651e6d1d1ba44012f
-
Andreas Traczyk authored
Change-Id: I743181cb854c5bdc961ade5dceb7f6ccc1b1ba13
-
Andreas Traczyk authored
Change-Id: Iefca143274a90867ab3e7b484198019f235fa234
-
- 26 Jun, 2019 2 commits
-
-
Ming Rui Zhang authored
Change-Id: Ib3755c563cb9928f25aee285510e367774d18389
-
Andreas Traczyk authored
Change-Id: I106596ab11dc80ec4d2e8b294d36847fac98ced9
-