Actions

Modify SIP profile D: Difference between revisions

(Created page with "=== '''''Applies to version(s): v2.9''''' === {{DISPLAYTITLE:Creating MTP2 Links}} Once you have created an MTP2 configuration, you must create the necessary MTP2 links. An MT...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9''''' ===
=== '''''Applies to version v2.9''''' ===  
{{DISPLAYTITLE:Creating MTP2 Links}}
Once you have created an MTP2 configuration, you must create the necessary MTP2 links.
An MTP2 link is used to connect the MTP2 physical layer to a line service carrying SS7 signaling.


To create an MTP2 link:
{{DISPLAYTITLE:Modifying SIP Profile Settings}}
<br>


1- Click '''MTP2''' in the navigation panel.
'''To configure SIP settings, do the following:'''  


[[Image:Mtp2_0_A.png]]
<br>




2- Click '''Create New Mtp2 Link''' in the MTP2 configuration window
1- Click '''SIP''' in the Editing Profile window, to display the customizable options.


[[Image:Create_MTP2_Link_0.png]]
[[Image:ProfilesVoipSip_0.png]]




3- Configure the new MTP2 link:
2- Modify settings as required.
* Click '''Save'''


* Enter a '''name''' for the new link
[[Image:ProfilesVoipSip_1.png]]
* Select a '''connection mode'''
* Select a '''line service'''
* Assign '''timeslots''' to the link
* Select a '''protocol type'''
* Select a '''[[DPC]] length'''
* Select a '''timeslot rate'''
* Select the type of '''Error Correction''' to use.


* Click '''Create'''


[[Image:Create_MTP2_Link_1.png]]
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
 
 
4- Verify that the '''"MTP2 link was successfully created"''' message appears
 
[[Image:Create_MTP2_Link_2.png]]
 
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="RESTFUL provisioning API" data-expandtext="RESTFUL provisioning API" style="width: 400px;">


'''Path'''
'''Path'''
<pre>
<pre>
/configurations/@[configuration_name]/profiles/@[profile_name]
</pre>
</pre>


'''Parameters (text)'''
'''Parameters (text)'''
<pre>
<pre>
/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"
/configurations/@[configuration_name]/profiles/@[profile_name]/voip/sip
detect_180_with_sdp_as_early_media = true
dont_forward_183_progress          = false
dtmf_relay_scheme                  = [ "Relay DTMF according to RFC2833", "Relay DTMF using SIP INFO messages", "Relay DTMF in band" ]
enable_sip_custom_headers          = false
forward_sip_hold_type              = "SS7 Remote Hold/Retrieval"
forward_ss7_cpg_hold_retrieval    = true
forward_ss7_suspend_resume        = true
max_forwards_handling              = "Decrement and forward"
sdp_combining_options              = [ "Use sender's codec order" ]
sdp_generation_options            = [  ]
send_180_with_sdp                  = false
use_isup_oli_format                = false
use_non_ambiguous_from_tag        = false
use_reason_header                  = true
use_strict_routing                = false
user_to_user_encoding              = "Escaped text"
</pre>
</pre>


'''Parameters (json)'''
'''Parameters (json)'''
<pre>
<pre>
{
  "voip" :   
    "sip" : {
      "detect_180_with_sdp_as_early_media" : true,
      "dont_forward_183_progress" : false,
      "dtmf_relay_scheme" : [
        "Relay DTMF according to RFC2833",
        "Relay DTMF using SIP INFO messages",
        "Relay DTMF in band"
      ],
      "enable_sip_custom_headers" : false,
      "forward_sip_hold_type" : "SS7 Remote Hold/Retrieval",
      "forward_ss7_cpg_hold_retrieval" : true,
      "forward_ss7_suspend_resume" : true,
      "max_forwards_handling" : "Decrement and forward",
      "sdp_combining_options" : [
        "Use sender's codec order"
      ],
      "sdp_generation_options" : [
      ],
      "send_180_with_sdp" : false,
      "use_isup_oli_format" : false,
      "use_non_ambiguous_from_tag" : false,
      "use_reason_header" : true,
      "use_strict_routing" : false,
      "user_to_user_encoding" : "Escaped text"
    }
}
</pre>
</pre>
</div>
</div>




<br>
==List of Parameters==
==List of Parameters==
 
SIP
* [[Parameter: Name|Name]]
* [[Parameter: SIP: Use SIP strict routing|Use SIP strict routing]]
* [[Parameter: Connection Mode|Connection Mode]]
* [[Parameter: SIP: Detect 180 with SDP as early media|Detect 180 with SDP as early media]]
* [[Parameter: Line Service|Line Service]]
* [[Parameter: SIP: Send 180 with SDP|Send 180 with SDP]]
* [[Parameter: Timeslots|Timeslots]]
* [[Parameter: SIP: Don't forward 183 progress|Don't forward 183 progress]]
* [[Parameter: Protocol Type|Protocol Type]]
* [[Parameter: SIP: Use non ambiguous From tag|Use non ambiguous From tag]]
* [[Parameter: DPC Length|DPC Length]]
* [[Parameter: SIP: Use reason header|Use reason header]]
* [[Parameter: Timeslot Rate|Timeslot Rate]]
* [[Parameter: SIP: Use isup-oli format|Use isup-oli format]]
* [[Parameter: Error Correction|Error Correction]]
* [[Parameter: SIP: Enable SIP Custom Headers|Enable SIP Custom Headers]]
<br>
* [[Parameter: SIP: Forward SS7 suspend/resume|Forward SS7 suspend/resume]]
<div class="mw-collapsible mw-collapsed" data-collapsetext="Timers" data-expandtext="Timers" style="width: 400px;">
* [[Parameter: SIP: Forward SS7 CPG hold/retrieval|Forward SS7 CPG hold/retrieval]]
{| class="wikitable"
* [[Parameter: SIP: Forward SIP hold type|Forward SIP hold type]]
|-
* [[Parameter: SIP: Max Forwards header handling|Max Forwards header handling]]
* [[Parameter: MTP2 T1 Timer|T1 Timer]]
* [[Parameter: SIP: User-to-User encoding|User-to-User encoding]]
* [[Parameter: MTP2 T2 Timer|T2 Timer]]
* [[Parameter: SIP: SDP generation options|SDP generation options]]
* [[Parameter: MTP2 T3 Timer|T3 Timer]]
* [[Parameter: SIP: SDP combining options|SDP combining options]]
* [[Parameter: MTP2 T5 Timer|T5 Timer]]
* [[Parameter: SIP: Insert custom SIP BYE headers|Insert custom SIP BYE headers]]
* [[Parameter: MTP2 T6 Timer|T6 Timer]]
* [[Parameter: MTP2 T7 Timer|T7 Timer]]
|}
</div>
<br>
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Advanced Parameters" data-expandtext="Advanced Parameters" style="width: 400px;">
{| class="wikitable"
|-
* [[Parameter: Max Outstanding Frames|Max Outstanding Frames]]
* [[Parameter: Max Frame Length|Max Frame Length]]
* [[Parameter: Discard Frame In Congestion|Discard Frame In Congestion]]
* [[Parameter: Signal Unit Error Rate Threshold|Signal Unit Error Rate Threshold]]
* [[Parameter: Align Error Rate Emergency Threshold|Align Error Rate Emergency Threshold]]
* [[Parameter: Max Alignment Attempt|Max Alignment Attempt]]
* [[Parameter: Flow Control Start|Flow Control Start]]
* [[Parameter: Flow Control End|Flow Control End]]
* [[Parameter: Proving Emergency|Proving Emergency]]
* [[Parameter: Normal Proving|Normal Proving]]
* [[Parameter: LSSU Length|LSSU Length]]
* [[Parameter: Alignment Error Rate Normal Threshold|Alignment Error Rate Normal Threshold]]
* [[Parameter: Cyclic Error: Nb of MSUs to retransmit|Cyclic Error: Nb of MSUs to retransmit]]
* [[Parameter: Cyclic Error: Nb of bytes to retransmit|Cyclic Error: Nb of bytes to retransmit]]
|}
</div>
<br>
 
'''Live States'''
* [[Parameter: Datalink state|Datalink state]]

Latest revision as of 14:30, 30 November 2015

Applies to version v2.9


To configure SIP settings, do the following:



1- Click SIP in the Editing Profile window, to display the customizable options.


2- Modify settings as required.

  • Click Save


Path

/configurations/@[configuration_name]/profiles/@[profile_name]

Parameters (text)

/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"

/configurations/@[configuration_name]/profiles/@[profile_name]/voip/sip
detect_180_with_sdp_as_early_media = true
dont_forward_183_progress          = false
dtmf_relay_scheme                  = [ "Relay DTMF according to RFC2833", "Relay DTMF using SIP INFO messages", "Relay DTMF in band" ]
enable_sip_custom_headers          = false
forward_sip_hold_type              = "SS7 Remote Hold/Retrieval"
forward_ss7_cpg_hold_retrieval     = true
forward_ss7_suspend_resume         = true
max_forwards_handling              = "Decrement and forward"
sdp_combining_options              = [ "Use sender's codec order" ]
sdp_generation_options             = [  ]
send_180_with_sdp                  = false
use_isup_oli_format                = false
use_non_ambiguous_from_tag         = false
use_reason_header                  = true
use_strict_routing                 = false
user_to_user_encoding              = "Escaped text"

Parameters (json)

{
  "voip" :    
    "sip" : {
      "detect_180_with_sdp_as_early_media" : true,
      "dont_forward_183_progress" : false,
      "dtmf_relay_scheme" : [
        "Relay DTMF according to RFC2833",
        "Relay DTMF using SIP INFO messages",
        "Relay DTMF in band"
      ],
      "enable_sip_custom_headers" : false,
      "forward_sip_hold_type" : "SS7 Remote Hold/Retrieval",
      "forward_ss7_cpg_hold_retrieval" : true,
      "forward_ss7_suspend_resume" : true,
      "max_forwards_handling" : "Decrement and forward",
      "sdp_combining_options" : [
        "Use sender's codec order"
      ],
      "sdp_generation_options" : [
      ],
      "send_180_with_sdp" : false,
      "use_isup_oli_format" : false,
      "use_non_ambiguous_from_tag" : false,
      "use_reason_header" : true,
      "use_strict_routing" : false,
      "user_to_user_encoding" : "Escaped text"
    }
}


List of Parameters

SIP