jump to navigation

Asterisk Encryption August 10, 2007

Posted by bbarrett in Asterisk, VoIP.
add a comment

Recently we were investigating the privacy controls one can put in place with Asterisk. I found that Asterisk does not yet have support for SRTP or SIP over TCP (which would enable secure SIP using TLS).

VoIP calls – like all  network traffic – can be listened to by potentially malicious people. However voice calls are probably in greater need than other network traffic because it tends to be more personal. People have grown to trust phones as the best alternative to face to face correspondence for privacy. People would not be happy knowing that a third party could record their conversation and play it back at a later time.  However, not all voice traffic needs encrypting – after all the chances of a malicious user on an internal network is very low.

(more…)

Testing IAX2 Trunks July 31, 2007

Posted by ieniall in VoIP.
add a comment

Asterisk Realtime IAX2 Trunks July 31, 2007

Posted by epower in Asterisk, Asterisk.realtime, VoIP, realtime.
add a comment

As Brian mentioned, Realtime is a favorite subject of ours. And so I needed to set up a number of IAX2 trunks using Realtime (long story).

(more…)

Using multiple servers and one database with regserver July 24, 2007

Posted by bbarrett in Asterisk, VoIP, realtime.
3 comments

Asterisk’s Realtime is a favourite subject of ours apparently. We have a phone system here in the TSSG, which consists of one Asterisk machine inside our network and another external to the network peered with it. They both share the same database so a user can register on either machine.

(more…)