similar to: AMI check if connection is alive

Displaying 20 results from an estimated 10000 matches similar to: "AMI check if connection is alive"

2011 May 16
2
AMI perl daemon
Would anybody know how to run a perl script as a daemon that would stay connected to asterisk via AMI? Right now, my AMI script connects to the manager interface, originates a call, disconnects. The script will be run maybe 20+ per minute. It would make more sense to me to have the script run as a daemon and have a persistent connection to asterisk's AMI. Thank you in advance for your input.
2011 Jun 21
4
call paging interrupts call when using Mitel 5224
Is anybody using Mitel phones? It appears that when you page a Mitel phone using asterisk's MeetMe, the paged phone will hang up the call its on to take the page. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110621/764a6fa9/attachment.htm>
2011 May 31
3
AMI buffering event output?
Hi, I'm seeing weird behavior with AMI where no events are output until some input is detected (can be an empty line), at which time all the buffered output is spewed out at once. I am maintaining multiple Asterisk installations, and with one installation I have run into a weird buffering problem with AMI. The version is 1.6.1.11 in this particular case, which I am running at multiple
2011 Apr 08
9
send voicemail to multiple emails
Is there a way for asterisk's voicemail to send an email (including voicemail attachment) to multiple email addresses? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110408/8908db5f/attachment.htm>
2011 Apr 05
4
agi voicemail callback
I'm wondering if there is a simply way to perform a voicemail callback feature using AGI. For instance, a caller leaves a voicemail, the voicemail will then call the owner of the voicemailbox determined by a database look up. -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2011 Apr 27
2
asterisk practices
I just completed building a feature rich asterisk voicemail system using perl, php, and mysql. My only concern is that the system i built will not be able to handle the call volume needed. Let me start by explaining my setup. Incoming call -> route.agi (perl -> mysql lookup) -> AGI -> voicemailbox (using mysql odbc) or terminate with wrong number message if a message is left in a
2011 Feb 23
2
REFER and dialplan broken (as documented in chan_sip.c on line 11951)
There is a problem when transferring calls using REFER, asterisk does not notify dialplan. I've been told to use AMI as a workaround to notify my dialplan/routing program but that would require a huge change to our software. I was wondering if there is any intention of fixing this problem. Here is issue as stated in chan_sip.c "this is currently broken as we have no way of telling the
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 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 Mar 28
8
asterisk and fail2ban
Is anyone using asterisk with fail2ban? I have it working except it takes way more break-in attempts than what is set in "maxretry" in jail.conf For example, I get an email saying: "The IP 199.204.45.19 has just been banned by Fail2Ban after 181 attempts against ASTERISK." when "maxretry = 5" in jail.conf Perhaps someone else is experiencing this or has resolved it,
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:
2011 Jun 15
2
change destination on digit
Is there an easy way to setup diaplan so when someone pushes a digit such as * during a call, they will be transferred to another destination. For example, a caller is hearing ringing while calling a UA, but instead of waiting for the UA to pick up, they can push * and go directly to that UA's voicemail. -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
2011 May 27
2
disable sip registration
Is there a way to disable all SIP registration and block any requests? The reason I'm asking is this particular Asterisk server will just be originating calls. I've noticed sip attacks where the attacker attempts to register a user 100x per second causing CPU to rise significantly. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jul 03
2
Action Originate in Asterisk 13 creates 2 calls in core show channels
Hello, I am migrating a PABX system based in Asterisk 1.4 to Asterisk 13, with success. I have an application that sends an action Originate to AMI for calling, it's working well, but when i see to Asterisk's CLI, i see 2 calls for just one originate: pftestes40copiabh*CLI> core show channels verbose Channel Context Extension Prio State Application
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
2016 Nov 23
2
Subscribe to events via ARI from node.js without sending to Stasis
Hi, I'm writing a node.js backend to pass events via a websocket to a CRM. Basically what I want to do is notice when things happen (i.e. new channel, new bridge etc) without sending the channels to the Stasis app. The channels I'm interested in are agents who are in a queue only because they are in a realtime MySQL database for the queue_member_table. There doesn't appear to be a
2011 May 18
3
asterisk's zombie processes
I'm monitoring Asterisk with Nagios. Nagios constantly alerts because of too many zombie processes. I eventually had to disable the notification for the alert but why does Asterisk create so many zombie processes, I've see more than 30 at times and it generally stays in the 20s... just seems unusual and wondering if it's harmful, thanks in advance. -------------- next part
2010 Dec 16
1
PTMP BRI Unable to receive TEI from network in state 2(Assign awaiting TEI) - Asterisk 1.6.2, Latest DAHDI, LibPRI
Hi all, Last night I went to replace an Asterisk 1.4 + mISDN + b410p box with Asterisk 1.6.2 and DAHDI BRI - to no avail. I had two servers so copied network setting etc from the working one, moved the card across, ran dahdi_genconf etc and it didn't work. Here's the console output with notices disabled: lucas*CLI> pri intense debug span 1 Enabled debugging on span 1 [Dec 16