Upgrade 3CX to v18 and get it hosted free!

Author: VoIP Info

Asterisk Queue Callback

This feature allows a caller holding in your queue to press ‘1’ and enter a phone number to be called back at when their slot in line comes up next. Note: This requires Asterisk 1.2 To accomplish this,…

Read More »

dagayr

Asterisk cisco FXO How to connect a Cisco Router with FXO module to Asterisk Cisco routers support FXO or FXS voice interface cards (aka VIC). Either SIP or H.323 can be used for call signalling. VICs are installed…

Read More »

Clearwire Sip Port Workaround

This should workaround Clearwire blocking port 5060. After having a frustrating experience setting up VOIP with Clearwire and discovering that Clearwire blocks 5060.I came up with this workaround. 1. I had my VIOP service provider alias port 5060…

Read More »

Asterisk consultants Canada – Nova Scotia

Krishna Sumanth chava Voice-over-IP Asterisk PBX Asterisk Real Time Billing System Asterisk@home or TrixBox Support Configuration of Zaptel Cards, Sangoma Cards for Asterisk Configuring Various VOIP phones and ATAS that support IAX and SIP Design, Installation, and Support…

Read More »

VoIP Security Vulnerabilities

This page is intended to document Security Vulnerabilities that have been publicly disclosed in VoIP products and the fix if available. Cisco 7920 16th November 2005 – Vulnerability – Fix 1)The SNMP service has fixed community strings that…

Read More »

Perl EAGI

<?php #!/usr/bin/perl # # Note that this example doesn’t check the results of AGI calls, and doesn’t use # Asterisk::AGI in an attempt to keep it simple and dependency free. # # This program is free software; you can redistribute it and/or modify # it under the same terms as Perl itself. # # Author: Simon P. Ditner / http://uc.org/simon # # Usage: #    – Create an AGI in /var/lib/asterisk/agi-bin, i.e.: perl.eagi #    – Call using EAGI from your dialplan: exten => 100,1,EAGI(perl.eagi) # use warnings; use strict; use IO::Handle; $| = 1; # Turn of I/O Buffering my $buffer = undef; my $result = undef; my $AUDIO_FD = 3;    # Audio is delivered on file descriptor 3 my $audio_fh = new IO::Handle; $audio_fh->fdopen( $AUDIO_FD, “r” );           # Open the audio file descriptor for reading # Skip over the preamble that Asterisk sends this AGI while( <STDIN> ) {   chomp;   last if length == 0; } # Playback beep print “STREAM FILE beep \”#\”\n”; $result = <STDIN>; # Record 5 seconds of audio at 8,000 samples/second (uses 16 bit integers) #    5 seconds x 8000 samples/second x ( 16 bits / 8bits/byte ) = 80000 bytes my $bytes_read = $audio_fh->read( $buffer, 80000 ); $audio_fh->close(); # Playback beep print “STREAM FILE beep \”#\”\n”; $result = <STDIN>; # Write the raw audio to a file for later analysis my $fh; open( $fh, “>/tmp/recording.raw” ); print $fh $buffer; close( $fh ); # Also convert the raw audio on-the-fly to the GSM format using ‘sox’, so that # we can play it back to the user right now. open( $fh, “|/usr/bin/sox -t raw -r 8000 -s -b 16 -c 1 – /tmp/recording.gsm” ); #                             |      |    |  |    |   |   | #                             |      |    |  |    |   |   ‘– Write to this file #                             |      |    |  |    |   ‘– Read from STDIN #                             |      |    |  |    ‘– Mono Audio #                             |      |    |  ‘—- Samples are words (a word is 2 bytes = 16 bit audio) #                             |      |    ‘—- The audio is signed (32766..-32766) #                             |      ‘—- The sample rate is 8,000 samples/second #                             ‘—- The input format is SLIN, which is ‘raw’ audio print $fh $buffer; close( $fh ); # Playback /tmp/recording.gsm print “STREAM FILE /tmp/recording \”#\”\n”; $result = <STDIN>; exit;?>

Read More »

pbxnsip Polycom

How to use Polycom phones with the pbxnsip PBX The PBX supports the SIP devices 300, 500 and 600 and their updated revisions 301, 501 and 601. We are using version 1.5.2, but probably also other versions work…

Read More »

Polycom SoundPoint IP MWI audio

A solution to the often considered annoying audio MWI on Polycom SoundPoint IP telephones was posted to Asterisk-Users.Considering how useful this information would be for anyone using these phones, I’ve created this page. (Not to mention I’ll know…

Read More »

Asterisk cmd RetryDial

RetryDial This is simply a variant of the Dial command. RetryDial(announce|sleep|loops|Technology/resource[&Technology2/resource2…[|timeout[|options[|URL]]]]) Synopsis Place a call, retrying on failure allowing optional exit extension. Description Attempt to place a call. If no channel can be reached, play the file defined…

Read More »

Asterisk v1.2.0 upgrade

Information for Upgrading From Previous Asterisk Releases Copied from UPGRADE.txt of Asterisk v1.2.0 Compiling: The Asterisk 1.2 source code now uses C language features supported only by ‘modern’ C compilers. Generally, this means GCC version 3.0 or higher,…

Read More »

pbxnsip Cisco 7960

Tips on using the Cisco 7960 phone with the pbxnsip PBX Cisco’s 7960/7961 and 7940/7941 are probably the most popular VoIP phones today. The PBX supports the SIP version of this phone and most of the features are…

Read More »

Asterisk RealTime chan_sccp2

Coming soon. I’m not going to rehash the same old stuff about how to setup extconfig.conf and the like, since that is covered many other places. What I will do though, is tell you what your tables might…

Read More »

Diamondcard Global Call Shop Platform

http://www.diamondcard.us Diamondcard.us has been at the forefront of IAX termination since the beginning. We have redundant gateways in numerous countries and competitive rates. Our latest service is the Diamondcard Enterprise Call Shop Platform. We call it “global” because…

Read More »

ASR

ASR = Answer Seizure Ratio ASR is a measure of network quality defined in ITU SG2 Recommendation E.411: International network management – Operational guidance™. Its calculated by taking the number of successfully answered calls and dividing by the…

Read More »

ScopServ Installation

ScopServ Telephony Server :: Complete Web Management GUI for Asterisk PBX How to install ScopServ in CentOS or Fedora Core Quick Install If you are using CentOS 4.x, you can type theses commands to do a full ScopServ…

Read More »
Get 3CX - Absolutely Free!
Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.