Explore other categories
- ATM (28)
- Cloud (3)
- Cloud services (1)
- MicroStack (2)
- H.323 (2)
- Instant messaging (4)
- IP QoS (1)
- References (1)
- Tools (1)
- IP Telephony (6)
- VoIP (3)
- IPTV (2)
- IPv6 (6)
- Tools (2)
- Linux – HOWTO (52)
- Monitoring, Management, Measurement (11)
- NetAcad (21)
- Network security (22)
- Practical – Fortinet (2)
- Fortigate (2)
- Practical – Mikrotik (2)
- SIP (52)
- Application servers (1)
- Asterisk (3)
- FreeSWITCH (2)
- Kamailio (29)
- NAT, FW (5)
- OpenSER (2)
- TCP/IP networks (2)
- Tools (2)
- Theses (2)
- Traffic generators (1)
- Virtualization (13)
- VirtualBox (12)
- XenServer (1)
- WebCMS (0)
- IPv6-IPv4 (1)
- Switching (2)
- OSPF (1)
- Packet Tracer (1)
- Windows 2019 server (1)
Home •
Current category:
FreeSWITCH
First, add repository to system vim /etc/apt/sources.list add line deb http://files.freeswitch.org/repo/deb-master/debian/ wheezy main Then add GPG key to repository gpg –keyserver pool.sks-keyservers.net –recv-key D76EDC7725E010CF gpg -a –export D76EDC7725E010CF | apt-key add – Now, update repository apt-get update FreeSWITCH is ready…
There are lot of guides about installing FreeSwitch on Debian/Ubuntu. The official guide is at http://wiki.freeswitch.org/wiki/Installation_Guide#Debian_Linux and another is at howtoforge. Ubuntu has deb packages even and we may use apt-get install (so easy). Debian lenny does not have bin…