DHCP
Dynamic Host Configuration Protocol The following dhcpd.conf file (compatible with ISOC DHCP 3) will give Grandstream (in this example) a different IP address from the rest of the network:class “VoIP” {match if substring(hardware, 1, 2) = 00:0B;} authoritative;…
Read More »Asterisk Tips follow me
First of all: Make sure you also look at app_followme as introduced in Asterisk 1.4! The following example shows how to create a follow me script to allow Asterisk to ring from your desk phone to a cell…
Read More »SoundStation IP 4000
Polycom SoundStation IP 4000 product info: http://www.polycom.com/products_services/1,,pw-9192,FF.html This phone is now shipping. This is the newest conference phone from Polycom. It is the first to support SIP directly. The base unit has it’s own power injector (PoE to…
Read More »Asterisk text2cepstral www demo
Using cepstral webbased voice synthesized demo to generate voice prompts for asterisk on the fly Prerequisites Time Asterisk Internet Connectivity PHP (in this example we use version 5.0.4) Introduction Why? I personaly wanted to be able to generate…
Read More »Asterisk Bootable CDROM
Boot and run Asterisk from a bootable CDROM. Variable information (config files, network settings, etc) are typically stored on a USB Flash drive or floppy. There are many Live CD Linux distributions that use this model. The well…
Read More »Polycom reboot hardphone script
A short PHP script to reboot extensions attached to an Asterisk PBX can be downloaded here. Some more detail about how it works can be found here. This script relies on the instructions below for configuring the sip-notify…
Read More »Asterisk-Panasonic1232vm
After scouring for someone else’s working setup and finding nothing, I’ve put together a system that works for me on our Panasonic 1232. The only integration so far is for voicemail, as the system has its own T1…
Read More »Asterisk Telemarketer Torture
How to build unusable menus to scare off users. I noticed in the * source that the Privacy code has a TORTURE constant, and I submit that this sort of thing may just be the stuff that would…
Read More »Asterisk cmd Monitor Cleanup
Monitor Cleanup Just a little script to help cleanup those *-in.wav and *-out.wav files: #!/usr/bin/perl @lines=`ls -1 /var/spool/asterisk/monitor/*in.wav`; foreach $line (@lines){ (@splits)=split(“in.wav”,$line); chop(@splits[0]); $base=@splits[0]; $base=~ s/(“)/\\\”/g; $base=~ s/( )/\\\ /g; $base=~ s/(>)/\\\>/g; $base=~ s/(<)/\\\</g; print `soxmix $base-in.wav…
Read More »USB-B1K
Yeallink has built this small ATA adaptator , distributed in france with the Wengo SIP service , and with a lot of providers arguing it works with skype….. This USB box acts as a USB sound card and…
Read More »VOIP 911 Service Providers
Companies that provide gateways or services for access 911 services via VOIP. Bandwidth 911 Access connect phone numbers, products or apps to 911 instantly for fast, accurate emergency routing. Try it free. Bulk Solutions E911 provisioning with simple…
Read More »Asterisk Mailing Lists
Asterisk related Mailing lists (just an FYI, these lists are heavily used and therefore tend to receive LOTS of emails) Asterisk Users <-a good place to start! Asterisk Addons Asterisk Announce Asterisk Business <-if you’re buying/selling products or…
Read More »PCPhoneline.com
PCPhoneline.com – VoIP Products for Local and Long Distance This company is no longer in business Products: VPC1000 FXS to FXO Port Converter – Only $39 VPT1000 SIP/H323/Skype VoIP IP-Phone for Dialup/WiFi/Broadband – Only $49 VTA1000 SIP/H323/Skype VoIP…
Read More »Asterisk phone VTA1000
The VTA1000 is a SIP/H323/Skype VoIP Gateway for Dialup/WiFi/Broadband sold by PCPhoneline.com.Their website explains how to setup the driver on the PC end, but doesn’t explain what to do on the Asterisk end of the connection. One of…
Read More »Asterisk app_dbodbc
app_dbodbc This is original Brian’s re-implementation of the Asterisk database using unixODBC. This allows for easy creation of dialplan modifiers that link into a GUI with a back-end database. Install rpm -ivh unixODBC*rpm rpm -ivh MyODBC*rpm cp app_dbodbc.c…
Read More »