Displaying 20 results from an estimated 300 matches similar to: "Get Channel Variables in AMI Event NewExten"
2013 Mar 15
0
No subject
;
; Display certain channel variables every time a channel-oriented
; event is emitted:
;
;channelvars =3D var1,var2,var3
So if you want fu_callerid, set:
channelvars =3D fu_callerid
And, once that variable is set, you should get a NewExten event, you
should see the following key/value pair:
ChanVariable(SIP/1234-00000001): fu_callerid=3Dfoobar
--=20
Matthew Jordan
Digium, Inc. | Engineering
2013 Mar 15
0
No subject
<br>
;<br>
; Display certain channel variables every time a channel-oriented<br>
; event is emitted:<br>
;<br>
;channelvars =3D var1,var2,var3<br>
<br>
So if you want fu_callerid, set:<br>
<br>
channelvars =3D fu_callerid<br>
<br>
And, once that variable is set, you should get a NewExten event, you<br>
should see the following
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
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
2003 Oct 24
3
How to use the Cut() command to chop off an ending character
I used to be able to pass dial strings to IAX2 providers with #
characters at the end of the string. This is how we end dial strings for
international calls.
So, I would like to be able to selectivity chop off any # characters at
the end of string, only if they exist. Basically as follows (chopping
off the leading '9' with ${EXTEN:1} syntax:
EXTEN from Phone EXTEN for Dial String
2007 Sep 04
1
Asterisk Manager Interface, reliably monitor NewCall for an extension
Hi Everyone,
I am writing an open source application that brings desktops widgets
to OS X (http://sourceforge.net/projects/astrxtools4osx/), for which I
am trying to get my head around the Asterisk Manager Interface.
I had been using the Event: NewCallerid to detect a new call which my
Asterisk server doesn't seem to send to the socket anymore, because of
which I have reverted to using
2003 May 19
1
CDR-Event on AstManager
Hi all,
what's your opinion about CDR-Event (like Hangup or Ring etc.) on AstManager
?
Or,
is something like this already implemented ?
Regards,
Thomas
2004 Sep 19
1
How To get response of command from another socket
hi
i logged on to manager API from other terminal
by
telnet IPADDR 5038
now logged in with username mark
let's say this connection Window A
now i opened another connection with Manager API with same usename
lets say this window B
now if i give a command like originate,Redirect
through window A connection ,
can i able to see its
response:success/failure
Originate:failed/succesfully
2005 Sep 13
2
actionID on manager events
Hello, all!
I'm looking at the wiki page and info on the mailing list and I'm getting
conflicting info...
I am using the manager API from the telnet CLI and I am testing creating calls
with it. I login with events: on and I can originate calls just fine.
However, when I set ActionID on an Originate, I cannot see anywhere where that
actionid carries into the Event output.
But I found
2015 Apr 01
1
Asterisk 11.17.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.17.0.
This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk
The release of Asterisk 11.17.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!
The following are the issues resolved in this release:
New
2005 Jul 04
2
Problems with eval() in connection with match.call()
Dear all, I have a problem when passing parms from one function to another when the argument list is just '...'. Consider this example:
foo<-function(){
xx <- 111222
bar(x=xx)
}
bar <- function(...){
cl <- match.call(expand.dots=TRUE)
print(cl)
x <- eval(cl$x)
print(x)
}
foo()
> bar(x = xx)
> Error in eval(expr, envir, enclos) : Object "xx" not
2004 Sep 17
3
how to get caller ID
i cannot see caller ID of the call originated from outside zap channel.
i hv configured both zapata.conf and extensions.conf.
i m right now in india
i think asterisk only supports Bellcore enable caller ID.
so is it the same bug of BT caller ID problem in UK?
or it is the bug of my asterisk configuration?
i hv enabled callerID from my TELCO.
-------------- next part --------------
An HTML
2011 Mar 28
2
Variable. AMI and dialplan
Hi!
Guess I am doing something totally wrong here: Some smart person could maybe plz tell me what.
2004 Jul 21
2
fonction Getvar
Hia ....
i try to use the fonction Getvar of asterisk to get a variable myDNIS
that i have define. i use it as follow
Action: Getvar
Channel: SIP...
Variable: myDNIS
but asterisk don't know it .i have the response as follow
Response: Error
Message: Invalid/unknown command
does everybody meet this problem . i try all possible combination and
nothing
help please ..!! :-(
thanks in advance
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
2004 May 01
1
win32-mutex
I''ve committed documentation and a test suite for win32-mutex. Once again,
I''m looking for a good sample program that we can use for the test.rb file
that really demonstrates what you can accomplish with it. I scoured the web
but didn''t find anything good.
On another note, I came across another implementation called "fmutex" that I
thought might be worth
2018 Mar 22
2
AMI potential memory leak
HI Matt,
I am trying to replicate this particular problem. We are seeing more frequently where the Event: AsyncAGIExec is never being sent.
The two scenarios I have seen in tests yesterday and today...
We sendl an AMI action. For example, play a short file or hangup.
AMI Events will indicate it did the work, but we never receive the Event: AsyncAGIExec with a result at all.
Asterisk debug
2016 Dec 12
2
AMI version of CONNECTEDLINE
Hello,
Is there any equivalent of the CONNECTEDLINE function which can be called
from an application using the AMI?
Thanks for any ideas.
--
David Cunningham, Voisonics
http://voisonics.com/
USA: +1 213 221 1092
Australia: +61 (0) 2 8063 9019
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Jun 26
2
access "indexed" facter facts
Hi everyone,
I have a fact which looks like that: drbdconnectionstate0. You see the "0"
at the end... Now I''d like to access this fact in a "dynamic" way, the "0"
should be variable. I''m thinking of something like that: if
${drbdconnectionstate0}${drbddevice} == ''Unconfigured''.
But as you may guess, this does not work... Has