Displaying 20 results from an estimated 3000 matches similar to: "AMI manager logins - omitting from logging output?"
2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
Hi.
I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and for
some reason it's simply not doing it.
I've even resorted to reading the source code to try and work out what I'm
doing wrong...
In channels/chan_sip.c I find:
* SIP Dial string syntax:
* SIP/devicename
* or SIP/username at domain (SIP uri)
* or
2019 May 29
2
AMI not responding correctly
I am communicating with Asterisk 13.18.3 over the AMI and issue the command:
ActionID: 11
Action: command
Command: core show calls
And the response I get is:
Response: Follows
Privilege: Command
ActionID: 11
--END COMMAND-
But where is the call data? What is going wrong on this system? I
confirmed the AMI connection has full read/write permissions. Why is the
call data
2018 Oct 23
2
AMI not listening on secondary IP address?
Hi.
I have three servers running corosync and pacemaker, to maintain a floating
address between them. This is working fine, and I can, for example, SSH to the
floating address and get to whichever server has the address at the time.
I am trying to connect to the same server (using the same address) for AMI,
and it just isn't working, even though I can connect to the primary address of
2014 Aug 18
2
AMI & Elastix
Hi all!
I have trouble with connection to AMI 1.1 wich enabled on Elastix
"*Asterisk Call Manager/1.1*
*Action: Login Username: admin Secret: qweasd123*
*Response: Error*
*Message: Missing action in request*"
Elastix versions:
"* Kernel*
* Linux(x86_64)-2.6.18-348.1.1.el5*
* Elastix*
* elastix-2.4.0-1*
* elastix-portknock-0.0.1-0*
* elastix-agenda-2.4.0-1*
*
2020 Sep 22
2
AMI vs. Dialplan Originate
Hi.
(Asterisk 16.2.1)
I'm using AMI Originate to initiate calls, and I'm passing some additional
data in to the dialplan context using the Variable: parameter. Works fine.
https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Originate
Now I need to do the same thing but from another context in my dialplan, so I
was expecting to use the Originate() dialplan command,
2018 Feb 20
2
Sip cause and response codes in dialplan
Hi,
I am experimenting with getting hold of the sip cause and sip response from outgoing call. How could i make a userevent printing the sip cause and/or sip response. I have tried using hangupcause, sip_cause and such , but i am not getting any data.
I would at least like to use the q.850 reason codes in the dialplan which i now am unable to do.
Any help appreciated.
[Beskrivning: Fogwise -
2017 Jul 07
3
AMI column widths
Hi.
I'm trying to get a list of the channels currently in use on an Asterisk server (1.8.32.1 if it matters) over AMI.
I send the command "sip show channels", and I get back a response along the lines of (* used to protect the innocent...):
Peer User/ANR Call ID Format Hold Last Message Expiry Peer
*8.22.*0.34 02035644444
2020 Sep 22
1
AMI vs. Dialplan Originate
On Tuesday 22 September 2020 at 13:27:27, Joshua C. Colp wrote:
> On Tue, Sep 22, 2020 at 7:37 AM Antony Stone wrote:
> > Hi.
> >
> > (Asterisk 16.2.1)
> >
> > I'm using AMI Originate to initiate calls, and I'm passing some
> > additional data in to the dialplan context using the Variable:
> > parameter. Works fine.
> >
> >
2017 Nov 12
2
Adding custom commands to AMI
Hi.
https://www.voip-info.org/wiki/view/Asterisk+manager+API says that "There are
a finite (but extendable) set of actions available to the client, determined by
the modules presently loaded in the Asterisk engine."
Can anyone point me at some appropriate documentation for adding custom
commands to the AMI to extend the available actions?
Thanks,
Antony.
--
This sentence
2019 Jun 11
3
High delay and some echo
Hi list!
I use Asterisk 13.14.1 from Debian repository on a DSL from Deutsche
Telekom.
Asterisk works well, but I have really often an high delay (I understand
it since the other party speak some seconds before he hears my question
and answer) and sometimes I hear an echo.
I really don't know what can I check and what can be the problem.
The problem exists since a very long time, but in the
2020 Oct 27
1
Bug in Dial() string processing
Hi.
I've discovered a bug in the Dial() string processing (for Asterisk 13.14.1 at
least).
According to the documentation in channels/chan_sip.c the Dial() string syntax
is:
* SIP/devicename
* or SIP/username at domain (SIP uri)
* or SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port]
* or SIP/devicename/extension
* or SIP/devicename/extension/IPorHost
* or
2019 Dec 03
4
Delay on speak with Asterisk
Hi list!
I'm using Asterisk 13.14.1 from Debian 9 repositories.
The provider is Deutsche Telekom und Messagenet (just for receive).
I can call and receive calls, but I have a little problem: there is a
"delay" of about 1-1,5 seconds between the time the voice is sent and
the time when the voice is received, so that it happens very often that
the peer does not get my voice and try
2019 Apr 04
2
Message: Authentication failed on manager interface
I'm not sure how much more simple I can make this but I just cannot
seem to get my Asterisk 13 to accept a connection on the manager
interface:
--- manager.conf ---
[general]
enabled = yes
port = 5038
bindaddr = 127.0.0.1
[myasterisk]
secret=a
permit=0.0.0.0/0.0.0.0
read = all
write = all
So, couldn't be any more wide open and simpler to connect yet:
# echo -e "Action:
2020 Jun 14
2
Any api (agi/ari/ami) equivalent of "core show calls"?
Way back in the mists of time, I built my asterisk installation with SNMP support.
It's a bit tedious to get the sub-agent for snmpd set up but once you have it you can poll the OID for the asterisk sub-agent and it will tell you how many calls are up at that
moment in time.
That said, I actually prefer ARA/ARI to flat file configuration of endpoints and dialplans. Changes are more or less
2020 Jun 12
2
Send message to AMI from dialplan
Is it possible to simply send a message to appear as an AMI message/event,
from the dialplan? For example
exten =>123,1,ami(myEvent, param1, param2)
and in the AMI a message appears like:
Event: myEvent
Privilege: call,all
Channel: PJSIP/misspiggy-00000001
Uniqueid: 1368479157.3
ChannelState: 3
ChannelStateDesc: Up
CallerIDNum: 657-5309
CallerIDName: Miss Piggy
2019 Mar 12
4
AMI mulitple calls quickly
Lets say I have to make 40 phone calls quickly.
If I use the AMI interface to originate a call, close the connection, open
another connection etc...
This works. but is slow...
If I open the AMI interface and originate a call - DONT close the interface
, get the response, originate another call, some of the calls are missed.
even though I get OK response.
(All calls are Async mode).
If I open
2012 Jul 31
2
Remove a complete row as per the Range in a Matrix
Hi,
Here i have a Matrix
MyMatrix <-
Name Age
--------- -------
ANTONY 27
IMRAN 30
RAJ 22
NAHAS 32
GEO 42
and here i have an array with Minimum and Maximum values.
MinMaxArray <- data.frame(MIN = 25,MAX=35)
MIN MAX
------ --------
25 35
2012 May 30
3
Separate Array Variable Content
Hi,
I am new in R,
i have a matrix like this
MyMatrix <-
*ABC PQR XYZ*
10 20 30
40 50 60
70 80 90
And, i have an array containing some conditions like this,
MyArray <- c("*ABC*>50","*PQR*<50","*ABC*<30 &* XYZ*<40")
"ABC>50"
"PQR<50"
"ABC<30 & XYZ<40"
2009 Nov 09
6
Active Scaffold Without Database connection --- Help
Hi Friends,
I want to know what are ways or how to use the Active Scaffold without
Database connection ....
I mean Instead of Database I will have a CSV or Flat file.....
Thro Active Scaffold Plug-in how to read this file instead of
database....
Kindly Can I have you Ideas and Views..... ASAP.....
- Antony
--
Posted via http://www.ruby-forum.com/.
2018 Oct 08
3
Use AGi Commands without script in Dialplan
On Monday 08 October 2018 at 12:44:43, Yves wrote:
> I am looking for an easy way to execute any AGI Command directly from the
> dialplan without the need to call an external script.
The whole point of AGI is that it calls an external script in order to replace
commands in the dialplan.
Executing an AGI command without an external script doesn't make sense.
Antony.
--
There's