
Author: VoIP Info
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 »Monitor stereo-example
Description The following example will show how the Monitor application can be used to record phone conversations in stereo, ie. each party of the phone call represents one channel of a stereo recording. The recording will be compressed…
Read More »Aheeva Contact Center Solution
https://www.aheeva.com/ Aheeva Contact Center Solution is complete suite of product for Call Center based on Asterisk. Features include the following: IVR capabilities Inbound capabilites including Skills Based Routing Script Designer for IVR and Skills Based Routing script Outbound…
Read More »Asterisk settings for Wengo
This setup is used to dial out from Wengo and to ring a SIP extension on incoming calls. The code is made entirely of excerpts of the configuration files, and need the remaining portions of the files to…
Read More »Sample Asterisk config for StanaPhone
This works for me. All calls to my StanaPhone number ring on my extension 101, and after 20 seconds goes to my * voicemail. To use the StanaPhone network I dial 9 and the number. sip.conf [general] port…
Read More »Asterisk manager dialout
How to dial out with the manager API Telnet to asterisk server ip_address to port 5038 (as long as you have a login set up in manager.conf) and send the following Action: Login Username: user Secret: pass Action:…
Read More »Asterisk res_config
res_config A very flexible way of storing configuration information (e.g. users in sip.conf) in an unixODBC database (e.g. Mysql). It does, however, require the server to be reloaded to make changes appear. As of 2004-Jun-10 res_config was available…
Read More »