Re: [asterisk-users] ARI libraries?

2019-07-21 Thread Tony Mountifield
In article , Jean-Denis Girard wrote: > Le 20/07/2019 à 12:21, Tony Mountifield a écrit : > > What is the bug with channel variables? Do you have a fix for it? > > Channels variables caused an error, my fix is in aioswagger11/client.py > (line 80) : > elif param['paramType']

Re: [asterisk-users] ARI libraries?

2019-07-20 Thread Jean-Denis Girard
Le 20/07/2019 à 12:21, Tony Mountifield a écrit : > What is the bug with channel variables? Do you have a fix for it? Channels variables caused an error, my fix is in aioswagger11/client.py (line 80) : elif param['paramType'] == 'body':

Re: [asterisk-users] ARI libraries?

2019-07-20 Thread Tony Mountifield
In article <301a2e78-d490-3805-e30f-41b668aac...@sysnux.pf>, Jean-Denis Girard wrote: > > Hi Tony, > > Le 20/07/2019 à 06:29, Tony Mountifield a écrit : > > Are there any other languages/libraries I should be considering? > > Same here, after years of AGI / AMI, I recently made my first

Re: [asterisk-users] ARI libraries?

2019-07-20 Thread Jean-Denis Girard
Hi Tony, Le 20/07/2019 à 06:29, Tony Mountifield a écrit : > Are there any other languages/libraries I should be considering? Same here, after years of AGI / AMI, I recently made my first project using ARI on Asterisk-16. I love Python, and was disappointed to find that Python ARI looks

[asterisk-users] ARI libraries?

2019-07-20 Thread Tony Mountifield
Up till now, I have only used Asterisk versions 1.2, 10 and 11, on CentOS 4, 5 and 6, and have made extensive use of AMI and FastAGI connections to a multi-threaded backend written in C. For a new project, I am looking at trying Asterisk 16 with ARI, on CentOS 7. I was looking at the various ARI