- Aug 05, 2011
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Aug 03, 2011
-
-
Tristan Matthews authored
This avoids out of order deallocation issues
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- Aug 02, 2011
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
replace with glibc %m in format strings
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Now AudioZrtpSession and AudioSymmetricRtpSession are derived from it, and AudioSrtpSession is derived from AudioSymmetricRtpSession AudioRtpSession class keeps a pointer to the RTPDataQueue and Thread casts of the 2 specialized classes to access a few, because AudioRtpSession doesn't derive from RTPDataQueue or Thread directly.
-
Rafaël Carré authored
(cherry picked from commit c3081dce)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Aug 01, 2011
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
It would only hide the password for the first entry, and was buggy: The real password would be overwritten by the masking entry (*****) We need to find something else
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
The SIP credentials are transmitted (between client and daemon) and (un)serialized (in the config file) as a list of items holding: - realm - username - password The password associated to the SIP account will be removed as it is redundant with the first item of the list. idem for the authentication username.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Jul 29, 2011
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Do not remove the call from internal list It will not be displayed, and will be removed from the list when receiving the success reponse for the transfer
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- Jul 28, 2011
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
So move accountID from SIPVoIPLink to IAXVoIPLink
-
Rafaël Carré authored
-
Rafaël Carré authored
It is set by the constructor No need to unserialize it again either
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-