You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/docs/pages/get-started/carriers.mdx
+59-31Lines changed: 59 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,18 @@ by creating a "Carrier" in jambonz.
28
28
## First step: authentication
29
29
30
30
A big part of establishling a two-way SIP trunk is agreeing on how each side will authenticate the other.
31
-
There are generally two ways to do this:
32
-
1. IP whitelisting
33
-
2. user/pasword authentication
31
+
Jambonz supports three alternative methods for this:
32
+
1. IP whitelisting; we call this an "IP trunk"
33
+
2. The remote side authenticates to us with a username and password we give them; we call this an "Auth trunk"
34
+
3. We authenticate to the remote side with a username and password they give us; we call this a "Registration trunk"
34
35
35
-
### IP whitelisting
36
+
### IP trunks
36
37
37
-
This approach is quite simple. Basically, you exchange information about IP addresses with whoever is managing the
38
-
remote side of the connection: you tell them the IPs your SIP signaling will be coming from, and they respond in kind.
38
+
This approach is the most commonly used and quite simple. When your SIP trunking provider support IP whitelisting (sometimes referred to as "static IPs")
39
+
this is the preferred approach.
40
+
41
+
Basically, you exchange information about IP addresses with whoever is managing the
42
+
remote side of the connection: you tell them the IPs your SIP signaling will be coming from, and they tell you their SIP signaling IPs.
39
43
40
44
You can find your IP addresses quite easily in the jambonz portal. When you click to add a Carrier you can see the jambonz SIP
41
45
signaling IPs by expanding the "Have your carriers whitelist our SIP signaling IPs" dropdown.
@@ -47,53 +51,77 @@ signaling IPs by expanding the "Have your carriers whitelist our SIP signaling I
47
51
That gives you the IP addresses that you need to communicate to your carrier; or, if they provide a self-service
48
52
portal (or you are managing the remote side yourself), you configure those IPs yourself on the remote end.
49
53
50
-
Next, you need to learn from them the SIP signaling IPs that they will sending you traffic from. These need
54
+
Next, you need to learn from them the SIP signaling IPs that they will sending you traffic from, and those IPs they
55
+
want you to send traffic to; we call these respectively the "inbound" and "outbound" gateways. These need
51
56
to be static IPs that are well-known and generally don't change over time. Many carriers will post these IP
0 commit comments