Asterisk Features

3 Way Calling Accidental Disconnect Protection Answer Groups/Keys API – • C • Perl • Python • XML Via Perl • Shell scripting Autodial Keys 7960: yes Automated Attendant – • Custom Call Routing • System Answer Automatic Line Selection Automatic Set Relocation Assumes use of DHCP Auto Attendant Auxiliary ringing Use ATA-186 or other [...]

Read full story Comments { 1 }

WiSip 802.11 SIP phone configuration

The first 802.11 phones to hit the “popular” commercial market were introduced by Jeff Pulver’s company, Pulverinnovations.com a few weeks ago at the VON 2003 Fall show. While there are other 802.11 phones, this is the first one runs SIP that I have seen that is actually available and taking orders. The Cisco 7920 doesn’t [...]

Read full story Comments { 0 }

Asterisk manager.conf configuration

The Manager interface is used to remotely view/change console (and other) actions. Through the use of the manager interface, you are able to send actions and receive responses very similar to the CLI interface. However Asterisk latest version 1.4 beta has GUI manager interface which is very user friendly. Asterisk comes with Asterisk Manager API, [...]

Read full story Comments { 1 }

Asterisk voicemail.conf configuration

Asterisk Voicemail is called from within the dialplan (see /etc/asterisk/extensions.conf)like any other application. It takes as an argument the mailbox to be used and the message to be layed (busy or unavailable.) The message is set in the dialplan by preceding the mailbox number with ‘b’ or ‘u’ for busy or unavailable. Alternately, the mailbox [...]

Read full story Comments { 0 }

Asterisk zaptel.conf configuration with X100P FXO and TDM04B Cards

Installing the TDM04B Plug it into a spare PCI slot on your Asterisk server, just like any other expansion card. If you installed the Zaptel drivers when you installed Asterisk, you’re almost there. (If you didn’t, you need to re-install Asterisk and compile in Zaptel support.) The next step is to configure /etc/zaptel.conf. First make [...]

Read full story Comments { 9 }

Asterisk zapata.conf configuration

Asterisk Zapata.conf configuration file is usually we use to configure Asterisk hardwares i.e. FXO cards, FXS cards, T1/E1 cards. Below is an example zapata.conf file. You can edit it according to your needs. incase of any problem feel free to put comments. ; This is the zapata.conf file for Opensource Asterisk PBX server. Asterisk can [...]

Read full story Comments { 1 }

Asterisk sip.conf configuration

Below is Open Source Asterisk PBX sip.conf configuration example file. Please edit it for your needs. If you need any help then feel free to put your comments. ; This is the sip.conf file for Opensource Asterisk server. Asterisk can be found on ; ; ; http://www.asterisk.org/

Read full story Comments { 11 }