Re: [Asterisk-java-users] test call

2015-04-01 Thread Thufir
"Dialing outIf the AGI application dials outward by executing Dial, the script will suspend contact with the Asterisk server until the Dial exits." http://www.voip-info.org/wiki/view/Asterisk+AGI That being said, I don't even know the distinction between the AGI and AMI, and thought they were, e

Re: [Asterisk-java-users] test call

2015-03-27 Thread Zoumana TRAORE
I don't think you can actually trigger outgoing call by AGI. You need AMI Le 27 mars 2015 16:04, "thufir" a écrit : > something like: > > > https://github.com/srt/asterisk-java/blob/master/examples/ExampleCallIn.java > > > except that's with AGI? And outbound. > > > > -Thufir > > >

Re: [Asterisk-java-users] test call

2015-03-27 Thread thufir
something like: https://github.com/srt/asterisk-java/blob/master/examples/ExampleCallIn.java except that's with AGI? And outbound. -Thufir -- Dive into the World of Parallel Programming The Go Parallel Website, spon

Re: [Asterisk-java-users] test call

2015-03-27 Thread Zoumana TRAORE
Sure you can code this in a java program using the library it is done through the Manager API Have a look on this section from this page: https://maven.reucon.com/projects/public/asterisk-java/1.0.0.CI-SNAPSHOT/asterisk-java/tutorial.html : the sample is triggering a call to SIP/John which will fa

Re: [Asterisk-java-users] test call

2015-03-27 Thread thufir
Way down the road, this looks interesting: http://www.voip-info.org/wiki/view/Asterisk+auto-dial+out more immediately, I'm just trying to get Asterisk working and functional. The AMI offers ways to create calls from the CLI through telnet? That's my reading of the "definitive guide to asteris

Re: [Asterisk-java-users] test call

2015-03-26 Thread Zoumana TRAORE
Hi, What are you planning to do ? If you goald is to handle inbound call in an IVR way this is a good way. What do you mean by automatique test of asterisk ? Regards, *---* *Zoumana TRAORE* 2015-03-26 3:58 GMT+01:00 Thufir : > ok, I'm getting more into asterisk and the AMI. > > > looking a