Actions

Toolpack:Creating a SIP Stack SBC A: Difference between revisions

(Added image of creation of new SIP)
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v3.0''''' ===
{{DISPLAYTITLE:Creating a SIP Stack}}
{{DISPLAYTITLE:Creating a SIP Stack}}
{| class="wikitable"
|-
|rowspan="3"|This article applies to:
|'''Product'''
|'''Version'''
|-
|SBC
|3.1, 3.3
|}
Session Initiation Protocol, more commonly known as [[SIP]], is a signaling protocol for packet-based networks and is commonly used, along with H.323 to provide signaling for Voice over IP (VoIP) communications.  
Session Initiation Protocol, more commonly known as [[SIP]], is a signaling protocol for packet-based networks and is commonly used, along with H.323 to provide signaling for Voice over IP (VoIP) communications.  
You must configure SIP signaling for your system. The first step in doing so is to create a SIP stack:
You must configure SIP signaling for your system. The first step in doing so is to create a SIP stack:
Line 27: Line 36:
4- Verify that the '''"SipCfg was successfully created"''' message appears
4- Verify that the '''"SipCfg was successfully created"''' message appears


  Allyn: Screenshot here
[[Image:Create_New_SIP2.png]]


==List of Parameters==
==List of Parameters==
Line 38: Line 47:


<div class="mw-collapsible mw-collapsed" data-collapsetext="Quirks" data-expandtext="Quirks" style="width: 400px;">
<div class="mw-collapsible mw-collapsed" data-collapsetext="Quirks" data-expandtext="Quirks" style="width: 400px;">
<br>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 50: Line 60:
* [[Parameter: Support method UPDATE|Support method UPDATE]]
* [[Parameter: Support method UPDATE|Support method UPDATE]]
* [[Parameter: Refuse initial INVITE with To tag|Refuse initial INVITE with To tag]]
* [[Parameter: Refuse initial INVITE with To tag|Refuse initial INVITE with To tag]]


|}
|}
Line 56: Line 67:
<br>
<br>


'''Advanced'''
<div class="mw-collapsible mw-collapsed" data-collapsetext="Advanced" data-expandtext="Advanced" style="width: 400px;">
<br>
{| class="wikitable"
|-
* [[Parameter: Advanced Transport Servers configuration|Advanced Transport Servers configuration]]
* [[Parameter: Advanced Transport Servers configuration|Advanced Transport Servers configuration]]
 
|}
</div>
<br>
<br>
<div class="mw-collapsible mw-collapsed" data-collapsetext="Timers" data-expandtext="Timers" style="width: 400px;">
<div class="mw-collapsible mw-collapsed" data-collapsetext="Timers" data-expandtext="Timers" style="width: 400px;">
<br>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 76: Line 91:


<div class="mw-collapsible mw-collapsed" data-collapsetext="Header Parameters" data-expandtext="Header Parameters" style="width: 400px;">
<div class="mw-collapsible mw-collapsed" data-collapsetext="Header Parameters" data-expandtext="Header Parameters" style="width: 400px;">
<br>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 95: Line 111:
* [[Parameter: Insert Timestamp|Insert Timestamp]]
* [[Parameter: Insert Timestamp|Insert Timestamp]]
* [[Parameter: Max Forward|Max Forward]]
* [[Parameter: Max Forward|Max Forward]]
* [[Parameter: Support Session Recording|Support Session Recording]]


|}
|}
Line 102: Line 119:


<div class="mw-collapsible mw-collapsed" data-collapsetext="DNS Parameters" data-expandtext="DNS Parameters" style="width: 400px;">
<div class="mw-collapsible mw-collapsed" data-collapsetext="DNS Parameters" data-expandtext="DNS Parameters" style="width: 400px;">
<br>
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 121: Line 139:


<div class="mw-collapsible mw-collapsed" data-collapsetext="Session Timer" data-expandtext="Session Timer" style="width: 400px;">
<div class="mw-collapsible mw-collapsed" data-collapsetext="Session Timer" data-expandtext="Session Timer" style="width: 400px;">
<br>
{| class="wikitable"
{| class="wikitable"
|-
|-

Latest revision as of 12:43, 22 June 2024


This article applies to: Product Version
SBC 3.1, 3.3

Session Initiation Protocol, more commonly known as SIP, is a signaling protocol for packet-based networks and is commonly used, along with H.323 to provide signaling for Voice over IP (VoIP) communications. You must configure SIP signaling for your system. The first step in doing so is to create a SIP stack:


1- Click SIP in the navigation panel


2- Click Create New Sip


3- Create the new SIP stack:

  • Verify that the box labeled Enabled is checked
  • Enter a name for the stack
  • Click Create


4- Verify that the "SipCfg was successfully created" message appears

List of Parameters