Reputation: 665
I have to setup a secured sip session between android phones on 3G network. SIP signaling would be secured with TLS and media stream with SRTP. And I have never touched these protocols and components required to accomplish this.
I want to test it first with a LAN setup, for that I am trying to setup following with latest versions so that I don't miss on some security features:
But for reducing variables I am going to test it on two PCs with some minimalistic SIP UAs and without any secure protocols. Just to make sure that asterisk is running fine.
I have Ubuntu 10.04 running on Parallels Desktop on MacBook Pro.
Problems
Thanking in advance for your support.
Upvotes: 1
Views: 4555
Reputation: 15247
Such setup will be too complex for beginner to be stable.
Better option(and more secure) use openvpn.org tunnel and not use TLS.
1) Freepbx is just web for simpler control asterisk. I not recomend use freepbx for public systems(for internal use it ok if firewalled). You also need add fail2ban to your installation.
3) http://www.asteriskdocs.org/, http://cdn.oreilly.com/books/9780596510480.pdf. But i am afraid you will need some REAL experience to got working what you requested.
4)Dahdi on virtual machine will not work. Conference will not work. Sound can have issues. All other would work ok.
Upvotes: 3