similar to: Problem with asterisk-perl-0.08 and Asterisk >= 1.2.20

Displaying 20 results from an estimated 200 matches similar to: "Problem with asterisk-perl-0.08 and Asterisk >= 1.2.20"

2006 Apr 13
1
Set language in Asterisk auto-dial out
Hello, I use .call files in /var/spool/asterisk/outgoing to initiate calls automatically. And I'd like to setup the language used for the call in this file but I haven't found any way of doing this. I tried something like "Set: language=fr", "Set: ${LANGUAGE}=fr", ... but nothing worked. Is that possible? -- Beno?t M?rouze Ing?nieur D?v?loppement
2007 Dec 05
0
Bad behaviour between X-Lite 3.0 and Asterisk
Hello, There is something wrong when using the version 3.0 of X-Lite. When X-Lite sends INVITE, Asterisk replies OK. And it seems, at first sight, that Asterisk ignores the ACK signal sent by X-Lite. There's after a series of "Retransmitting" of the OK signal, the ACK signals are well received on the Asterisk, but with no effect. And after 6 retransmission, Asterisk hangs up the
2006 Jun 20
0
Provisional problem with SIP channel
Hi, I'm using the Perl AGI interface for a prepaid card platform. And sometimes (almost twice an hour), asterisk doesn't detect a call has been hung up. The call is so hung up when the time limit for the call is reached (the corresponding prepaid card is then emptied ...). I've tried to look in the asterisk log files to find anything suspect with these calls, and I've found a
2006 Mar 20
4
simple perl-agi - where's the error?
Hello! I'm trying to setup a perl-deadagi, but my perl skills lack. can someone tell me why the following code doesn't work: #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; $dialstring = $AGI->get_variable("DIALSTRING"); $res = $AGI->exec("DIAL $dialstring"); the asterisk output says: AGI Rx << GET VARIABLE DIALSTRING AGI Tx >> 200
2006 Mar 23
4
Which Mac OSX softphone with IAX2 support?
Hi, which OSX softphone do you use that supports IAX2 protocol with Asterisk? thanks Mike
2006 Feb 06
12
Asterisk native sounds now available!
Hello everyone, As I promised at eTel last week, I have finished up work on my "Asterisk Native Sounds" project. Here's a little diddy from astlinux.org: ----------------------------------- Asterisk Native Sounds are a collection of audio prompts for Asterisk. They will improve quality, reduce CPU usage, reduce latency, and (in some cases) eliminate the need for G729
2007 Aug 20
1
Zaptel 1.2.20 echo cancelling problem
On my Asterisk installation, I've had to roll back to Zaptel 1.2.19. When I use 1.2.20, I get very bad echo problems. It seems to work OK if I use a quieter-than-normal speaking voice, but at a sufficient sound level, the echo "breaks through" and then never goes away. The problem goes away if I revert to 1.2.19. Hardware in question: Digium TE110P, Adtran TA750 channel bank,
2007 Aug 17
1
Zaptel 1.2.20 and 1.4.5 released
The Asterisk.org development team has announced the release of Zaptel versions 1.2.20 and 1.4.5. These releases are maintenance releases that fix various known issues. See the ChangeLog included in the releases for a full list of changes. The ChangeLogs are also available separately on the ftp site. This release also contains support for Digium's new 32 channel hardware echo canceler
2007 Aug 17
1
Zaptel 1.2.20 and 1.4.5 released
The Asterisk.org development team has announced the release of Zaptel versions 1.2.20 and 1.4.5. These releases are maintenance releases that fix various known issues. See the ChangeLog included in the releases for a full list of changes. The ChangeLogs are also available separately on the ftp site. This release also contains support for Digium's new 32 channel hardware echo canceler
1997 Oct 03
1
ssh 1.2.20 may create problems in connection with lpd bug
hi the problem : ssh lets ordinary users=A0forward reserved ports (see Debian bug report logs - #12763 ssh 1.2.20-3 /sshd vulnerable ) in connection with: lpd lets people who have access to its reserved port (ie people from hosts in /etc/hosts.{lpd,allow}) create delete and exec files = (see Secure Networks Inc. Security Advisory October 2, 1997 as reported thru
2007 Jun 29
0
Asterisk 1.2.20 and 1.4.6 released
The Asterisk development team is proud to announce the releases of versions 1.2.20 and 1.4.6! These releases are regular maintenance releases. They have been made just a couple of weeks after the previous set of releases because the development team has been working especially hard on fixing bugs lately. There has been a large volume of issues fixed in just two weeks. We would also like to
2007 Jun 29
0
Asterisk 1.2.20 and 1.4.6 released
The Asterisk development team is proud to announce the releases of versions 1.2.20 and 1.4.6! These releases are regular maintenance releases. They have been made just a couple of weeks after the previous set of releases because the development team has been working especially hard on fixing bugs lately. There has been a large volume of issues fixed in just two weeks. We would also like to
2011 Mar 05
2
Help Asterisk / API / Perl
Hi i want use the API on my asterisk 1.6, but i have a small problems : In extension, i start it : exten => _X.,3,AGI(My-Script.agi) The perl agi file are started without problems but i want get into this script a lot of variable: Type (SIP or IAX) src (from cdr) but that's don't work: use Asterisk::AGI; use lib "/var/lib/asterisk/agi-bin"; $AGI = new
2005 Oct 17
1
astcc missing to bill random calls?
Hello list, I just came into a strange problem wth astcc. the trouble is astcc.agi does not bill some calls. The calls are logged in the cdr-csv/Master.csv file, but with a duration of 0, billsec of 0, an empty dstchannel, and with a lastapp field of "hangup". I suppose that astcc.agi was not able to get the answeredime variable from the SIP channel... I have added a few functions to
2012 Feb 11
1
Asterisk perl AGI confusing variables
Hello all, I'm struck with a very strange problem today. I've an AGI with some code subroutine snippet as follows: sub enable_sbc($) { my $carrier = shift; my $tmp = substr($carrier,1); my $jkh = $tmp; $server_port = $ast_agi->get_variable("SIPPEER($jkh,port)"); $ser_ip = $ast_agi->get_variable("SIPPEER($tmp,ip)");
2006 May 23
3
AGI ?
Hi All, I have been attempting to get an AGI LCRdialout script to work. Basically what I need to have happen is when someone dials out a number the script check to see if it is local if so, go out the ZAP channel. If the ZAP channel is busy, go out the IAX channels, if IAX is all busy, go out the SIP channels. Here is a sample of what I have in my script. #!/usr/bin/perl use strict; use
2005 May 30
0
perl agi : get_variable problem
Hi, I'm developping some AGI in perl (5.8.6) on i386 using Asterisk 1.0.5. I want to get some variables such as DIALSTATUS and ANSWEREDTIME after a $AGI->exec("Dial", "dial_string"); but here is what i get actually: DIALSTATUS= DIALEDTIME=ANSWER ANSWEREDTIME=18 I searched the archives and saw that $AGI->verbose could mess the access to variables, but I don't use
2009 Apr 08
1
Perl AGI
Hi all, I have the below peace of my AGI script...the problem here is that I cannot fetch the extension value to inside the script and assign it to another variable...I highlighted it in red #!/usr/bin/perl #use DBD::mysql; use DBI; use DBD::mysql; use Asterisk::AGI; ############################ #To read asterisk variable values. $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse();
2005 Oct 07
1
ASTCC -- semantic note of 'callstart' in cdrs?
Looking at the code, it would appear that the 'callstart' column of the cdrs table should really be called 'callend': $dialstr = "IAX2/$res->{path}/$phone|30|HL(" . ($maxtime * 60 * 1000) . ":60000:30000)"; $res = $AGI->exec("DIAL $dialstr"); $answeredtime =
2009 May 12
1
enum agi interesting problem
Hi, I am having a strange problem with enum and AGI. Here is what happens: I have in my agi something like that: foreach my $resolver ("e164.arpa", "e164.info", "e164.org") { my @enums = get_enums($phone, $resolver); foreach my $enum (@enums) { $dialstring = $enum .