Moonlit Knight

Results 21 comments of Moonlit Knight

I've got to a situation where I have one working configuration, and one failing configuration, ostensibly using the same code. In both cases I have the `transport=udp` in place and...

Here are the three tests. 1. All components on my dev lan. Redundant `transport=udp` in place. Result is good - B leg receives the CANCEL https://pastebin.com/enneYnmZ 2. drachtio and d-srf...

I confirm that nowhere in my code do I set `transport=ws`. My client uses JsSIP to place the call with this line ``` ua.call("[email protected]", {mediaConstraints:{audio:true, video:true}, iceServers:{"urls": ["stun:stun.l.google.com:19302"]}})` ```

Here is the debug log https://pastebin.com/EWQ7gCHx To confirm, when I say "nowhere in my code" I mean neither server nor client. My server code is your simple B2BUA template in...

I can categorically confirm that `transport=ws` (or any permutation of that) does not appear anywhere in my code (client or server). My latest client code is 4 comments up and...

``` srf.invite(regMiddleware, (req, res) => { let callsInProgress = {}; const dest = parseUri(req.uri).user; if (dest && users.has(dest)) { const user = users.get(dest); let endpoint_aor; const b2buaPromises = []; for...

same here. All IDs double checked, tried Lamdas in US East and EU West, Lambdas tested working, but never called by the skill.

@Kasuhikdas yes I tried that

Just a thought, could you use the `flutter_lookup_cmd = nil, -- example "dirname $(which flutter)" or "asdf where flutter"` configuration option to do what you're looking for. This could reference...

To add my notes... Idle Logseq 0.10.0 (no plugins) on Ubuntu uses 25% CPU when the app window is maximised. This is not acceptable. NB. The CPU drops to 0%...