Questions tagged [asterisk-java]

The Asterisk-Java package consists of a set of Java classes that allow you to easily build Java applications that interact with an Asterisk PBX Server.

Asterisk is a free and open source framework for building communications applications and is sponsored by Digium.

24 questions
0
votes
1 answer

Do I need a dialplan?

I'm getting started with Asterisk and I have to develop an app that will only be used to call people (an alarm system). I'm using Java and Asterisk-Java, and I read that on their GitHub: Did you know you can originate directly into AGI? This is…
Thomas Kowalski
  • 1,995
  • 4
  • 20
  • 42
0
votes
1 answer

Asterisk and Java : Park action don't return parking slot

I have a Java application that interacts with an Elastix server. I'm using asterisk-java library. I can park someone and get the Asterisk Manager Interface's response but it is incomplete. This response give me those info…
Gabriel
  • 163
  • 1
  • 1
  • 15
0
votes
1 answer

Asterisk - click2call Java works but takes 2 steps

I've implemented a Java method (using Asterisk-Java library) that initiates a call between two users. Alice is the caller and bob the receiver. It works but I don't know why, it's doing it in 2 steps : Alice receives a call from herself. If Alice…
Gabriel
  • 163
  • 1
  • 1
  • 15
0
votes
1 answer

Asterisk call recording in single file for both channels

Currently asterisk is recording call in two separate wav files for both in and out channels and then merging them into one file. This merging is taking some time so we want to eliminate it. Is there any way in which Asterisk by default create only…
-1
votes
1 answer

Unable to make SIP calls using realtime with asterisk server

I am unable to make SIP calls to a Realtime SIP peer,but i am able to receive calls from them.I have made some test users using the sip.conf file,the calling operations work fine when i use them.But when i call a realtime sip peer the server…
-1
votes
1 answer

Asterisk GotoifTime command from java code

I'm new to asterisk and the world of the PBX in general, I wanna use asterisk-java library to communicate with the server through the fastAGI protocol, I could do the basics like answering a phone call and playing something or even jumping in the…
-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
-2
votes
1 answer

Asterisk PAMI Originate Outboud Call Issue (PHP)

I’m using PAMI to originate a call, it should make the call from local extension to customer number it works fine but the problem is that when an I execute the script a call make (from extension to the customer ) when the customer picks this call…
PbxpAmi
  • 3
  • 2
-2
votes
1 answer

Asterisk (version 16) Redirect action does not complete 1st leg of call

After redirect action sent to Asterisk AMI, first leg of call is not completed until 2 leg of call completed, 1 leg completes as well at the same time with 2nd leg. This forces first sip member to be hang up for a some period of time not static…
1
2