Call features
Automated Attendant
Blacklists
Blind Transfer
Call Detail Records
Call Forward on Busy
Call Forward on No Answer
Call Forward Variable
Call Monitoring
Call Parking
Call Queuing
Call Recording
Call Routing (DID & ANI)
Call Snooping
Call Transfer
Call Waiting
Caller ID
Caller ID Blocking
Caller ID on Call Waiting
Calling Cards
Conference Bridging
Dial by Name
Direct Inward System Access
Do Not Disturb
ENUM
Interactive Directory Listing
Interactive Voice Response (IVR)
Local and Remote Call Agents
Music On Hold
Call features
Overhead Paging
Remote Call Pickup
Remote Office Support
Roaming Extensions
Route by Caller ID
Supervised Transfer
Talk Detection
Text-to-Speech (via Festival)
Three-way Calling
Time and Date
Transcoding
Trunking
VoIP Gateways
Voicemail:
- Visual Indicator for Message Waiting
- Stutter Dialtone for Message Waiting
- Voicemail to email
- Web Voicemail Interface
Computer-Telephony Integration
AGI (Asterisk Gateway Interface)
Graphical Call Manager
Outbound Call Spooling
TDMoE (Time Division Multiplex over Ethernet)
Allows direct connection of Asterisk PBX
Zero latency
Uses commodity Ethernet hardware
Voice-over IP
Allows for integration of physically separate installations
Codecs
ADPCM
G.711 (A-Law & μ-Law)
G.722
G.723.1 (pass through)
G.726
G.729 (through purchase of a commercial license)
GSM
iLBC
Protocols
IAX™ (Inter-Asterisk Exchange)
H.323
SIP (Session Initiation Protocol)
MGCP (Media Gateway Control Protocol
SCCP (Cisco® Skinny®)
Traditional Telephony Interoperability
FXS
FXO
DTMF support
PRI Protocols
Copyright 2008 Alled: Lui Communications - IP PBX, Hosted IP PBX, Virtual Office, Virtual
You should place the include below my code and remove the ";" from in front of the code. The semi-colon comments the line out and the include moves the code somewhere else.
It should read:
you need to check the /etc/vsftpd/vsftpd.conf file
try these steps:
1. allow ftpuser to login
Cd /etc
Nano passwd
Find the line with ‘ftpuser’
what it is:
ftpuser:x:500:500::/var/ftp:/sbin/nologin
what it should be:
ftpuser:x:500:500::/var/ftp:/bin/bash
Save the file
2. Set permissions for ftpuser
cd /var
chmod 777 ftp
chown ftpuser:ftpuser ftp
3.
Cd /var/vsftpd
Nano user_list and add ‘ftpuser’ at the end
save
try ftpuser:asteriskftp
Wakeup call and Weather
Edit /etc/asterisk/extensions_custom.conf and from within the from-internal-custom context add the following:
just make sure they are higher then the asterisk files
shutdown -r now
The system will now shutdown or reboot without a Panic.
sip_nat.conf
externip=public ip
localnet=local ip/255.255.255.0
nat=yes
Upgrade FreePBX
If you had any settings in sip.conf before the upgrade those would have been written over after the upgrade.
You will need to redo any specific edits you had in sip.conf and put them in sip_general_custom.conf (use sip_custom.conf if you had any edits that need to be out of the general section)