Re: [Asterisk-java-users] Question about Asterisk Java API

2015-11-25 Thread Zoumana TRAORE
in/java/com/africasys/oss/asterisk/jmsconnector/asterisk/AsteriskManager.java Regards, Zoumana *---* *Zoumana TRAORE* 2015-11-25 10:52 GMT+01:00 : > Hello, > > I am new so I want to know more about Asterisk Java, does it support for > Asterisk 12? > > What are his functions? >

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Zoumana TRAORE
+1 on package naming try with agi_parsing.HelloAgiScript as suggested by Yves networking seems to be fine as your server is getting the request to serve the AGI *---* *Zoumana TRAORE* 2015-11-13 11:25 GMT+01:00 Yves : > Hi, > > Are your HelloAGIScript(2)-Classes defined in a package

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Zoumana TRAORE
Please share your mapping file content and the screenshot of your eclipse project classpath Regards *---* *Zoumana TRAORE* 2015-11-13 9:45 GMT+01:00 Abdul Basit : > > Hi > > I am facing this issue ""SEVERE: No script configured for URL 'agi:// > 10.168.30.1/h

Re: [Asterisk-java-users] Remove my account

2015-11-12 Thread Zoumana TRAORE
Hello, I think that you have to unsubscribe by yourself at https://lists.sourceforge.net/lists/listinfo/asterisk-java-users Regards *---* *Zoumana TRAORE* 2015-11-12 10:59 GMT+01:00 Oscar Alvarez : > Hi, > > Can you remove my acount from the mail list? > > Thx > > Re

Re: [Asterisk-java-users] DefaultAsteriskServer goes to Hollywood

2015-11-12 Thread Zoumana TRAORE
()); } And you fire the PingThread for instance at your app boot-up if(pingThread != null && !pingThread.isAlive()){ pingThread.start(); } Regards, *---* *Zoumana TRAORE* 2015-11-12 10:28 GMT+01:00 Yves : > Hi Alessio, > > as my glassbowl is currently under repair, I

Re: [Asterisk-java-users] hello world

2015-04-20 Thread Zoumana TRAORE
ody will read all your email to then understand your problem) Regards, Zoumana *---* *Zoumana TRAORE* 2015-04-20 21:52 GMT+02:00 thufir : > First go at this as so: > > thufir@dur:~/NetBeansProjects/HelloAsterisk/src$ > thufir@dur:~/NetBeansProjects/HelloAsterisk/src$ javac -cp

Re: [Asterisk-java-users] Asterisk-Java 1.0 release et al

2015-04-14 Thread Zoumana TRAORE
Hi everybody, Great news. Same as Yves i will be glad to help as much i can. Regards, Zoumana *---* *Zoumana TRAORE* 2015-04-14 14:02 GMT+02:00 Yves : > Hi Brett, > > sounds great. Currently I am in holidays, but I´d like to contribute and > help as much as I can. > Don´t

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 Zoumana TRAORE
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 : > Way down the road, this looks interesting: >

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. >

Re: [Asterisk-java-users] Sip Client Register/Unregister Handler

2015-03-05 Thread Zoumana TRAORE
ead.sleep(6); Regards, Zoumana *---* *Zoumana TRAORE* 2015-03-05 15:21 GMT+01:00 Paata Lominadze : > hello team, > > I'm very newbie on this technologies. > I think this is great project. > > I want to handle sip client register/unregister event. > Is ther