[asterisk-app-dev] Fwd: Asterisk Call Control

Marin Odrljin marin at maxcom.hr
Thu Sep 7 04:36:35 CDT 2017


Hi Arne,

 

Try Asterisk ARI interface. We are using it lately and we are quite happy with it. A long time ago we have tried AGI and AMI but we have concluded that it was not worth to spend too much time on it because we couldn’t achieve all what we wanted.

 

I hope ARI will continue to develop because it is correct way how APIs should look like. Unfortunately there are still a lot of bugs related with Asterisk and ARI itself which are not being fixed for a long time, but you can always do some kind of workaround to prevent it or just try some other version of Asterisk. I recommend Asterisk 13 for ARI because I have discovered a memory leak problem in Asterisk 14 and ARI: https://issues.asterisk.org/jira/browse/ASTERISK-27067 . I really don’t understand why such an obvious bug is not resolved till now. There are also other ARI bugs issued by me on Asterisk tracker site.

 

Good luck.

Marin

 

 

From: asterisk-app-dev-bounces at lists.digium.com [mailto:asterisk-app-dev-bounces at lists.digium.com] On Behalf Of Arne Herbots
Sent: Wednesday, September 06, 2017 4:25 PM
To: asterisk-app-dev at lists.digium.com
Subject: [asterisk-app-dev] Fwd: Asterisk Call Control

 

 

 

Hello everyone,

 

We are creating a setup/framework to test pbx's from several vendor (one of them being Asterisk).

 

Let me just sketch what we have now and what issues we are having at the moment.

We started with programming everything for Cisco (CUCM) using jtapi which works.

We can tell the pbx to set up calls, put calls on hond, extend calls,... everything works perfectly so far..

 

After that we started working on the same for Asterisk. Since we read that Astrisk works with jtapi we were hoping for a smooth development. But apparently the version of Asterisk we need to test doesn't work with jtapi.

 

After some searching we started using Asterisk-Java. But this gives some problems also(or we are doing it wrong...).

We used the Dail-example and after some corrections we were able to do some stuff. 

We have a set-up with 2 Zoiper phones and try to make the pbx setup a call between these two using the following line of code.

DialActivity dial = pbx.dial(from, fromCallerID, to, toCallerID);

At first we thought we finally did it, we saw on one of the phones that we were being called. But problem was that this phone is the phone that should make the call, not get called. The call it receives is from the 'to' number but on the second phone nothing happens there is no call to be seen there...

We should be able to control who hangs up the phone, in some cases it is the called party and others the calling party

 

If anyone has any idea where we went wrong or how we are supposed to do it, could you please help us out? 

 

 


Arne Herbots


IT Consultant

	

 <tel:+32+4+75+38+24+53> +32 4 75 38 24 53


 <mailto:arne.herbots at devoteam.com> arne.herbots at devoteam.com

	



 <https://www.linkedin.com/company/devoteam> 

 <https://plus.google.com/+Devoteam-group> 

 <https://twitter.com/devoteam> 


 <http://www.devoteam.com/> 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20170907/a3f3bf41/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 782 bytes
Desc: not available
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20170907/a3f3bf41/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 338 bytes
Desc: not available
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20170907/a3f3bf41/attachment-0001.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 446 bytes
Desc: not available
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20170907/a3f3bf41/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 596 bytes
Desc: not available
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20170907/a3f3bf41/attachment-0003.jpg>


More information about the asterisk-app-dev mailing list