Thread: [Asterisk-java-users] test call
Brought to you by:
srt
From: Thufir <haw...@gm...> - 2015-03-26 02:58:25
|
ok, I'm getting more into asterisk and the AMI. looking at: https://github.com/srt/asterisk-java/blob/master/examples/ExampleCallIn.java that's a good way automating test of asterisk? thanks, Thufir |
From: Zoumana T. <zou...@gm...> - 2015-03-26 08:28:38
|
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 <haw...@gm...>: > ok, I'm getting more into asterisk and the AMI. > > > looking at: > > > https://github.com/srt/asterisk-java/blob/master/examples/ExampleCallIn.java > > > that's a good way automating test of asterisk? > > > > > thanks, > > Thufir > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |
From: thufir <haw...@gm...> - 2015-03-27 14:44:11
|
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 asterisk," at least. As soon as I read that I connected that with java asterisk. I hadn't realized at all how the library works, I've just been buried configuration of Asterisk itself. I can manually dial extensions, ext 201 dials ext 202, for example. I'd like to script that with the AMI, or, even better, this library. Admittedly, I haven't put any work into that at all, just thinking out loud. -Thufir On 2015-03-26 01:28 AM, Zoumana TRAORE wrote: > 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 <haw...@gm... > <mailto:haw...@gm...>>: > > ok, I'm getting more into asterisk and the AMI. > > > looking at: > > https://github.com/srt/asterisk-java/blob/master/examples/ExampleCallIn.java > > > that's a good way automating test of asterisk? > > > > > thanks, > > Thufir > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel > Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your > hub for all > things parallel software development, from weekly thought > leadership blogs to > news, videos, case studies, tutorials and more. Take a look and > join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |
From: Zoumana T. <zou...@gm...> - 2015-03-27 14:54:28
|
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 fallback inside a extension 1300 inside your dial-plan. This will probably help out, else if you got some problems please post back so people can help you Regards, Zoumana *---* *Zoumana TRAORE* 2015-03-27 15:43 GMT+01:00 thufir <haw...@gm...>: > 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 asterisk," at > least. As soon as I read that I connected that with java asterisk. I > hadn't realized at all how the library works, I've just been buried > configuration of Asterisk itself. > > I can manually dial extensions, ext 201 dials ext 202, for example. I'd > like to script that with the AMI, or, even better, this library. > Admittedly, I haven't put any work into that at all, just thinking out > loud. > > > -Thufir > > > On 2015-03-26 01:28 AM, Zoumana TRAORE wrote: > > 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 <haw...@gm... > > <mailto:haw...@gm...>>: > > > > ok, I'm getting more into asterisk and the AMI. > > > > > > looking at: > > > > > https://github.com/srt/asterisk-java/blob/master/examples/ExampleCallIn.java > > > > > > that's a good way automating test of asterisk? > > > > > > > > > > thanks, > > > > Thufir > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel > > Website, sponsored > > by Intel and developed in partnership with Slashdot Media, is your > > hub for all > > things parallel software development, from weekly thought > > leadership blogs to > > news, videos, case studies, tutorials and more. Take a look and > > join the > > conversation now. http://goparallel.sourceforge.net/ > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > <mailto:Ast...@li...> > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > > > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > > by Intel and developed in partnership with Slashdot Media, is your hub > for all > > things parallel software development, from weekly thought leadership > blogs to > > news, videos, case studies, tutorials and more. Take a look and join the > > conversation now. http://goparallel.sourceforge.net/ > > > > > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: thufir <haw...@gm...> - 2015-03-27 15:04:11
|
something like: https://github.com/srt/asterisk-java/blob/master/examples/ExampleCallIn.java except that's with AGI? And outbound. -Thufir |
From: Zoumana T. <zou...@gm...> - 2015-03-27 15:15:34
|
I don't think you can actually trigger outgoing call by AGI. You need AMI Le 27 mars 2015 16:04, "thufir" <haw...@gm...> a écrit : > 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, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: Thufir <haw...@gm...> - 2015-04-02 00:57:30
|
"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, effectively, the same. I need to read up on this. My inclination, without knowing how they work, is to use the AMI. -Thufir On Fri, Mar 27, 2015 at 8:15 AM, Zoumana TRAORE <zou...@gm...> wrote: > I don't think you can actually trigger outgoing call by AGI. > > You need AMI > Le 27 mars 2015 16:04, "thufir" <haw...@gm...> a écrit : > >> 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, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub >> for all >> things parallel software development, from weekly thought leadership >> blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> Asterisk-java-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >> > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |