-
Email from @dhousman sent 17th Nov 2020:
![image.png](https://images.zenhubusercontent.com/5cab6cc818447254e461e741/eb9d35e9-44a2-4b49-9a1a-6f5a616b4b42)
Green section is much bigger than expected. …
-
Hi, there.. How are you? I'm using the Oubound-Autoscale-VPN-Attachments CFT. The CFT only ask for TGW-ID, routing table ID and TransitGatewayRouteTablePropagationTag, but is not working for me. I got…
-
```
Before you begin please read the FAQ!
Attention!
Don't post doubles!
Why is it important to find doubles?
Sipdroid is a community project. This is no dropbox for your personal
issue. You need …
-
```
Before you begin please read the FAQ!
Attention!
Don't post doubles!
Why is it important to find doubles?
Sipdroid is a community project. This is no dropbox for your personal
issue. You need …
-
```
All of my rules and outbound rules work fine with http but none works for https.
Some of my rules are:-
^(.*)/control/(.*);(.*)$
$1/$2;$3
^(.*)/control/category/~category_i…
-
```
All of my rules and outbound rules work fine with http but none works for https.
Some of my rules are:-
^(.*)/control/(.*);(.*)$
$1/$2;$3
^(.*)/control/category/~category_i…
-
### What is the issue?
Found on synology DSM 7.1
**Observed behavior:**
To enable outbound connections on synology, [tailscale says](https://tailscale.com/kb/1131/synology#enabling-synology-outbo…
-
this function will lost message or make block if the connection of ovs is closing.
> // Listen for a Shutdown signal or Outbound messages.
func (m *MessageStream) outbound() {
for {
select {
…
-
https://github.com/team-telnyx/devrel/tree/main/go shows examples of sending and receiving messages and faxes.
Getting voice working with peercalls and the telnyx gateway should be possible.
Set…
-
Currently, a websocket client connection is opened and closed for every Dispatch to a inbound websocket JSTP node. The proposal is to optimize by pooling outbound connections and persisting them.