Questions tagged [asteriskami]

The Asterisk Manager Interface (AMI) is a socket-based protocol for controlling the Asterisk telephony engine.

The Asterisk Manager Interface (AMI) is a socket-based protocol for controlling the Asterisk telephony engine.

218 questions
0
votes
1 answer

ChanSpy + PlayBack + MutingChannel asterisk

First of all this is not a question related to conference call. This is pure 1 to 1 sip call scenario. and during this sip call what I am trying to do is, to play an audio file on either one of them, and while playing audio, i don't want to hear…
Zubair
  • 33
  • 1
  • 8
0
votes
2 answers

Saving Asterisk CDR in 2 different databases

I'm working on a PHP probject, but require some help in Asterisk PBX. For my project, I need to save Asterisk CDR on a remote database and also want to save the CDR in the existing database. So my question is: Can we save Asterisk CDR in two…
0
votes
1 answer

What are some limitations of the Asterisk Manager Interface (AMI)?

It is my understanding that the Asterisk Manager Interface is single threaded. Can someone please explain to me if this is true, and if so, explain what some of the limitations of this would be? If calls to the AMI overload the single thread do…
0
votes
1 answer

Asterisk AMI PlayDTMF to instantiate disconnect key combination in features.conf

I'm currently having a play about with AMI. I seem to of hit a snag where utilising the 'PlayDTMF' action will go out on the channel rather than be seen as incoming DTMF. This is a bit of an issue, I've provided my features.conf file config below:…
jakehallas
  • 2,456
  • 1
  • 18
  • 26
0
votes
1 answer

Asterisk AMI call history

is possible to get call history (log) from Asterisk over AMI ? I need to read history (log) every 10 minutes, parse calls (duration, from, to...) and store this data in our CRM database. In CRM i have stored SIP for hardware phone, so I can…
3y3skill3r
  • 964
  • 1
  • 11
  • 35
0
votes
1 answer

Want sip response code(like 100, 180, 200..) from Asterisk Manager Interface(AMI)

Goal is to get SIP response codes(like 100, 180, 200..) from asterisk manager interface: What I have done: -create new user in manager.conf in /etc/asterisk -for getting the sip messages, connected to default port 5038 using telnet and by using…
Devang
  • 91
  • 3
  • 8
0
votes
1 answer

Asterisk AMI Originating works but hangs up

Asterisk 1.6? on Ipitomy IP5000. I can connected to the AMI just fine. I can issue: Action: Originate Channel: sip/122 Exten: 5556666 (i use my own cell number here) Context: default Priority: 1 Timeout: 30000 This causes my desk phone to ring,…
tktenn
  • 31
  • 5
0
votes
1 answer

PAMI can't find class

I'm trying to install PAMI library I installed it via pear: # pear channel-discover pear.marcelog.name # pear install marcelog/PAMI and trying to use example.php $pamiClientOptions = array( 'host' => '127.0.0.1', 'scheme' =>…
Sergey Scopin
  • 2,217
  • 9
  • 39
  • 67
0
votes
1 answer

how to execute automatic test on Asterisk?

I am a Software testing engineer.My job is to test the function of a VOIP server,based on asterisk. Since my job is completely manual test,I just feel it boring,and would be replaced by a man who don't have a bachelor degree. I want to know whether…
PodBlood
  • 179
  • 1
  • 10
0
votes
1 answer

Play record when operator pickup call

My description could be a little vague because I have not big experience in this field. The problem is that my web service should do the following steps. Another service send phone number in my web service My web service takes that number and start…
pepper
  • 1,732
  • 2
  • 17
  • 33
0
votes
4 answers

Asterisk dialplan - Prevent Hangup

Consider the following scenario : A is in call with B B hangs up Is there any way to redirect the A's channel to some other context so that the A's call is not disconnected and I can bridge another channel to A by using a php AGI script or by…
Sachin Murali G
  • 575
  • 6
  • 25
0
votes
1 answer

Asterisk.net originate not ringing exten

I am using asterisk Management Interface, trying to originate a call to an external phone from an internal one. The originate action makes the internal phone ring, but when it is picked up, the line is blank and the external phone doesnt ring. I'm…
0
votes
1 answer

Can we execute node.js file using external PHP file?

I have a Node.js file which returns asterisk peer status on html file when I run command node -file name. Is it possible to create a PHP script to run that file on click of button? I tried PHP exec function but it didn't work ! I want that on click…
Rajan
  • 21
  • 1
  • 8
0
votes
2 answers

Is it possible to receive eCall by Asterisk (PSAP)?

I found an interesting documeent about realisation of eCall (Emergency Call) in EU: http://www.heero-pilot.eu/ressource/static/files/heero_wp3_d3-3_final-operational-results_v2.3_final.pdf Germany somehow did it on Asterisk. Whatever, I don't…
dynax60
  • 289
  • 4
  • 10
0
votes
3 answers

Asterisk Integration with Symfony2 application

I'm new about Asterisk, it's already installed and I have all host details, what I need is how to use Asterisk in my symfony2 web application; Someone have an idea or he worked on this before? EDIT Here is the list what I should do in my web…
prof122
  • 23
  • 5