search for: res_perl

Displaying 19 results from an estimated 19 matches for "res_perl".

2006 Dec 28
0
res_perl with asterisk 1.4 compile problem
Dear all, now we have the same problem of res_perl compilation with asterisk 1.4. It is the same problem that was present when asterisk was upgraded to version 1.2. I hope Anthony Minessale will be able to solve that problem as he did on that case. But if any of you know a hack to this problem please let us know. Here is the same compile proble...
2005 Oct 15
3
res_perl - Compiling error
Having trouble running make on res_perl: [root@charlie res_perl]# make perl -MExtUtils::Embed -e xsinit gcc -Wall -fPIC -DHAVE_AST_CUST_CONFIG -I/usr/src/asterisk-1.0.9/ -I/usr/src/asterisk-1.0.9//include -I. -DAST_INSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk \"-DASTVARL...
2006 Apr 25
1
res_perl voor asterisk 1.2.4
Hi, Can anybody tell me which version of res_perl I have to install on Asterisk 1.2.4. I tried to compile res_perl version 3.5 on Asterisk 1.2.4 and I got the following error. gcc -Wall -DRES_PERL_BASE="\"/usr/local/res_perl\"" -DMULTIPLICITY - D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -W...
2004 Sep 05
1
res_perl
Latest version of res_perl is up also. http://www.bkw.org/~brian/res_perl.tar.gz Brian Asterlink.com
2004 Dec 09
1
res_perl module loading problem
On a new * asterisk install onto new install Gentoo 2003.4 upon startup of asterisk: WARNING[16384]: loader.c:248 ast_load_resource: /usr/lib/asterisk/modules/res_perl.so: undefined symbol: PL_thr_key WARNING[16384]: loader.c:429 load_modules: Loading module res_perl.so failed! perl -v = v5.8.5 built for i386-linux-thread-multi <= I installed ithread support in perl Have not been able to find much on PL_thr_key && undefined symbol on net search Any...
2005 Feb 03
1
FastAgi Help
Dear List after a lot googling and watching source example of FastAGI i cant find a simple way to convert a very simple perl AGI script... perhaps im not a developer.. Why i have need to use FastAGI?...Very load CPU usage on my box... with only 100 calls.. So i have two way res_perl or FastAGI on some other box.. I cant test res_perl becasue when i try to compile it i have this error: ---------- gcc -Wall -fPIC -shared -Xlinker -x -o res_perl.so perlxsi.o res_perl.o apihelp /usr/lib/perl5/5.8.1/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a -L/uead -lc -lnsl -lndbm -lg...
2006 Jan 20
0
multithreading for res_perl
Hello, To connect to our oracle database from an asterisk application we use res_perl. Sometimes one of our asterisk server will 'freeze' and work anymore. I have to kill the job safe_asterisk and start it again, so that the application asterisk works again. If I look in the log files it look like that asterisk will 'hang or freeze', if two callers calls exactl...
2007 Apr 01
1
Asterisk 1.2 and res_perl - lock that leads to weird behaviour
...active. Looking at our DB's log, I also notited there were a race condition which could lock a query for a long time (up to 30 secs) I don't want to annoy you wit DB issues explaining why it happened My Asterisk dialplan, when a user try to place a call, make a query to our db (through res_perl) to check some parameters, among them the user's credit to set the maximum duration of a call. If that perl script does not end in a reasonable time (I cannot tell how much is reasonable, but the 30secs due to the lock were surely too many) and other users try to call (and also their queries...
2007 Mar 23
3
SIP/IAX peers UNREACHABLE and audio loss
...somewhat related to load (cpu load, badwidth load, calls load, etc...) But, looking at hardware specs of our lan, servers and average load I don't think they are over-stressed. Our servers are all: 2 x Intel(R) Xeon(TM) CPU 3.20GHz 1 GB RAM 2 x IDE HDDs Software RAID 1 Asterisk 1.2.13 with res_perl Gentoo Linux Some of them has a Sangoma card connected with an E1 Most ot these are on the same LAN, interconnected with a 1 GB switch (I don't think it should be a bandwidth problem). Load averages of these server is varying from 0.5 to 1.0 (I guess it should be ok) On each server we don...
2004 Nov 21
0
Asterisk Newsletter :: Back online!
...nicer climate. The grass is always greener on the other side of the fence, right? Let's dive into this issue of Asterisk News: *** In this issue - The Asterisk CVS branch: Going crazy, going forward - The Asterisk stable branch: Moving carefully forward - The realtime database architecture - res_perl: A shining Perl within your Asterisk PBX! - Sitting on your own Asterisk code? Contribute! - Reporting a bug? Read the instructions first! - SIP Patch: Adding and reading SIP INVITE headers - SIP Patch: Outbound Proxy Support - Read the daily news channel *** The Asterisk CVS branch: Going crazy,...
2004 Sep 27
1
Peer Review - Linuxfest Presentation Outline
...l system d. Scripting i. DialPlan Scripting 1. Built in Scripting Language ii. AGI = CGI for Asterisk 1. Use any script language you want. C, Perl, PHP, TCL, Python etc. 2. Passes Arguments and Communicates on STDIN/STDOUT 3. Great for quick n dirty scripts 4. AGI Example iii. res_perl = Mod Perl for Asterisk 1. Runs a single instance of Perl and allows the dial-plan to include perl code or call external Perl scripts 2. Very scalable, Very fast iv. res_tcl = Modified version of res_perl that works w/ TCL 1. Just written at Astricon by a SUN Employee 2. Still wa...
2005 Jul 21
3
[Asterisk-Dev] ClueCon in 2 Weeks!
...k developers have produced a great deal of technology that we hope to offer as a service in the near future: * Speech Recognition IVR Input * IMAP Based Voicemail * The app_confcall software that powers the 996 conference. We have produced 2 embedded language modules that are freely available: * res_perl - Embedding Perl into Asterisk * res_js - Embedding JavaScript into Asterisk All of this for the modest cost of $350.00. You could learn enough the first day to justify the price and then you get 2 more days on top of that! Thanks, Brian West Asterlink.com _____________________________________...
2006 Jun 19
7
Read command
Hi, I'm using the Read command the read a DTMF tone. In this read command I play a voice-file. But now when I press one off they keys of my telephone the voice-file will stop playing a the program go the next priority. Is it possible to play the voice-file until the right DTMF tone is pressed? (say for instance the Zero). Kind regards Arjan Kroon Mobillion B.V.
2005 Feb 17
4
functional difference: canreinvite=yes, no, or update
Can anyone give an example of the difference between the following: canreinvite=no canreinvite=yes canreinvite=update Here is the problem: I have an 800 number sent to me via SIP from a national carrier. Asterisk gets the number and rings my desk phone. Asterisk has 2 NICs, one with public IP and private IP. My phone is on private IP, the inbound call is on public. My phone rings and I answer
2005 Mar 14
0
Agents without agent channel
Has anybody used the dialplan, "Agents without agent channel" found at <http://www.voip-info.org/tiki-index.php?page=Agents+without+agent+channel#comments> Did it work for you? Did it need much customization. I already note that it requires a res_perl routine (or the removal of the call to same. Anyway, if anybody has used it, I'd like to ask you a few questions. THanks, </edg>
2005 May 22
0
Digium and IPsando announces agenda for Astricon Europe - register now!
...utions Tutorials * Matt Fredrickson, Digium: The Zaptel and LibPRI architecture: An Overview * Matt Nicholsson, Digium: Extending Asterisk: The AMI and the AGI * Serge Kruppa: Building a carrier class hosted contact center platform with Asterisk * James Jones, Signate: Res_Perl: Perl embedded in your Asterisk! * Kindy Conley: The basics of telephony billing * Olle E. Johansson: Adventures with Asterisk and SIP * Keving P. Fleming, Digium: So you want to be an Asterisk developer? * ManxPower, Eric Wieling * Joachim (Zoa) Vanheuverzwijn: Asterisk s...
2007 Jan 26
0
Asterisk dropping audio
...E1 (IAX2) or via SIP to other VoIP carriers. That problem happens with every different termination randomly, it also happens with calls between our users. (Well... I cannot exclude it's a termination problem, but I cannot find a common way to reproduce it) I'm using Asterisk 1.2.13 with res_perl (used to do lcr and to post customized cdr to mysql) I also tried 1.2.14 without solving that issue Kernel is a 2.6.18 vanilla on a linux gentoo I have g729 codec from digium installed and licensed, there are enough licenses available (I was tihinking of an issue of codec but I'm not sure i...
2004 Oct 08
2
Bypass VoiceMail Mailbox prompt
While setting my first couple IP phones, I set their voicemail buttons to an extension that runs VoicemailMain. exten => 8500,1,Wait(1) ; voicemail exten => 8500,2,VoicemailMain ; exten => 8500,3,Hangup ; I would like to be able to pass the mailbox number allowing each phone to go in directly but I'd rather tno have
2004 Oct 05
5
Asterisk Perl AGI
Hello everybody: This could be a stupid question, or may be not; I'm not sure 'cause I have not a very wide experience working with Asterisk, actually I just started last week. I need to make an IVR system work and I choose working with AGIs, written in Perl. The available documentation I've found show it as a very simple proccess, but it doesn't work for me... and I