Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #290 from Metaswitch/first_call_dns
Browse files Browse the repository at this point in the history
Configure client to to resolve DNS for aio
  • Loading branch information
Ying-metaswitch committed Nov 16, 2017
2 parents 04114bb + ae9d8b2 commit 325617a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
16 changes: 9 additions & 7 deletions docs/Making_your_first_call.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,20 @@ Client configuration methods vary by client, but the following information shoul
* Authorization Name: `<username>@<domain>`
* Transport: `TCP`
* STUN/TURN/ICE:
- Enabled: `true`
- Server: `<domain>` (or `<aio-identity>` on an All-in-One node)
- Username: `<username>@<domain>`
- Password: `<password>`
* Enabled: `true`
* Server: `<domain>` (or `<aio-identity>` on an All-in-One node)
* Username: `<username>@<domain>`
* Password: `<password>`
* Use rport: `true` (this is required if your SIP client is behind a NAT when contacting your deployment).

*Extra configuration to use an All-in-One node*

If you are using an All-in-One node, you will also need to configure an outbound proxy at your client.
If you are using an All-in-One node, you will also need to configure the following at your client.

* Outbound Proxy address: `<aio-identity>`
* Port: 5060 (or 8060 if installed in VirtualBox)
* Outbound Proxy
* Outbound Proxy address: `<aio-identity>`
* Port: 5060 (or 8060 if installed in VirtualBox)
* DNS record for `<aio-identity>`

Once these settings have been applied, your client will register with Clearwater. Note that X-Lite may need to be restarted before it will set up a STUN connection.

Expand Down
6 changes: 4 additions & 2 deletions docs/Provisioning_Subscribers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ positional arguments:
<directory-number>[..<directory-number>]
<domain>
<password>
The public id will be sip:<directory-number>@domain.
optional arguments:
-h, --help show this help message and exit
Expand All @@ -42,12 +43,13 @@ optional arguments:

## Update users

Existing users' passwords can be updated with the `cw-update_user` tool.
Existing users can be updated with the `cw-update_user` tool.

```
usage: update_user.py [-h] [-k] [-q] [--hsprov IP:PORT] [--plaintext]
[--ifc iFC-FILE] [--prefix TWIN_PREFIX]
[--password PASSWORD]
<directory-number>[..<directory-number>] <domain>
<password>
Update user
Expand Down

0 comments on commit 325617a

Please sign in to comment.