« Previous - Version 2/52 (diff) - Next » - Current version
Adrian Georgescu, 06/04/2013 01:10 pm


Data Storage Policy

SIP2SIP is server infrastructure that relays information and stores information. If you are concerned about privacy of your own data and how it is used below you find an overview about it:

SIP Accounts

Accounts information is stored in the platform database. SIP account and SIP Settings web page passwords are stored in encrypted form in the database.

Signaling

Signaling can be done in clear text using UDP and TCP protocols. You may use TLS for encrypting data between the end points and platform SIP servers. There is no guarantee that encryption will work end-to-end, the SIP signaling part of the platform provides only hop-by-hop signaling security.

SIP Traces

All SIP signaling is stored in cleartext for the last 30 days in platform databases.

Call Detail Records

Call Details Records are stored for up to six months in clear text format in platform databases.

Offline Short Messaging

Messages sent using SIP MESSAGE method that cannot be delivered to local users of the platform are stored for later delivery in cleartext format in the platform database.

Audio and Video

RTP streams are relayed by platform media relays. Actual data is not stored or copied anywhere. You may encrypt your data using sRTP but the encryption key is available in the signaling. Whomever has access to the signaling can potentially be able to decrypt any sRTP encrypted stream. If your end-points supports zRTP, the key is known only by the clients.

Chat Messages

MSRP chat sessions are done over TLS connections via the platform MSRP relay servers. The content of the messages is not logged or stored anywhere.

Blink users can replicate the chat messages between multiple instances configured with the same account. The replicated chat messages are stored for 60 days in encrypted form in platform databases. The encryption key is not known by the server, only Blink clients posses the encryption and decryption key. If you are concerned about privacy you may disable chat replication in Blink.

File Transfers

MSRP file transfer sessions are done over TLS connections via the platform MSRP relay servers. The content of the files is not logged or stored anywhere.

Protecting your Privacy

To protect your data against being exposed over the Internet, do the following:

  • Use TLS for SIP signaling
  • Use zRTP for audio and video media if your end-points support it other wise sRTP
  • Use TLS for MSRP media