From 1cf16a26448b011d917036835c316d4d471514f4 Mon Sep 17 00:00:00 2001 From: Pedro Sanders Date: Sun, 14 Mar 2021 12:41:42 -0400 Subject: [PATCH 1/3] Update gateways.md --- docs/configuration/gateways.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/gateways.md b/docs/configuration/gateways.md index 9fa596030..5ffd2bb6d 100644 --- a/docs/configuration/gateways.md +++ b/docs/configuration/gateways.md @@ -48,5 +48,5 @@ For static IP authentication be sure to properly configure the `spec.externAddr` spec: host: sip2.provider.com port: 5080 - transport: udp + transport: tcp ``` From 8f3d92522a1b3b6530239623b2e693f6c0054ba5 Mon Sep 17 00:00:00 2001 From: Pedro Sanders Date: Sun, 14 Mar 2021 12:59:14 -0400 Subject: [PATCH 2/3] Update concepts.md --- docs/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts.md b/docs/concepts.md index 0d2cdb4b4..2dd89f3fe 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -13,7 +13,7 @@ A multinational company like _Walmart_ have thousands of stores that operate ind
-Yes, you can have double Agents, or Agents that exist in a multi-domain setup. All you need to do is include the Domain in the Agent's `spec.domain[*]` list. In the example before, John can send or receive calls from both domains, while the rest of the Agents are only allowed to call within the Domain. +Yes, you can have double Agents, or Agents that exist in a multi-domain setup. For this to work, you need to do is include the Domain in the Agent's `spec.domain[*]` list. In the example before, John can send or receive calls from both domains, while the rest of the Agents are only allowed to call within the Domain. ### Single Domain Example From d66ee2499480bf8837103da2320f86046e85c806 Mon Sep 17 00:00:00 2001 From: Pedro Sanders Date: Sun, 14 Mar 2021 13:03:01 -0400 Subject: [PATCH 3/3] Update index.html --- docs/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 9b178cd7e..374958f1a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,6 @@ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', 'UA-71722942-3');