Toolpack:Creating a SIP Stack SBC A

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(List of Parameters)
 
(9 intermediate revisions by 3 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.0, 3.1
 +
|}
 
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 8: Line 17:
 
1- Click '''SIP''' in the navigation panel
 
1- Click '''SIP''' in the navigation panel
  
  Allyn: Screenshot here
+
[[Image:SIP_NavigationMenu.png]]
  
  
 
2- Click '''Create New Sip'''
 
2- Click '''Create New Sip'''
  
  Allyn: Screenshot here
+
[[Image:Create_New_SIP.png]]
  Allyn: For the screenshot make sure you have selected "HOST" in the Unit drop box.
+
  
  
Line 23: Line 31:
 
* Click '''Create'''
 
* Click '''Create'''
  
  Allyn: Screenshot here
+
[[Image:Create_New_SIP1.png]]
  
  
 
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 52: Line 59:
 
* [[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]]
 +
 +
|}
 +
</div>
 +
 +
<br>
 +
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="Advanced" data-expandtext="Advanced" style="width: 400px;">
 +
{| class="wikitable"
 +
|-
 +
* [[Parameter: Advanced Transport Servers configuration|Advanced Transport Servers configuration]]
 +
|}
 +
</div>
 +
<br>
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="Timers" data-expandtext="Timers" style="width: 400px;">
 +
{| class="wikitable"
 +
|-
 +
* [[Parameter: T1 Timer|T1 Timer]]
 +
* [[Parameter: T2 Timer|T2 Timer]]
 +
* [[Parameter: T4 Timer|T4 Timer]]
 +
* [[Parameter: Default Register Expires|Default Register Expires]]
 +
* [[Parameter: Default Invite Expires|Default Invite Expires]]
 +
 +
|}
 +
</div>
 +
 +
<br>
 +
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="Header Parameters" data-expandtext="Header Parameters" style="width: 400px;">
 +
{| class="wikitable"
 +
|-
 +
* [[Parameter: User-Agent|User-Agent]]
 +
* [[Parameter: Domain Name|Domain Name]]
 +
* [[Parameter: Subject|Subject]]
 +
* [[Parameter: Organization|Organization]]
 +
* [[Parameter: Provisional Response Type|Provisional Response Type]]
 +
* [[Parameter: Use Fqdn Contact|Use Fqdn Contact]]
 +
* [[Parameter: Add rPort|Add rPort]]
 +
* [[Parameter: Always Send 100|Always Send 100]]
 +
* [[Parameter: Use Compact Hdr|Use Compact Hdr]]
 +
* [[Parameter: Allow Recurse|Allow Recurse]]
 +
* [[Parameter: Insert Date|Insert Date]]
 +
* [[Parameter: Insert Supported|Insert Supported]]
 +
* [[Parameter: Insert Allow|Insert Allow]]
 +
* [[Parameter: Insert Expires|Insert Expires]]
 +
* [[Parameter: Insert Accept|Insert Accept]]
 +
* [[Parameter: Insert Timestamp|Insert Timestamp]]
 +
* [[Parameter: Max Forward|Max Forward]]
 +
 +
|}
 +
</div>
 +
 +
<br>
 +
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="DNS Parameters" data-expandtext="DNS Parameters" style="width: 400px;">
 +
{| class="wikitable"
 +
|-
 +
* [[Parameter: Enabled|Enabled]]
 +
* [[Parameter: Use Cache|Use Cache]]
 +
* [[Parameter: Use Enum|Use Enum]]
 +
* [[Parameter: Cache Expire Time|Cache Expire Time]]
 +
* [[Parameter: Query Timer|Query Timer]]
 +
* [[Parameter: Query Retry Count|Query Retry Count]]
 +
* [[Parameter: Server Address|Server Address]]
 +
* [[Parameter: Server DNS Port|Server DNS Port]]
 +
* [[Parameter: Local Port Type|Local Port Type]]
 +
* [[Parameter: Local DNS Port|Local DNS Port]]
 +
* [[Parameter: Local IP Interface|Local IP Interface]]
 +
|}
 +
</div>
 +
 +
<br>
 +
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="Session Timer" data-expandtext="Session Timer" style="width: 400px;">
 +
{| class="wikitable"
 +
|-
 +
* [[Parameter: Use session timer|Use session timer]]
 +
* [[Parameter: Default session timer value|Default session timer value]]
 +
* [[Parameter: Min-SE value|Min-SE value]]
  
 
|}
 
|}
 
</div>
 
</div>

Latest revision as of 09:51, 29 December 2020


This article applies to: Product Version
SBC 3.0, 3.1

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

SIP NavigationMenu.png


2- Click Create New Sip

Create New SIP.png


3- Create the new SIP stack:

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

Create New SIP1.png


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

Create New SIP2.png

List of Parameters







Personal tools