- 31 Jan, 2015 3 commits
-
-
Guillaume Roguez authored
This fix "single role" class design rule. Refs #64903 Change-Id: Idc8a82d04d13380bddad75c766fc7b3175a54ef1
-
Guillaume Roguez authored
Rationale: These methods depend on internal states owned by an other class (and obviously parameters). So why to not put them where theses states are really located? This is also not the role of the former class to gives these methods. Refs #64903 Change-Id: I539715cb63ed99acf5b579666588c88e280cde05
-
Guillaume Roguez authored
Refs #64903 Change-Id: Ia8986be9c7c4566e6f26e2b9bedaa09b0247a6db
-
- 26 Jan, 2015 1 commit
-
-
Guillaume Roguez authored
- all the code moved under the ring namespace, or a sub-namespace, exception of ring_api.cpp as exporting a C accessible API. - fixed namespaces hierarchy. - removed forbiden usage of using-declaration. Refs #64647 Change-Id: I23fdeca1252150d490828c1ce907097f17e1d41c
-
- 21 Jan, 2015 1 commit
-
-
Adrien Béraud authored
give transports more time to be destroyed by pjsip Refs #63196 Change-Id: I065e9e86fc2b3d5bc42f6e7797b1168e7cf00cd4
-
- 09 Jan, 2015 1 commit
-
-
Adrien Béraud authored
Refs #62691 Change-Id: I8b051e38674b50d2b7771376310dcf9d964452b4
-
- 07 Jan, 2015 2 commits
-
-
This was causing deadlock. We now pool ice packets in the main loop. Refs #63250 Change-Id: I001987955e1a927ed259291d9b0f0af0043ec84e
-
Refs #63196 Change-Id: I76f22d7de82c380c5f7d984205627763e118b8e1
-
- 06 Jan, 2015 1 commit
-
-
Refs #63196 Change-Id: I633318843e0b58ddb3cf97c0be8bf94eb4c7431e
-
- 18 Dec, 2014 2 commits
-
-
Adrien Béraud authored
Refs #61678 Refs #61680 Change-Id: I6e33f9c265d8b4ba1b888cfef093a8d907303c34
-
Adrien Béraud authored
Refs #61679 Change-Id: Ide96d6de67d43d4b9dd93c4aea8b7dc1b1bb5828
-
- 17 Dec, 2014 1 commit
-
-
Refs #61426 Change-Id: Ic81c9b282c26d1246c1e449a5b767cd84d5fb71f
-
- 03 Dec, 2014 1 commit
-
-
Guillaume Roguez authored
This reverts commit dfa0a629.
-
- 02 Dec, 2014 1 commit
-
-
Refs #61426 Change-Id: I7fb98bf8e9733117cc5dd192ef4755bd6631872d
-
- 13 Nov, 2014 1 commit
-
-
Adrien Béraud authored
Use pjsip_endpt_resolve() instead of getaddrinfo() to resolve SIP server IPs. Refs #51954 Change-Id: I0017349d39cef370bba59dfcbb17b68c9399a3de
-
- 29 Oct, 2014 1 commit
-
-
Philippe Groarke authored
Refs #56437 Change-Id: Ia712b748820c7a829dd143a08177211c46332150
-
- 07 Oct, 2014 1 commit
-
-
Adrien Béraud authored
Change-Id: I0da6479672a6d3ac1649d38de38a88ed47daff58
-
- 06 Oct, 2014 1 commit
-
-
Adrien Béraud authored
SIPTransport now represents a SIP transport. The old SIPTransport class becomes SIPTransportBroker. Makes every sip call have its own transport, to allow IP2IP calls using TLS. Refs #53057 Change-Id: I6ae8e1a4c681c6f4f5887772f5b852bd440df13f
-
- 26 Sep, 2014 1 commit
-
-
Refs #55256 Change-Id: Ifbcb9cb1d0cb400ace50bebc0cd9fea4b5d5e8ac
-
- 25 Sep, 2014 1 commit
-
-
Refs #55823 Change-Id: I7566c7bdad235637e62dc4a5ba1b8f5006c63f5f
-
- 27 Aug, 2014 1 commit
-
-
Adrien Béraud authored
Move some parts of SIPAccount that will be shared with DHTAccount to a new class SIPAccountBase. Refs #53127 Change-Id: Ib4bcb1e20cac5bbd0e134ae4ba782fba9e5ccdad
-
- 05 May, 2014 1 commit
-
-
Adrien Béraud authored
Change-Id: I9e1afcd105f01de1a8b9cd2a14a43a3b3175e48d
-
- 15 Apr, 2014 6 commits
-
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
-
Adrien Béraud authored
sendRegister & sendUnregister use a reference to Account. sendUnregister release the transport after unregistration.
-
Adrien Béraud authored
-
- 16 Jan, 2014 1 commit
-
-
Tristan Matthews authored
-
- 27 Nov, 2013 4 commits
-
-
Tristan Matthews authored
pjsip_regc_destroy does this
-
Tristan Matthews authored
endpoint is supposed to be thread safe so no mutex is needed around it.
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 30 Aug, 2013 1 commit
-
-
Emmanuel Milou authored
-
- 12 Jun, 2013 1 commit
-
-
Tristan Matthews authored
-
- 08 Jan, 2013 1 commit
-
-
Tristan Matthews authored
This was causing PJSIP to abort since in the SIP thread, it will automatically decrement the reference count in case of error.
-
- 12 Sep, 2012 3 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 06 Aug, 2012 1 commit
-
-
Tristan Matthews authored
Fixes abort() on failed registration.
-