similar to: [asterisk-dev] Need feedback on the use of AMI events generated by MESSAGE requests

Displaying 20 results from an estimated 300 matches similar to: "[asterisk-dev] Need feedback on the use of AMI events generated by MESSAGE requests"

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
2014 Dec 29
0
Commas is variables problem
Hi, I'm running into a strange problem with commas is variables. I have the following contexts: [messages] exten => _+.,1,Noop(External SMS) same => n,Set(ACTUALTO=${CUT(CUT(MESSAGE(to),@,1),:,2)}) same => n,Macro(goip_sendsms,${ACTUALTO},"${MESSAGE(body)}") same => n,Hangup() [macro-goip_sendsms] ;Call Macro(goip_sendsms,number,message) exten => s,1,Noop(SMS
2020 Jul 21
2
Example of Jitsi Desktop provisioning file
Hi, Le ven. 10 juil. 2020 à 16:56, Sylvain Boily <sylvain at wazo.io> a écrit : > > It probably can help you: > > https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl > > Sylvain > > Yes, provided example was exactly what I was after ! Thank you very much ! -------------- next part -------------- An HTML attachment
2020 Jul 21
0
Example of Jitsi Desktop provisioning file
Hello, On 2020-07-21 3:57 a.m., Olivier wrote: > Hi, > Le ven. 10 juil. 2020 à 16:56, Sylvain Boily <sylvain at wazo.io > <mailto:sylvain at wazo.io>> a écrit : > > > It probably can help you: > https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl > > Sylvain > > Yes, provided example was
2019 Nov 01
2
Stuck "channel"
I have tried both by hand and hitting tab to auto complete: *CLI> channel request hangup Message/ast_msg_queue Message/ast_msg_queue is not a known channel On 31/10/19 14:18, Sean Bright wrote: > On 10/31/2019 2:13 PM, Carlos Chavez wrote: >> I assume this is something created by Freepbx.  If I do a "channel >> request hangup" it tells me the channel does not exist.
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
I'm running Asterisk CVS-v1-0-12/20/04. I'm using PHP with Manager API Here is the code: #################################################################### # Make call #################################################################### $socket = fsockopen($ask_db,"5038", $errno, $errstr, $timeout); if (!$socket) { echo "$errstr ($errno)<br /\n"; } else {
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
Hi all, I'm new in the list, and I have a problem upgrading from asterisk 1.2 to asterisk 1.4: There is a diference from asterisk1.2 to asterisk1.4 in AMI events. When I do a call to a queue (with the same extensions.conf dial plan) with ast1.2 and ast1.4, in ast1.2 apper 3 newcallerid event in ast1.4 apper only 2. It is normal? anyone knows it? what is the reason? I
2020 Jul 10
0
Example of Jitsi Desktop provisioning file
Hello, On 2020-07-10 10:39 a.m., Olivier wrote: > Hello, > > 1. I'm looking for an (anomized) example of a Jitsi Desktop > provisioning file compliant with Asterisk  ? > Jitsi Doc mentions it should adhere to Java properties file syntax > (see [1]) but a working example would help. > > If this example file included the following settings, it would be perfect: > -
2015 Sep 28
3
Respond to an out of call SIP MESSAGE
Sorry for the delay here. For some reason the mail from Joshua Colp failed to deliver to my mailbox. So, anyway, I've set up a local scenario on my computer a PJSIP client and Asterisk 11.17.1 (On a fedora linux workstation) with the settings listed below. In this scenario I've used UDP, but I want a configuration that can be used with any transport protocol. I can see that the context
2020 Jan 30
0
Need feedback on the use of AMI events generated by MESSAGE requests
Hello, I use UserEvents generated by the Message/ast_message_queue channel with the UserEvent application. Regards Jean Le 29/01/2020 à 20:31, George Joseph a écrit : > 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
2009 Nov 30
0
Asterisk and XMPP Jingle : testers needed
Dear community members, I'm happy to announce that we now have code that allows you to use your XMPP (Jabber) client like a softphone to place SIP or PSTN (or whatever channel Asterisk supports) calls. The XMPP clients that support Jingle that I and others have tested are : - Pidgin (Linux, Ubuntu 9.10), version 2.6.2 : OK - Empathy (Linux, Ubuntu 9.10), version 2.28.1.1 : OK - Psi (Windows
2010 May 20
0
Early injecting Jack between call parties
I use Jack for getting callee sound. Dial with option M(): JACK_HOOK(manipulate,i(rec_737219:input),o(rec_737219:output),c(rec_737219))=on This works fine, but I need to connect the sound channel to Jack *before* the actual answer. As you can see in the AMI log, between "Ringing" to JACK_HOOK there is a 6 second break. I don't want that. I need a way to launch Dialplan function
2008 Jun 11
1
Asterisk and XMPP (Jabber) : testing new application JabberReceive
Friends, a new dialplan application is now available for testing : http://svn.digium.com/view/asterisk/team/phsultan/jabberreceive/ The corresponding feature request is located here : http://bugs.digium.com/view.php?id=12569 What can you do with it? Well, a direct usage of this application is to make an easy to use GoogleTalk voice gateway out of Asterisk. Here is an example (assuming the
2007 Mar 30
1
call file vs. originate
I'm having trouble getting the manager interface to behave properly; specifically the Originate event. If I create an originate event as below, the calling phone will auto-answer (as it's supposed to) but the receiving phone never rings. It will timeout at 20 seconds. Action: Originate Channel: Local/201@from-sip2 Context: from-sip Extension: 154 Priority: 1 CallerID: John Doe
2011 Mar 08
1
(fast) AGI and AMI synchronization ?
Hi, I've been developing some CTI software around asterisk for a while, mainly with the help of AMI and fast AGI. It works quite fine, but I have some trouble sometimes with the un-synchronized property of these 2. Let me explain, we have a dialplan like this one : exten = s,n,UserEvent(useful_input_data) (...) a few actions exten = s,n,AGI(agi://127.0.0.1:3333/fetch,queuename) The idea is
2013 May 07
1
Get Channel Variables in AMI Event NewExten
Hi, I'm stucked in situation, and look for a work around if possible in Asterisk. I have a dialplan, [default] exten => 111222,n,Set(fu_callerid=141688xyxzz) exten => _X.,n,NoOp(Callerid ${fu_callerid}) exten => _X.,n,wait(2) exten => _X.,n,Answer() ? When, ?Answer Application is called AMI Event is triggered like this.. ? ? ? ? ? 'Event' => 'Newexten', ? ? ? ?
2004 Jul 14
0
Originate to IAXComm problem once again
I am sending this again since I haven't get it back for twelve hours: When I originate call to IAXComm, more or less one of tree calls fails for no aparent reason. Originating calls to SIP clients works as expected. Anybody has similar problems? Is it asterisk or client problem? Asterisk log: Jul 15 00:00:04 DEBUG[1179663]: manager.c:1018 process_message: Manager received command
2008 Feb 20
0
Strange NewCallerIDEvent after channel are linked
Hi all, just for learning purposes i made a little gui frontend that visualizes incoming and outgoing calls in realtime, using the events of asterisk. I experienced a strange behaviour for outgoing calls. The callerid for the *called* person got changed to one of my own numbers, after the channels git linked. After looking into the flow of events i saw that asterisk keeps sending an
2014 Nov 17
1
motif and other xmpp
Hi list, I have a big doubt!, I have some users with ejabberd and am using motif to make some calls to extensions, here works fine, the problem is when I want to send a message to another user on ejabberd and asterisk take this message as part him, like a sip message , the other user does not receive this message xmpp User A xmpp == Chat to == User B xmpp (not receive the message) look cli
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