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

freepbx and java server interation

I would like to do integration of freepbx and java web server. There will be an IVR. IVR will ask callers age This age should be entered into database through some web server. 1 and 2 can be done in freepbx. Not sure how the data (age pressed…
abhihere
  • 143
  • 1
  • 6
0
votes
2 answers

Asterisk originate not working

I am trying to make vtiger work with asterisk 1.6 (freepbx server). I have managed to get to the point where I can connect to the asterisk manager interface (AMI) and write to it. But for some weird reason, the originate would not work. I am using…
pinaki
  • 5,393
  • 2
  • 24
  • 32
0
votes
3 answers

php programming for working with asterisk

I wrote some php code in AMI to work with asterisk command. I don't know exactly what's the difference between Asterisk Manager Interface (AMI) and Asterisk Gateway Interface (AGI) and witch one is better for my planning. I'm planning to call party…
MGH
  • 11
  • 1
  • 7
0
votes
3 answers

asterisk entry point to a SIP dialplan

I understand this should be really easy but I can't find my way around the asterisk configuration files to do this. What I need in an entry point for a external SIP call to execute an asterisk script. To keep things simple let's say I want to…
Nick
  • 727
  • 10
  • 20
0
votes
2 answers

Fatal error on with Asterisk::AMI

i'm trying to use the Asterisk::AMI package but with a simple example dont works #!/usr/bin/perl -w # ami_test.pl use strict; use diagnostics; use Asterisk::AMI; // use default 127.0.0.1 5038 my $astman = Asterisk::AMI->new( Username =>…
rkmax
  • 17,633
  • 23
  • 91
  • 176
-1
votes
1 answer

Outgoing SIP call fails

I am trying to initiate a call using Python through the AMI. Code I am using to initiate call: import socket ami_host = 'localhost' ami_port = 5038 ami_username = 'user' ami_password = 'pass' destination_number = 'dest_nubmber' caller_id =…
Ace
  • 13
  • 5
-1
votes
1 answer

NodeJS async function result

Ok. I'm trying do some app. I'm use nodejs + nestjs. I want do request on some url and my controller must connect to Asterisk over AMI and get some info (e.g QueueStatus members). I use async asterisk-ami-client I've some controller In console log i…
Viktor
  • 3
  • 2
-1
votes
1 answer

Asterisk Originate a muted call

i have a script that start a call from some channels in my asterisk this scripts runs the folowing commands: channel originate SIP/11 extension 800@from-internal channel originate SIP/12 extension 800@from-internal channel originate SIP/13 extension…
Jasar Orion
  • 626
  • 7
  • 26
-1
votes
1 answer

Queue calls strategy

I am using rrmemory as strategy in Q1 and Q2. queue members are Local/3001@agent, Local/3002@agent, Local/3003@agent and Local/3004@agent. Local/3001@agent and Local/3002@agent penalty 0 in Q1 and Local/3003@agent and Local/3004@agent penalty 5 in…
ITC
  • 5
  • 1
-1
votes
1 answer

Push asterisk data to X-lite Softphones

I have an asterisk server up and running on a ubuntu machine for my personal project. I can receive calls in mac and make calls with my X-lite softphone on my agent's MacOS. The call center has an IVR with only two options- support, and sales. Now…
aroup
  • 315
  • 3
  • 13
-1
votes
2 answers

How can I pause/unpause a live recording programmatically on asterisk?

First of all I need to get a list of current live calls and then I need to pause and unpause the live recording pragmatically using asterisk ARI,AMI , anything that can achieve what I need anyone has a clue what should I do?
-1
votes
1 answer

how to the callout display number caller with Originate and asterisk?

i have a question. In asterik 11, i callout to a other phone by originate use command: exten=>s,n,Originate(SIP/voiceNetwork/,exten,callout,s,1,30) When the call to called, the call display is UNKNOWN, i want to it display number caller. Please…
langiac
  • 317
  • 1
  • 3
  • 16
-1
votes
1 answer

Asterisk IP-PBX: API to set up and tear down a call between two extensions

I have a working system that controls a Cisco CUCM IP-PBX to set up and tear down a call between two parties A and B; it makes use of Java's JTAPI to: make A call B make B answer (pick up) (wait for a few seconds) make either A or B drop the…
Jan Van den bosch
  • 3,542
  • 3
  • 26
  • 38
-1
votes
1 answer

Asternet AMI Send Command c#

Please tell me how to send commands (e.g.: sip show peers) via asternet (c#). Any help or link will be highly appreciated. Like: AsterNET.Manager.Response.ManagerResponse response = SendAction("sip show peers");
hmak.soft
  • 59
  • 1
  • 10
-1
votes
2 answers

play beep in asterisk confbridge in a specific time to all callers

I am making a conference using asterisk conference for a group of users. First of all, i am using call file to call the users. When they accept the call, they are put to a conference using asterisk conf bridge. Now i need to play a beep at a…
Ijas Ahamed N
  • 5,632
  • 5
  • 31
  • 53
1 2 3
14
15