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 #292 from Metaswitch/indent_bullet_points
Browse files Browse the repository at this point in the history
Changing indentation
  • Loading branch information
KristaHyer committed Nov 17, 2017
2 parents df6d622 + 531c669 commit bb36485
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Making_your_first_call.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ 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 the following at your client.

* Outbound Proxy
* Outbound Proxy address: `<aio-identity>`
* Port: 5060 (or 8060 if installed in VirtualBox)
* 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

0 comments on commit bb36485

Please sign in to comment.