Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fonoster/routr
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 14, 2021
2 parents 7901689 + d66ee24 commit 5e4fc29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A multinational company like _Walmart_ have thousands of stores that operate ind
<img src="https://raw.githubusercontent.com/wiki/fonoster/routr/images/double_agent.png" width=400 style="margin-bottom: 50px">
<br>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-71722942-3');
</script>

Expand Down

0 comments on commit 5e4fc29

Please sign in to comment.