Actions

FreeSBC:SIP Trunking: Difference between revisions

No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:ProSBC: SIP Trunking}}
== SIP Trunking ==  
== SIP Trunking ==  


Line 16: Line 18:
== Typical SIP Trunking Sample ==
== Typical SIP Trunking Sample ==


[[Image:FreeSBC_Sip_Trunking.jpg|800px| ]]
[[Image:FreeSBC_Sip_Trunking_new.png|800px| ]]


==  Features of the FreeSBC ==
==  Features of the ProSBC ==
*Back-to-back user agent (B2BUA)
*Back-to-back user agent (B2BUA)
*DOS/DDOS protection, dynamic blacklisting and call access control
*DOS/DDOS protection, dynamic blacklisting, and call access control
*Easy to deploy, operate and manage through various interfaces including a RESTful API
*Easy to deploy, operate and manage through various interfaces including a RESTful API
*Integrated network troubleshooting tools (traces, media/signaling recording, test call generation, etc)
*Integrated network troubleshooting tools (traces, media/signaling recording, test call generation, etc)
Line 26: Line 28:
*Media transcoding
*Media transcoding
*Flexible and extensive routing with SIP headers modification capabilities  
*Flexible and extensive routing with SIP headers modification capabilities  
*Fit to install on virtual machines, clouds, baremetal servers or TelcoBriges' hardware.
*Fit to install on virtual machines, clouds, bare-metal servers, or TelcoBriges' hardware.


== Configuration ==
== Configuration ==


*[[FreeSBC:SIP Trunking:Configuration_A|SIP Trunking Configuration Instruction]]
*[[FreeSBC:SIP Trunking:Configuration_A|SIP Trunking Configuration Instruction]]
*[[FreeSBC Configuration Files:SIP Trunking|SIP Trunking Sample Configuration File]]
*[[Configuring SIP Registration to SIP Proxy|SIP Trunk with Registration]]
==Troubleshooting==
{| cellpadding="5" border="1" class="wikitable"
|-
! width="200" style="background: rgb(239, 239, 239) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" | Call Trace
! width="200" style="background: rgb(239, 239, 239) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" | Test Call
! width="200" style="background: rgb(239, 239, 239) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" | TBReport
! width="200" style="background: rgb(239, 239, 239) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" | Advanced Troubleshooting of ProSBC
|-
| valign="top" |
*[[Toolpack:Configuring_Call_Trace_D|Configure call trace]]
*[[Toolpack:Retrieving_Call_Trace_C|Retrieve call trace]]
| valign="top" |
*[[Creating_A_Test_Call_B|Creating a Test Call]]
| valign="top" |
*[[TBReport|Capture a report of the system]]
| valign="top" |
*[[FreeSBC_Troubleshooting|Advanced Troubleshooting of ProSBC]]
|}


== References  ==
== References  ==


*[https://sbc.telcobridges.com/#PDF FreeSBC Datasheet]
*[https://sbc.telcobridges.com/#PDF ProSBC Datasheet]
*[https://en.wikipedia.org/wiki/SIP_trunking Wikipedia SIP Trunking]
*[https://en.wikipedia.org/wiki/SIP_trunking Wikipedia SIP Trunking]

Latest revision as of 06:46, 9 May 2022


SIP Trunking

A SIP Trunk provides the same service you get from a traditional phone lines. The difference is, instead of being a physical wire, a SIP Trunk is a “virtual” line which is provided by a SIP trunk provider delivered over IP using the SIP protocol.

Benefits of SIP Trunking

  • Lower circuit costs
  • Lower PSTN origination/termination fees
  • Better customer service
  • Move offices and keep the same number
  • Flexibility
  • Scalability
  • Reliability


Typical SIP Trunking Sample

Features of the ProSBC

  • Back-to-back user agent (B2BUA)
  • DOS/DDOS protection, dynamic blacklisting, and call access control
  • Easy to deploy, operate and manage through various interfaces including a RESTful API
  • Integrated network troubleshooting tools (traces, media/signaling recording, test call generation, etc)
  • Up to 60,000 simultaneous signaling and media sessions
  • Media transcoding
  • Flexible and extensive routing with SIP headers modification capabilities
  • Fit to install on virtual machines, clouds, bare-metal servers, or TelcoBriges' hardware.

Configuration

Troubleshooting

Call Trace Test Call TBReport Advanced Troubleshooting of ProSBC


References