Re: [asterisk-users] remote Asterisk console

2018-01-17 Thread Daniel Tryba
On Tue, Jan 16, 2018 at 06:19:30PM +0100, Paul Neuwirth wrote: > Thank you both. That was (most likely) what I was looking for - but > still some worries about sending plaintext passwords... The AMI interface can use a Challenge-Response mechanisme for logins, if you are this concerned you should

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

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

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

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.

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

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