archekb

Results 10 comments of archekb

Client for testing: https://xonic-ui.netlify.app This client can be use by any server, if in the end of share URL will add server address as ex.: https://xonic-ui.netlify.app/s/99PFp3gRra?srv=https://localhost:8081

Hi! I use commit 2bd3fc2cc31562826c8341c5584fe26def9ca808 of https://github.com/wdoekes/asterisk-chan-dongle, and try send sms to short code: > asterisk*CLI> dongle sms gsm912xxxxxxx 3620 Z4088924\*78995 > [gsm912xxxxxxx] SMS queued for send > [Jan 29...

the same problem https://github.com/wdoekes/asterisk-chan-dongle/issues/84#issuecomment-769634173

And if you will do this, change the Queue from Vuex to Pinia, I think it will be better. I suppose we do not need two storages here.

I try gapeless player on iphone, for test controls on the lock screen and playing stopped when I push the power button (have no controls on lock screen). I test...

I was a little bit wrong, controls are works on iphone, if it open on browser window, but not works for preview (as in telegram or watsapp etc.). I found...

+1 It's true, if i use only `imsi`, after unplug and plug dongle again, chan dongle can't connect to dongle and shows: > asterisk*CLI> dongle show devices > ID Group...

I tried the same operation with fusion s3fs connected as local folder, the result are more worst, about 57 minutes for get the listing. I found project [sftpgo](https://github.com/drakkan/sftpgo/tree/main/internal/webdavd), which support...

Hi, @cdujeu , thanks for your reply. > heavily depends on the DAV client In all cases I used curl for getting listing, the conditions was equal s3 store and...

Correct config NginX proxy for WebDAV: ``` location /dav/ { proxy_buffering off; proxy_request_buffering off; proxy_pass_request_headers on; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Host...