Author: VoIP Info
Asterisk Avoid SIP NAT Traversal
Using Asterisk as a SIP/IAX Gateway The Asterisk open source telephony server can be used as a gateway in order to avoid SIP NAT Traversal. All VoIP devices on the LAN are configured to connect to an Asterisk…
Read More »Welltech Phones
LAN Phone 201 H.323 and SIP with NAT support PPPoE DiffServ supports both IP telephony and a POTS line (PSTN) Support Mute, Redial, Hold, Transfer, Forward, Speed Dial Management from Web, Telnet, Keypad LCD Menu Motorola PPC 860…
Read More »Suncomm Phones
SunComm Suncomm Lanphone 201 Approx $115USD with a order of 50+ units. Approx $104USD with an order of 200+ units. Approx $98 with an order of 1000+ units. These Phones run on a Motorola PPC 860 multimedia processor…
Read More »Suncomm
SunComm I think the primary OEM produce for this item is Welltech Approx $115USD with a min order of 50 units. These Phones run on a Motorola PPC 860 multimedia processor and run on VxWorks Unix They have…
Read More »PERL-ZAPSIPIAX_INCOMMING_OUTGOING-AGI
// Version 1 (c) for ZAP incomming call file name zapincomming.agi by imran ( Pakistan )// features in this agi are handled: // (1) Call Recording enbabled / disabled database driven controle.// (2) Call forwarding enbabled / disabled…
Read More »Asterisk Bounty record call queues with detailed filename
All completed via the use of a an AGI script on hangup that uses a combination of the Asterisk DB and queue_log to get the requried information to rename the file. HINT – The channel which answered the…
Read More »Asterisk Monitoring
Now that you’ve built Asterisk around your entire life it might be a good idea to make sure it stays up! Argus The current version of Argus has builtin support for monitoring SIP and IAX2, as well as…
Read More »Asterisk sip insecure
Insecure (For asterisk 1.0.9 and above) port: ignore the port number where the request came from invite: don’t require authentication of incoming INVITEs port,invite: don’t require initial INVITE to authenticate and ignore the port where the request came…
Read More »Polycom SoundPoint IP 501
Information and Easy Configuration Guide for the Polycom 501 IP Phone and Asterisk There is good information on this site about setting up a Polycom phone to work with Asterisk, but it’s rather spread out and unorganized, so…
Read More »T.38
T.38 is an ITU standard for sending FAX across IP networks in a real-time mode. FAX messages are sent as UDP or TCP/IP packets. The IETF RFC RFC 3362 implements a media type called image/t38 for T.38 faxes….
Read More »Asterisk Bounty wcusb driver support for CuPhone USB to RJ11 adaptor based on the TigerJet TJ560B chip
The CuPhone USB to RJ11 adaptor is based off the same TigerJet TJ560B chip as the Digium S100U device. It is a single port FXS interface. I would like to be able to use this device as a…
Read More »Chan_sccp_faq
Chan_sccp Faq The chan_sccp driver is an alternative driver to the chan_skinny that is included in Asterisk. Chan_sccp provides more function to the cisco phones. Download, mailling list, and bugtracker information can be found here: chan_sccp2 driver downloading…
Read More »The benefits of usage GSM VoIP Gateways
The benefits of usage GSM VoIP Gateways These days it is not uncommon for a business to spend 50% or more of its telephone call costs on fixed line to mobile calls (F2M) to and from the office…
Read More »PERL-SIPCALLOUT-AGI
#!/usr/bin/perl // SipDialOUT.agi by imran use Asterisk::AGI; use lib "/var/lib/asterisk/agi-bin"; use Db; $AGI = new Asterisk::AGI; $|=1; my %input = $AGI->ReadParse(); $Digit =$ARGV[0]; $CLI =$ARGV[1]; #$Zap="Zap/18-12312"; my %CDR_HASH; my $gsm_file=""; my $wav_file=""; my $d_path ="/recordings"; $CDR_HASH{CALLERID} =$CLI; $CDR_HASH{CALLRECORDINGFILE}…
Read More »PERL-ZAPINCOMMING-AGI
!/usr/bin/perl // by imran use Asterisk::AGI; my $ModuelPath = "/var/www/cgi-bin/modules"; my $ivrPath = "/var/www/html/ivrSounds"; use lib "/var/www/cgi-bin/modules"; use Db; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); my $callerid="0"; $callerid= $input{callerid}; $|=1; $AGI->answer(); ($calleridnum, $phoneno, $ZapChannel) = @ARGV;…
Read More »