Category: Asterisk
-
Cisco IP Phone 7941 – reset
Power Cycle the phone and clear the configuration by holding down the # key and then plugging in the phone. After all the lights cycle on the phone, release the # key and press 123456789*0# followed with the 2 key (if you are using a 79×1, 79×2, 79×5, 7970 phone, plug the phone in and…
-
Queues in Asterisk
================= Building Queues ================= Written by: Leif Madsen Initial version: 2010-01-14 In this article, we’ll look at setting up a pair of queues in Asterisk called ‘sales’ and ‘support’. These queues can be logged into by queue members, and those members will also have the ability to pause and unpause themselves. All configuration will be…
-
VemRingde.se AGI in Astersik (PERL) – Ubuntu
För att kunna använda VemRingde.se API behöver man göra följande ändringar. Det finns säkert smartare lösningar än denna! Lägg till moduler i PERL: sudo cpan install Asterisk::AGI install LWP::UserAgent Filen: /usr/share/asterisk/agi-bin/vemringdese.agi (Grunden tagen ifrån http://apiwiki.vemringde.se/wiki/Asterisk_AGI_f%C3%B6r_vemringde_%28Perl%29) #!/usr/bin/perl -w use Asterisk::AGI; $AGI = new Asterisk::AGI; require LWP::UserAgent; my $ua = LWP::UserAgent->new; $AGI->verbose(“caller: ” . $ARGV[0]); my $response…
-
Asterisk installation
sudo apt-get install asterisk sudo apt-get install mysql-client sudo apt-get install asterisk-mysql
-
Installera Zaptel
Install Zaptel Zaptel is a set of tools and drivers for the zapata telephony cards. Even if you don’t own a zapata card is wise to install this packages as it also contains a dummy driver that is used for generating clock ticks that asterisk uses for various tasks, example to play sound files or…
-
Blacklist
Här är en lista på nummer som är hämtade från Leffeboys hemsida. Tack för en kanon sida! Senast uppdaterad: 20080806 Jag har skojat till det lite med hjälp av min Asterisk. När ett nummer i listan ringer ringer jag tillbaka till deras eget nummer. Här är min konfig. [incommingnumber] exten => s,1,LookupBlacklist(j) ; Eftersom jag…
-
SIP-Server
Under de senaste dagarna har jag konfigurerat och installerat ett SIP telefonsystem hemma hos oss. Jag började med att installera Asterisk på en av mina Linux maskiner. Själva installationen gick väldigt lätt. Men sedan började problemen med att få ihop det hela. Jag använde följande program och hårdvara: en linux server med Gentoo som operativ…