Quote:1) If I use the option of SRTP and ZRTP, "without" TLS... is my comunication encrypted? Could be decrypted in the middle?
If you don't use TLS, and someone is wiretap you, he/she can see who you are calling. The options "SRTP" and "ZRTP" only refer to the audio data - that will be encrypted. If only SRTP is used, the key for encryption is exchanged unencrypted, so the wiretapper can decode the encrypted data with that. Only if both parties use ZRTP, that key is exchanged in a secure way.
Let's assume, you are using a VoIP provider - that is your man in the middle. If you are using TLS and SRTP, that provider has all knowledge to decode the audio data too. You have to trust that provider
Same scenario with that provider and both SIP endpoints support ZRTP. If a ZRTP based key exchanged succeeds, the audio data is encrypted end-to-end - that means your provider has no way to decode the encrypted voice (audio) data.
In theory your provider could support ZRTP too and handles that ZRTP key exchange as man in the middle. You would detect this if you compare that id ("ZRTP:xxxxx - xxxxx is that id). Both parties should tell that id each other. If the id is the same, there is no man-in-the-middle decoding possible.
Quote:2) If I only use ZRTP otion (Without using TLS nor SRTP), my comunication (Voice) is encrypted? Could be decrypted in the middle?
See above at 1).
ZRTP works independently from TLS. If both parties has that "ZRTP:xxxxx" tooltip for that encryption icon, and that id is the same - there is no way to decode the voice in the middle.
Quote:3) When ZRTP is using whe can see the same "ZRTP:xxxx " with the mouse in the icon in both sides, What happen when the xxxx change during comunication? Could change during comunication in one side only?
As long as you don't hold the connection or do any other transfer functionality it shouldn't happen. If only at one side the ZRTP-id changes, both parties wouldn't hear each other any more.
Maybe a special sound would be fine if ZRTP is established or destroyed. Any suggestions to that are welcome.