Shyju Kanaprath

Results 7 comments of Shyju Kanaprath

> sshfs.exe -f user@host: z: Worked ! Thanks .. set PATH=C:\Program Files\SSHFS-Win\bin sshfs [email protected]:/ Z: & Adding & exit to command prompt again.

> Thanks for the response. > > As I understood the private key doesn't leave Amazon servers in KMS. I only have access to the public key. > > So...

Just added a simple auth and nginx service reload. https://github.com/shyjuk/nginx-ui/

> I will fix this in the next release Hi @donaldzou Great project. I also want to omit DNS entry. Using version v3.0.6

I think it is not working in Windows as expected

Run as asterisk user. ``` sudo su asterisk -s /bin/bash python from pycall import CallFile, Call, Application call = Call('SIP/flowroute/18882223333') action = Application('Playback', 'hello-world') c = CallFile(call, action) c.spool() ```