similar to: API Manager Events

Displaying 20 results from an estimated 10000 matches similar to: "API Manager Events"

2009 Apr 24
1
Hangup Detection After Originate (Asterisk Manager API)
I have written an asterisk manager client which creates an outbound call using Asterisk manager API's Originate action. when the call is connected I run 3 applications on it. 1)read a dtmf digit from user 2)A customized application which I have written,(It plays something to user) 3)Hangup If user hangs up while app 2(see above) is executing I get a 'Event Hangup' from asterisk in my
2009 May 18
2
Manager API in PHP
Hi, I need a hack to query current calls coming in and going out an Asterisk 1.6.1 system and send this list back as a custom UserEvent to other listening endpoints. For various reasons, I might need to write this hack in PHP though I'm more experienced with Asterisk Java. What is your opinion regarding PHP AMI API and Asterisk 1.6.1 ? I'm referring here to
2007 Aug 08
1
Howto generate a Manager Event from the Dialplan?
I'd like to be able to generate a Manager Event from the dialplan but can't seem to find a way to do it. Alternatively, trigger and Event when a record in AstDB gets changed. Can anyone point me in the right direction? Thanks. By way of explanation, I've a app that connects to astmanproxy and I'd like it to know when a call group gets put into Nightservice. Putting the call
2020 Jan 29
3
Need feedback on the use of AMI events generated by MESSAGE requests
For those of you who actually process SIP MESSAGE requests... Do you use any of the AMI events generated by the "Message/ast_msg_queue" channel? We want to change that channel to an "internal" channel that doesn't generate AMI events (for performance reasons) but we need to know if anyone's using them first. Thanks! -- George Joseph Asterisk Software Developer
2020 Jan 30
2
Need feedback on the use of AMI events generated by MESSAGE requests
On Thu, Jan 30, 2020 at 12:18 AM Jean Aunis <jean.aunis at prescom.fr> wrote: > Hello, > > I use UserEvents generated by the Message/ast_message_queue channel with > the UserEvent application. > > Regards > > Jean > Thanks Jean. We're looking at alternatives. > Le 29/01/2020 à 20:31, George Joseph a écrit : > > For those of you who actually
2007 Jul 09
10
Monitor events?
Hi all, I would like to know if there is any possibility to send an event when a call is monitored? For both start and stop monitor. There is no event sent on asterisk 1.2 for that monitor case. I did not find any changes regrding that on 1.4. Am I wrong? Is it even possible to send an event when a monitor starts or stop ? Or is this a bad idea. Regards, Daniel
2006 Apr 24
1
Modelling heteroskedasticity in a multilevel model
Dear list members, I am facing a 3-level model, for which my research hypotheses suggest that the variance of both level-1 and level-2 residuals may be a function of a level-3 variable. To be a bit more clear: I am fitting a longitudinal model for a panel of companies grouped in industries. I suggest that some industry variables may create 'unexpected' shocks at especific points in
2012 Mar 01
3
how to change or copy to another the names of models
Hi I would like to know how I can change the name of a model for each trainning cycle of a model. I work with the RSNNS package and to build a neural network, I used : for (i in 5:30) .... model_ANN <- mlp(X, Y, size=n,....) # where size is the number of neurons in the hidden layer but I need to save each time that the model that is build (the end of each cycle), e.g., when i = 5, I need to
2020 Jan 30
1
Need feedback on the use of AMI events generated by MESSAGE requests
On Thu, Jan 30, 2020 at 3:18 AM Jean Aunis <jean.aunis at prescom.fr> wrote: > Hello, > > I use UserEvents generated by the Message/ast_message_queue channel with > the UserEvent application. > Do you use any aspects of the channel itself in the user events, or merely the contents of the user event and what you've placed in it? -- Joshua C. Colp Asterisk Technical Lead
2018 Jul 25
3
How to know the IP of "manager show connected" in dialplan
​I need to launch a remote process at the machine that has the dialer. I could hard-code the IP address in a global variable, but It would be much more elegant if the dialplan would have a "manager" object where I could read "manager-->connected". ​ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Nov 08
1
Virtual Folder by user.
Can i only set a virtual folder for especific users ? dovecot 2.0.6. Thanks! []'sf.rique
2006 Apr 27
1
Find a word
Dear R users, I have the following problem: I have an array with pasted words and I woul like to know the position of the vector that have another especific word. Let make an example: This tis the array: words.array<-c("RedBall","PinkBall","YellowTable","BlueBall") And I would like to know the positions its (words.array) that have the word
2009 Nov 12
1
Can't connect to voip provider over NAT
Hello. I'm trying to test an Asterisk server by using a VOIP provider for international calls but, I'm having problems trying to get my server communicate with theirs. I don't know if I'm having all these issues becuase I'm behind NAT or what. I have the following in my server's sip.conf: [provider] type=peer host=<theprovider's server> username=<username>
2006 Apr 19
1
Delayed voice for 10 secs
Hi List !! I have a lot a questions about this incredible tool but short is my time to learn it, so I apologize if my last question was too general. I got another more especific trouble. I administrating an ISP and I have my Asterisk installed on a server for testing my network performance. I followed the quick-start tutorial provided by voip-info.org (which I think it's very useful) and
2023 Jun 07
1
Listen to ARI events
I tried the command below (with subscribeAll=yes). I made a couple of calls but didn’t see any events. Should I see events? From: asterisk-users [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Joshua C. Colp Sent: Tuesday, June 6, 2023 6:31 PM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users]
2006 Jun 09
1
hangup extension
I've been testing the debug version of AstTAPI, which worked for a few calls, then a bit later in the day (and ever since), when the call is hung up, the TAPI client doesn't get notified. Looking at the server logs, The TAPI message that is sent upon hangup, isn't being sent. exten => h,1,UserEvent(TAPI|TAPIEVENT: LINE_CALLSTATE LINECALLSTATE_IDLE) This is in the same context as
2005 Sep 15
3
${DIALSTATUS} problems
Hi. I'm dialling two numbers - one that's unobtainable, one that's busy. ${DIALSTATUS} is coming back ANSWER each time right before the channels hang up. Am using the following dialplan macro to dial out. [macro-advdial] exten => s,1,Dial(${ARG1},20,g) ; Ring the interface, 20 seconds maximum exten => s,2,Goto(s-${DIALSTATUS},1) ; Jump based on status
2023 Jun 06
1
Listen to ARI events
I have the ARI enabled on my Asterisk test box, and want to listen to all events. I can't find the syntax to do that. Can I only listen to events related to a stasis app? I was hoping that a simple wscat command like this would show me all events: wscat -c "ws://localhost:8088/ari/events?api_key=asterisk:asterisk " I know how to do it form the AMI.looking for
2010 Aug 09
9
where can I get up to date instantrails ?
Hi, can someone please tell me where can I find up-to-date instantrails (with rails 2.38, ruby 1.8.7) ... ? Thanks for any help Dani -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2009 Jul 29
1
Matching Originate action with its NewChannel event
An application commanding asterisk with AMI is going to launch lots of concurrent calls in very few seconds using the Originate AMI command but it's also going to need to be able to cancel very quickly any call of them even before each OriginateResponse event comes in. All the calls will be done by the same trunk (a trunking enabled channel). But there's a problem for canceling any call: