InPhonex
InPhonex is one of the fastest growing Internet Telephony companies in the world, specializing in private label, customizable VoIP (Voice Over Internet Protocol) solutions. InPhonex caters to clients ranging from individual consumers to small businesses, hotels, call centers,…
Read More »APConnections
Linux based Network Traffic Tuning systems. These boxes can create QoS on Networks that don’t otherwise support it. Bandwidth Control – ease contension on your network, stop bandwidth abuse, and enhance response times for important business related activities….
Read More »QoS Cisco
Disclaimer: I am not a Cisco IOS expert. I have dealt with them mostly in dialup (access server) capacity, but I have some QoS experience with these routers. I have worked mainly with the 2600-series. First things first:…
Read More »Asterisk GUI phpMyEdit
Asterisk GUI phpMyEdit I have developed a Web-based GUI for Asterisk using phpMyEdit. This quickly provides a powerful interface to View/Add/Modify/Delete records. All users are stored in a MySQL table: CREATE TABLE `bit_users` ( `mailbox` varchar(4) NOT NULL…
Read More »Asterisk Manager AM-WEB
AM-WEB (note: this site does not exist. If you are the author please update this page. – March 6, 2007) AM-WEB provides a web and CM-XML interface (for Cisco 79xx phones) to some of the Asterisk manager API…
Read More »Asterisk astman
Astman (note: this is deprecated and the instructions herein no longer apply in Asterisk 1.2.x and newer) Astman is a text mode Asterisk manager API for Asterisk, included with the Asterisk package. Astman connects to Asterisk by TCP,…
Read More »Asterisk auto-dial out deliver message
Auto-dial out and deliver a prerecorded message This example showes how to automatically dial out to a phone number and deliver a specified prerecorded message. The outgoing messages may be rerecorded at any time, and the person answering…
Read More »Asterisk cmd SayDigits
Synopsis Say digits Description SayDigits(digits) Says the digits, one by one, in the language choosen (defaults to English). Compare with SayNumber. Example SayDigits(123) ; Says “one two three” See Also SayAlpha SayPhonetic SayNumber Setting up a Multi-Language Asterisk…
Read More »Asterisk config skinny.conf
I got this information from Narem. I thought it might help someone.I will try to configure my Cisco IP Phone 30 VIP with the information below. When I get the 30 VIP phone to work I will post…
Read More »Ventrilo
Ventrilo Ventrilo Site Ventrilo is a very simple and easy to use VoIP program designed for multiplayer gaming. It is functionally similar to Teamspeak, but has a much simpler interface and feature set. Clients are available for Win32,…
Read More »Asterisk cmd DateTime
Synopsis Say the date and time Description DateTime Obsolete: Use SayUnixTime Says the current date and time. Return Codes Returns -1 on hangup or 0 otherwise. This command uses the sound files in the standard distribution. This command…
Read More »Asterisk cmd StopPlaytones
Synopsis Stop playing a tone list Description StopPlaytones Stops playing a tone list that was started by the Playtones command. See also Playtones: Play a tone sequence indications.conf Tone configuration file Asterisk cmd BackGround: Play a sound file…
Read More »Asterisk cmd ControlPlayback
Synopsis Plays a sound file with fast forward, rewind and stop controls. Description ControlPlayback(filename[|skipms[|ff[|rew[|stop[|pause[|restart|options]]]]]]]) Note: New version Asterisk (about 1.6 above), the Optional Parameters separated by the , character not | This application will play back the given…
Read More »Asterisk cmd Playtones
Synopsis Play a tone list Description Playtones(tonename) Playtones(tonelist) Plays a tone list, either the tone named tonename defined in the indications.conf file, or a directly specified tonelist of frequencies and durations. See indications.conf for a description of the…
Read More »Asterisk h extension
The h extension Gets executed after a call has been terminated. Use DeadAGI instead of AGI here. Do not call Hangup from within the h extension. When the ‘h’ extension is running, the call legs have already been…
Read More »