similar to: AMI buffering event output?

Displaying 20 results from an estimated 4000 matches similar to: "AMI buffering event output?"

2012 May 03
1
AMI disconnects
Hi all. I've got a perl script that connects to Asterisk's management interface using Asterisk::AMI. So far, its proven to be very useful. I'm hoping to use this to detect and respond to asterisk restarts and sip reloads. However, my script gets disconnected quite frequently, causing false alarms in my monitoring. Here's what the code looks like:
2011 Apr 20
2
Call files or AMI originate for mass outbound call
Hello Guys, In the case of a multiserver environment for outbound automatic calls, can you share you experience and preference between call files and ami originate ? thanks -- *Adolphe CHER-AIME Network / VoIP Engineer CCNA, CCNA VOICE, Global VSAT Forum Certified (509) 3449-4280* -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Mar 24
1
AMI Proxy
Hi people Just having a quick check to see if anyone is using any AMI proxies and which are the most popular. For our purposes it must be able to connect to multiple asterisk instances. Thanks for the help. Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered
2014 Apr 10
1
AMI and pyst
Does anyone on this list use pyst for AMI purposes? If so, can you point me in the direction of some simple examples. There seems to be none anywhere online. Probably doesn't help that I'm not that experienced at python but not insurmountably so. Thanks in Advance Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e:
2010 Oct 29
1
Asterisk 1.8 and character sets and AMI
Hi, Just tried upgrading to 1.8 and ran into two problem immediately; 1. Caller-ID behavior is different -- now when I set the caller-id name to something with special characters (?, for example), the SIP INVITE now has %C3%96 instead of the ? character. I've tried doing Set(CALLERID(name-charset)=utf8) as well as iso8859-1, but it's always the same behavior. 2. My AMI scripts have
2014 Jan 16
1
Starpy and Asterisk on different machines ?
Hello, Is it possible to run Starpy and Asterisk on different machines ? A quick glance at http://www.vrplumber.com/programming/starpy/ seems to tell it is possible but Debian's python-starpy package installs Asterisk. What do you think ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 May 16
1
AMI check if connection is alive
I'm using a perl daemon i wrote to connect to AMI and perform actions. The daemon connects to asterisk via AMI at start up. Is there anyway to check if the AMI connection is still alive, for example every 2 seconds. if the connection is not alive, re-connect to AMI? Also, does AMI timeout after a certain amount of time of not sending commands? -------------- next part -------------- An HTML
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
2011 Aug 18
1
How to get presence using AMI
Hi Using AMI how can I get the presence feature.Below are the requirement. --> List of all users in the PBX including analog and SIP including registration status. --> Status(BUSY or available ) of all users both analog and SIP Please help on this.. Thanks Nikhil
2009 Sep 03
1
Originate calls with AMI.
Hello. I've been trying to use the AMI to originate phone calls. I'm trying to call the SIP phone 'zoiper' with the SIP phone 'yziquel'. So, the AMI interaction is: > Action: originate > Channel: SIP/zoiper > Exten: yziquel > Priority: 1 > Timeout: 30 > Context: internal > > Response: Error > Message: Originate failed > > Event:
2009 Oct 13
4
AMI input streams limit?
Hello List, I was writing something in PHP that connects to AMI and sends a data stream ( example of it: http://slackware-es.com/ami-input.txt ), but the file (voicemail.conf , in this case) does not get fully written. I tried pasting the stream directly through telnet to AMI, and everything *appears* to be OK, but the file is not being completely written. No errors on CLI No errors on AMI
2011 Apr 20
2
py-Asterisk or pyst?
Hi there, I need a Python interface to asterisk manager for my own project. The voip-info.org (http://www.voip-info.org/wiki/view/Asterisk+manager+Examples) lists 4 python projects for this purpose: Fats, py-Asterisk, pyst and StarPy. Because my project is rather small and I don't want to involve twisted in, the options left for me are py-Asterisk and pyst. So I want to ask your opinion:
2009 Jul 22
2
Waiting for a call to complete with AMI Originate
Hello, I'm using an AMI Originate command to send a fax. The fax is sent by a script, and I'd like my script to send the fax, wait until it has succeeded or failed, then exit with an appropriate error code (it is driven by a mail system, so the exit code will tell the mail system whether to retry the fax later). The script works great if the fax succeeds, or if the line is busy or
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
2009 Jul 09
2
Setting up a "secure" AMI?
Hi All, I've just upgraded our CRM and it has an Asterisk Integration Module that I would like to test out. The CRM is running on one of our hosted servers in the cloud. The Asterisk server is running in my office. I am running Asterisk 1.4.21.2~dfsg-1ubuntu3. Reading the page http://www.voip-info.org/tiki-index.php?page=Asterisk%20config%20manager.conf got me a little concerned
2014 Jan 16
2
Starpy and Asterisk on different machines ? [SOLVED]
Thanks for replying. So as python-starpy requires asterisk in Debian Wheezy repo, for a Debian setup the alternatives are either : - to install it from source - tto build my own custom package removing this asterisk dependency (is it easy or even possible ?) - to use another solution such as pyst. Regards 2014/1/16 Adolphe Cher-Aime <acheraime at gmail.com> > Yes you can. This what
2010 Jan 26
2
Attended Transfer with REFER
Hi guys, I am wondering (and have been unable to find out thus far) whether Asterisk sets some special channel variables or something when a call is transfered with the REFER method. Basically, I'm trying to figure out if it is possible to somehow get a transferred call back to the transferrer (as it is done with the built-in atxfer) after X seconds (or an unsuccessful attempt). Using a
2007 Oct 01
1
Odd one way RTP on SIP to SIP calls
Hi everyone, I'm having an odd problem with one way RTP on SIP to SIP calls. I have two SIP servers, one is an Asterisk and the remote SIP server is a Nortel SIP server. When a call comes to the Nortel server through the PSTN and is routed to the Asterisk, audio is fine. Two way RTP and no problems. When a SIP client registered on the Nortel server calls the Asterisk, the Asterisk
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
Hi, I noticed that asterisk manager interface will only accept the originate commands in sequential order. For example, if I want to ring two extensions through the AMI, and while first extension is ringing, AMI won't execute and ring second extension until first extension has answered the call. Anybody has any ideas as I had the same results even tested with telnet commands to AMI interface.
2009 Oct 14
5
multiple call
Hello, I am using Asterisk 1.4 version. How to dial multiple numbers per second through asterisk manager???? Thanks and regards