[asterisk-users] FOSDEM

2018-01-16 Thread Matt Fredrickson
Hey All, For any interested in potentially meeting up to talk about Asterisk and other fun things, Ben Ford from Digium's Asterisk development team and myself will be in Brussels for FOSDEM Feb 3-4. I hope to see many of you there! -- Matthew Fredrickson Digium, Inc. | Engineering Manager 445 J

Re: [asterisk-users] remote Asterisk console

2018-01-16 Thread Khalil Khamlichi
true, here is how to do it https://blog.russellbryant.net/2008/01/30/asterisk-16-features-tls-for-manager-ami-and-http/ On Tue, Jan 16, 2018 at 5:27 PM, Antony Stone wrote: > On Tuesday 16 January 2018 at 18:19:30, Paul Neuwirth wrote: > >> On Tue, 16 Jan 2018 18:18:18 +0200 Tzafrir Cohen wrote:

Re: [asterisk-users] remote Asterisk console

2018-01-16 Thread Antony Stone
On Tuesday 16 January 2018 at 18:19:30, Paul Neuwirth wrote: > On Tue, 16 Jan 2018 18:18:18 +0200 Tzafrir Cohen wrote: > > > Anyway, as mentioned before: you should probably use AMI. > > Thank you both. That was (most likely) what I was looking for - but > still some worries about sending plainte

Re: [asterisk-users] remote Asterisk console

2018-01-16 Thread Paul Neuwirth
On Tue, 16 Jan 2018 18:18:18 +0200 Tzafrir Cohen wrote: > On Tue, Jan 16, 2018 at 11:05:01AM +0100, Paul Neuwirth wrote: > > Hello group, > > > > what is the preferred method to connect to asterisk cli over > > network? I need to run asterisk cli commands remotely. > > As others have mentione

Re: [asterisk-users] remote Asterisk console

2018-01-16 Thread Tzafrir Cohen
On Tue, Jan 16, 2018 at 11:05:01AM +0100, Paul Neuwirth wrote: > Hello group, > > what is the preferred method to connect to asterisk cli over network? I > need to run asterisk cli commands remotely. As others have mentioned: the manager interface is normally better for running over network. The

Re: [asterisk-users] remote Asterisk console

2018-01-16 Thread Khalil Khamlichi
Hi, The easiest way would be to use asterisk manager interface (some simple steps to activate it on asterisk are easily found in the docs) https://wiki.asterisk.org/wiki/display/AST/AMI+Examples Now you will need a good python library to make it even easier https://pypi.python.org/pypi/asterisk-a

Re: [asterisk-users] how do i enable call features??

2018-01-16 Thread Atux Atux
at the moment i have in each extension in sip.conf the call-limit=2. Everytime someone calls that extension and that extension is busy, there is not any notification: - to the extension that there is a second call -to the calling party that this extension is on call. So the calling can either wait

[asterisk-users] remote Asterisk console

2018-01-16 Thread Paul Neuwirth
Hello group, what is the preferred method to connect to asterisk cli over network? I need to run asterisk cli commands remotely. Sharing the unix socket through NFS, if that's working? Or any other approaches, despite using SSH or rlogin, rsh. Thank you Paul --