Toolpack:Creating a SIP Stack SBC A: Difference between revisions
(Added image of new SIP success) |
No edit summary |
||
| (8 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{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 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> | ||
<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
- Support Spiral Calls
- Generate Space After Colon
- Support # and \ in User Info
- ETSI TS 102 027-2 2006 Compliant
- Clear Subscriptions on Call Complete
- Support Quotes in Quoted String
- Support Latin Characters
- Add Angle Brackets Around SIP URI
- Support method UPDATE
- Refuse initial INVITE with To tag
- User-Agent
- Domain Name
- Subject
- Organization
- Provisional Response Type
- Use Fqdn Contact
- Add rPort
- Always Send 100
- Use Compact Hdr
- Allow Recurse
- Insert Date
- Insert Supported
- Insert Allow
- Insert Expires
- Insert Accept
- Insert Timestamp
- Max Forward
- Support Session Recording
- Enabled
- Use Cache
- Use Enum
- Cache Expire Time
- Query Timer
- Query Retry Count
- Server Address
- Server DNS Port
- Local Port Type
- Local DNS Port
- Local IP Interface


