similar to: Caching DTMF tones for get_data AGI?

Displaying 20 results from an estimated 600 matches similar to: "Caching DTMF tones for get_data AGI?"

2005 Oct 06
1
Asterisk::AGI Alternate Download
I see that the regular site for the Asterisk Perl AGI module is down (or something), so I've made an alternate download from my site: http://www.nathanpralle.com/downloads/asterisk-perl-0.08.tar.gz (just in case somebody was looking for it) Nathan -- ------------------------------------- Nathan E. Pralle Give the Director a Serpent Deflector www.nathanpralle.com
2005 Sep 20
9
HooDaHek 0.6 Released
HooDaHek 0.6 has been released. So soon, you say? Well, the best laid plans of mice and men... Steven BerkHolz is a pretty sharp stick and said to me, "Why don't you have HooDaHek change the CallerID when it looks up the name in the database on an incoming call?" Much head smacketh ensued, and as I made that change for Steven, I noticed that I had the way wrong version of
2005 Sep 20
5
MySQL and Asterisk
Is there a guide anywhere which runs through how to set up asterisk with mysql? I've looked and almost all the document misses out relevant information. Thanks Dan Journo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050920/1ce45adb/attachment.htm
2005 Oct 12
1
Bulk Buys/Group Buys
Hey folks, Anyone know of companies selling bulk SIP adaptors (phones, adaptors, etc.) or has the list ever considered doing something like a bulk buy? I was just curious...I'm looking to get another 5-6 Grandstreams or similar and I figured I'd ask the list. If we found something that lots of people wanted, it probably couldn't hurt to contact a company and ask for bulk deals.
2005 Jul 25
2
Re: Asterisk-Users Digest, Vol 12, Issue 171
The cheap ones on EBay won't work with the SC420 server. I have one and can't make any of the clones work. I do have one TDM40B card for analog stations that works well. The problem with the SC420 is that it won't let you set the interrupts yourself and you end up with interrupts being shared. =============================================================== Message: 26 Date:
2013 Oct 23
2
performance on document.get_data()
I got some performance issue for document.get_data() and enquire.get_mset(). It costs 35 seconds for matches = enquire.get_mset(0,200), and 3 seconds for iterating all doc in matches to get_data. Is't normal? My index contains 30millions documents. I use python binding to operate xapian. Bellow it's my index structure # value: 0:date, 1:site # data: json message which contains: author,
2014 Aug 07
2
agi get_data noanswer
Hi Guys.. I am making an anoucement machine that is not allowed to "answer" the call due to a billing issue. I found that Playback with "noanwser" is usefull in this case. $AGI->exec('Playback',"$message","noanswer")} But when i request some values to the user with get_data, i think there is an answer anywere. Is there a way to get_data
2009 Sep 30
2
C++ parser for doc.get_data() result.
Xapians! Did anybody wrote and would like to share a routines that parse result from doc.get_data() into some key and pair values in C++ ? Code: Xapian::Document doc = i.get_document(); string data = doc.get_data(); mymap = parse_result(data); As you know the data string contain all the data within the document delimited by "=" sign and "\n" new line and needs to be parse
2006 Dec 07
1
FXO USB that works with Asterisk?
Hi all. Done some research, Googled a lot, but can't find out if there is a USB FXO adapter that works well with Asterisk. If someone knows of one or has used one, I'd be very interested to hear about it. Many thanks, Nathan -- -------------------- www.nathanpralle.com --------------------
2005 Jul 26
1
Perl AGI
I am wondering if anyone can help me figure out how to do something. I'm running a simple perl AGI which at the end of the call, creates a MySQL row with some of the tasks done during the AGI session. However, when the call is unexpectedly dropped (possibly the caller hangs up before finishing the entire AGI flow), I don't get the MySQL row created. I'm wondering if there is
2005 Sep 15
2
Asterisk CDRs
Hi Group, I am trying to capture CDR records from Asterisk into PGSQL database. The problem is that the CDR information does not get populated until the call is hangup. Does anyone know if there is a way to get CDR info into database before call ends??? Thanks, Prakash
2012 Feb 17
2
DatabaseModifiedError on get_data - best practice?
Hi, I have previously had a problem with getting this error on a get_mset call, and solved it by subclassing XapianEnquire with a backoff-and-retry algorithm (as suggested by this list, many thanks!). However, I now get it intermittently when calling get_data on a XapianDocument. The same solution doesn't seem to be quite as easy in this case, because: 1. The document is not instantiated
2008 Feb 04
8
AGI: Not getting answers from get_data in a call-file call
I have the following situation: I drop a call-file into the Asterisk spool directory and I get called back. That all works. And I have this script: #!/usr/bin/perl -w use Asterisk::AGI; my $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $AGI->answer(); my $i; $i = $AGI->channel_status(); $AGI->say_digits($i); $i =
2005 Sep 21
7
add 0 (zero) to incoming callerID - how?
I have an asterisk box and SIP / IAX2 phones. To call out, users have to add 0 (zero) before a real telephone number. That means, that if they want to call someone that has a number 123456, they have to call 0-123456. Simple, right? This has a serious drawback though - when someone calls us from the number 123456, we see the callerID 123456, and we're unable to use the callback/redial
2005 Oct 04
5
PBX 'Personalities' ?
We are running our * server as a virtual PBX for 6 companies. I am having all of the Allison prompts plus our own custom IVR prompts being re-recorded for each company, in a different voice (marketing thing) with a different personality (perky, corporate, earthy) . I'm curious if someone could point out a dirty trick to get the voice to play right, for internal and external callers,
2005 Jun 14
8
Making Asterisk NOT Pickup a Line when Ringing?
Hi, What do I need to do to get asterisk to NOT pickup a Zap channel when it rings? The channel in question is used for outbound calls only, and all incoming calls are answered by an analog phone elsewhere in the building that does not run through asterisk... so.. either make it not answer.. or make it delay for like 90 seconds.. I've tried wait's.. but it still seems to pickup the
2011 Apr 15
5
Possible bug in Hangup() (Asterisk 1.4.x)
Hello, On an Asterisk 1.4.33.1 in a simple scenario: [test] exten => _X.,1,Dial(SIP/12345 at peer01,,,) exten => i,1,Hangup(${HANGUPCAUSE}) exten => t,1,Hangup(${HANGUPCAUSE}) exten => h,1,Hangup(${HANGUPCAUSE}) I have noticed that no matter what value we set in the Hangup(<cause code>) commands, if the call is not answered by peer01 for any reason, the actual cause code
2009 Mar 01
1
php agi and get_data errors.
Hallo, I'm using a self-made script to get the code a user enters on my applications. Sadly, the code doesn't work, i push the digits, but the result is always an empty data. (code=200, result=1, data= ''). Here is the code: set_time_limit(99999999999999); require('phpagi.php'); $agi = new AGI(); $agi->answer(); function printdebug($a) { global $agi;
2008 Jan 08
0
get_data
I am calling get_data from an agi script using Asterisk::AGI like so: $AGI->get_data('enter-conf-pin-number'); ..and I am expecting to hear the file play back when I call. I do not. My log entry looks like this: -- Launched AGI Script /var/lib/asterisk/agi-bin/pbx_dev.agi pbx_dev.agi: CALLERID IS: XXXXXXXXXX -- <SIP/#-089e50f0> Playing 'enter-conf-pin-number'
2008 Jul 23
3
Trouble Playing message file via Perl AGI
Hi all, I'm trying to build an IVR using the Perl AGI module at http://search.cpan.org/~jamesgol/asterisk-perl-0.10/lib/Asterisk/AGI.pm But, I'm having trouble getting my program to play a message and wait for a keystroke. I am able to use this code to play the file, so I know that the $msg variable points to a valid sound file: $result = $agi->exec("background $msg");