similar to: agi no longer working with 1.4 svn 186229

Displaying 20 results from an estimated 10000 matches similar to: "agi no longer working with 1.4 svn 186229"

2008 Mar 11
2
AGI - calling functions, CHANNEL STATUS broken?
Greetings, I am writing an AGI script that needs to check on the idle/busy status of a number of SIP peers (mostly SPA9xx phones, with a few Polycoms and Snoms thrown in for fun). Is it possible to call Asterisk functions (e.g. SIPPEER) from AGI scripts? Based on my Googling, I would guess in the negative. I have tried various permutations of Set() and Eval() without success. I have also
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 =
2008 Jan 23
5
Snom 320 Lost Settings
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Has anyone ever seen an Snom320 lose settings? It's been working fine for months and then I got a call this morning saying that it was asking for country, timezone etc. I logged in remotely, and it had lost the server address, username, password, mailbox and ringtone. - -- Kind Regards, Matt Riddell Director
2010 Aug 25
1
asterisk-1.8 problem with one-way audio with no nat
Hi. I have a soft phone -- expresstalk-- on a computer in my network and I use the internal ip address of the asterisk box to register the phone. But using asterisk-1.8 between revisions 281912 and 281982 it breaks -- after a few seconds of the call, I lose audio from the asterisk box to my soft phone, but not the other way around. This looks like one commit, but obviously I would like to know
2009 Apr 23
9
AMD Not Working
Hi All, I am trying to use the AMD (Answering Machine Detect). But it is not sending the AMD_Status as either the Human or Machine, it hangs up in middle. can any one suggest us, what might be the problem and possible solution to it. below is the log -- Executing AMD("SIP/sip-ffe0", "") in new stack -- AMD: SIP/sip-ffe0 14082284927 (null) (Fmt: 4) Apr 23 08:00:26
2009 May 05
4
AMI + AGI for outbound click to dial
Hey Gang, Trying to figure out how I can do the following (have each part working individually but drawing a blank on combining) 1) click on-screen which sends an AMI originate (works fine) 2) the originated call is to an internal extension that looks up the number to be dialed (works) 3) then via Perl, adding in a SIPAddHeader for answer-after=0.. (works separate from the above) What I
2008 Mar 10
11
Microsoft Office Communications Server
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Has anyone done any integration with this? All I know so far is that it appears to use some non standard form of SIP. Any pointers? - -- Kind Regards, Matt Riddell Director _______________________________________________ http://www.venturevoip.com (Great new VoIP end to end solution) http://www.venturevoip.com/news.php (Daily Asterisk News -
2007 Dec 27
8
New voicemail app (supports many interfaces, including Audix)
We just completed a new implementation of voicemail for Asterisk. It's much cleaner than Comedian mail and can emulate several voicemail user interfaces, including Audix. It's a great replacement for Audix. All of the sounds/prompts are presently being re-recorded by a professional female voice. If you are interest in the app, let us know at nt_jnewman at yahoo.com. Justin
2008 Feb 09
2
[asterisk-dev] Monitor Asterisk using C
>Soumya Kat wrote: > What I would like to know is how to get information such as SIP users, > number of SIP connections and traffic associated with those from asterisk > using a C Code. >Russell Bryant > There is actually no good way to do this inside of Asterisk right now. It's > certainly all possible ... it's just software ... but there is no > straightforward
2009 Mar 19
1
Asterisk crashed!!!
Hi All, I have a working asterisk 1.4.23.1 on server. OS: Centos 5.2 Suddenly asterisk has stopped to process calls & crashed. I found that asterisk has generated coredumps. I have restarted asterisk & it started to work as expected without any issue. Would you please help me out to troubleshoot the cause of crash? Please checkout following link, I have uploaded coredump backtraces there.
2008 Jan 14
1
AGISTATUS is SUCCESS even though my PHP script returned -1
Hi, Using Asterisk 1.4.17. I'm calling a PHP script through AGI. No matter what my script returns (0 or -1), AGISTATUS always appears to be 0 = SUCCESS. I was wanting my script to be able to return a value to the dialplan and then test AGISTATUS but it looks like I'm going down the wrong path. Any suggestions? Thanks, Brian -------------- next part -------------- An HTML attachment
2009 Mar 18
3
Manager API Originate CDR Problem, all is NO ANSWER
hi, all asterisk 1.4.24 , zaptel 1.4.10.1 , E1 Manager API Action : Action: Originate Channel: ZAP/G1/8888888 Callerid: 12345678 Context: callout Exten: s Priority: 1 extensions.conf [callout] exten => s,1,Answer() exten => s,n,Wait(10) exten => s,n,Hangup() when the phone 8888888 pick up , it will come to callout context, after hangup, one cdr generate, but the
2007 Dec 02
2
Answering Machine Detection
If i use AMD() or the code below, now the problem is the fax machine/modem detection and answer machine detection get detected as the same. If i need to seperate the two how do i do that? For example, if i use AMD() to detect an answer machine by saying any greeting exceeding 2.5 seconds is a machine, how do i distinguish between a fax/modem and a long greeting? ---- dave cantera
2008 Jul 17
1
Passing Account Balance to SIP Phone?
Quick Question... I'm trying understand, if it's possible to run an agi script to obtain a user's account balance and from there asterisk would be able communicate that value back to a sip phone. Is that phone feature, or is that an asterisk feature already? Think of this as on a prepaid platform...Before every hangup, the account balance is sent to the user. Hope I'm clear
2008 Jan 16
1
SVN Server Issue?
I'm no longer on the DEV mailing list, but: # svn checkout http://svn.digium.com/svn/asterisk/branches/1.4 asterisk svn: URL 'http://svn.digium.com/svn/asterisk/branches/1.4' doesn't exist http://svn.digium.com/svn/asterisk/branches/ -- /Nick -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 23
1
Dial-out via AMI
Hi, i'm currently using Originate command on AMI, i can call a certain channel like a SIP user SIP/1000 then once 1000 is answered it dials out to amobile or landline. Would just like to know if i can use AMI to dialout to a mobile or landline first (instead of SIP user) and once answered, dial another mobile or landline again. If not is it possible to call a macro from the AMI? i think
2009 Apr 29
5
What do I need to connect landline calls without telephony hardware?
For some reason, I have been unable to find the answer to this online or in books... I want to have a "click-to-connect" feature on my website where the user enters their phone number and then my asterisk server calls their phone and my phone and connects the two calls to each other. All I have are: 1. A Server 2. A DSL connection 3. A Router and DSL Modem 4. A static IP What do i
2008 Mar 12
2
TXFax/RXFax/AGX-Addons/SpanDSP Crashing
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, anyone else seen RX/TXFax crashing Asterisk on latest Asterisk SVN? I've now seen it on two machines I tried to set up - one it seems because the tiff file was malformed, but the other is doing: tiff -> tx fax -> zaptel -> pstn -> ddi -> zaptel -> rx fax -> tiff The above crashes every time. If no one else has
2008 Jun 03
3
Asterisk 1.4.20.1 with bad gsm file playback
Hi All, I'm stumped on this and I looking for some clues to fix this. This is a new install of Slackware 12.1 onto an IBM x330 Server. Asterisk 1.4.20.1 plays the wav files and the Cepstral_Allison Swift just fine, but when I play the gsm files the audio quite choppy. And, the files produced from the MixMonitor don't even record any audio other than noise. I have a hard drive from
2009 Apr 23
2
Asterisk Capacity
Hi Guys, I have a strong feeling the loads on my servers will be shooting up soon... anyone got any idea how many calls i can expect to put through a DL360: Dual Quad Core 2.33ghz 4gb RAM with 1gb allocated for a ramdisk (call recordings) This server is recording calls (mixmonitor), codec is gsm (no conversion). I know there's a lot of other things to consider like AGI scripts and such