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 »PERL-SIP-AGI
// sip out going agi by imran #!/usr/bin/perl 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,…
Read More »MANAGERAPI-JAVA-AGI
// file name HelloEvents.java full flashed demo of Asterisk-JAVA package APIs// by imran ( Pakistan ) you can use this to handle every thing in java that asterisk supports.// it is a complex script but gives u a…
Read More »PERL-ZAPOUTGOING-AGI
#!/usr/bin/perl // zap call outging by imran ( Pakistan ) use Asterisk::AGI; use lib "/var/www/cgi-bin/modules"; use Db; $AGI = new Asterisk::AGI; $|=1; my %input = $AGI->ReadParse(); ($calleridnum, $phoneno, $quiet) = @ARGV; $phoneno =~ s/^9//gsi; my @Result=Db->ExecuteQuery("select co_no,outgoing_prefix from…
Read More »JAVA-AGI
There’re a AGI Java example to use it. This example could be compiled under GNU/Linux or Windows. // RechargeAgi.java Card Recharging by imran ( Pakistan ) import java.io.*;import java.sql.*;import java.util.*;import net.sf.asterisk.fastagi.AGIChannel;import net.sf.asterisk.fastagi.AGIException;import net.sf.asterisk.fastagi.AGIRequest;import net.sf.asterisk.fastagi.AbstractAGIScript; /*MySql TableCardspkid | uid…
Read More »Using Slimserver for Music on Hold
MOH Slimserver Use the slimserver to stream to your Music on Hold: Download and install the slimserver from http://www.slimdevices.com/su_downloads.html Create a dummy mp3 directory with an empty mp3 file: mkdir /var/lib/asterisk/mohmp3-dummy touch /var/lib/asterisk/mohmp3-dummy/dummy.mp3 musiconhold.conf: slimp3 => custom:/var/lib/asterisk/mohmp3-dummy,/usr/bin/mpg123 -q…
Read More »binnacleita
Authorized Distributors for ‘Quintum Technologies’ in Colombia, Mexico and Latin America. Somos distribuidores autorizados para Latinoamérica de la marca Quintum Techologies Damos Soporte técnico y comercial en habla hispana para toda América Nos especializamos en soluciones de VoIP…
Read More »Asterisk legacy integration
Asterisk may be interfaced with other PBX systems to: Add functionality to the existing system Provide expansion Provide a VOIP gateway for an existing system Here you’ll find tips on getting your old PBX to work with Asterisk….
Read More »SIP mwi
Message Waiting notifications in SIP are done with the SIP method notify method. This is supported by: Aastra phones 480i, 9133i, 9112i, 480i CT Cordless Asterisk: The Open Source PBX Atcom phones AT-320 AudioCodes MediaPack FXS Gateways -draft-ietf-sipping-mwi-04.txt…
Read More »Asterisk Manager API Action ListCommands
Action: ListCommandsParameters: ActionID As of Asterisk ver. 1.0.9 Response: SuccessActionID: SIP/x7062618529-99a0AbsoluteTimeout: Set Absolute TimeoutChangeMonitor: Change monitoring filename of a channelCommand: Execute CommandEvents: Contol Event FlowExtensionState: Check Extension StatusGetvar: Gets a Channel VariableHangup: Hangup ChannelIAXpeers: List IAX PeersListCommands: List…
Read More »Asterisk Manager API Action Hangup
Asterisk Manager API Action: Hangup Action: HangupParameters: Channel SEND: ACTION: HangupChannel: SIP/x7065558529-99a0 RECEIVE: Event: UnlinkChannel1: SIP/127.180.254.109-44df88e8Channel2: SIP/x7065558529-99a0Uniqueid1: 1124989110.20473Uniqueid2: 1124989110.20474 Event: HangupChannel: SIP/x7065558529-99a0Uniqueid: 1124989110.20474Cause: 16 Event: HangupChannel: SIP/127.180.254.109-44df88e8Uniqueid: 1124989110.20473Cause: 16 Response: SuccessMessage: Channel Hungup Asterisk manager API
Read More »