NSE

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(add call flow)
m (needs revising edit)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
NSE (Named Signaling Events) is a proprietary protocol to switch from voice to passthrough for fax/modem communication, without involving SIP. It uses a proprietary event, based on NTE (Named Telephone Events). NTE is not proprietary, but NSE is.  
+
NSE (Named Signaling Events) is a proprietary protocol to switch from voice to passthrough for fax/modem communication without involving SIP. It uses a proprietary event, based on NTE (Named Telephone Events). NTE is not proprietary, but NSE is.  
  
 
== TelcoBridges and NSE ==
 
== TelcoBridges and NSE ==
Line 9: Line 9:
 
</pre>
 
</pre>
  
This adds a new SIP SDP entry looking like this for initial negotiation:
+
This adds a new SIP SDP entry that looks like this for initial negotiation:
 
<pre>
 
<pre>
 
a=rtpmap:100 X-NSE/8000
 
a=rtpmap:100 X-NSE/8000
Line 27: Line 27:
 
*[https://supportforums.cisco.com/docs/DOC-1381 list of NSE events]
 
*[https://supportforums.cisco.com/docs/DOC-1381 list of NSE events]
  
[[Category:Needs revising]]
 
  
 
[[category:Glossary]]
 
[[category:Glossary]]
[[Category:Needs revising]]
 

Latest revision as of 13:41, 28 March 2018

NSE (Named Signaling Events) is a proprietary protocol to switch from voice to passthrough for fax/modem communication without involving SIP. It uses a proprietary event, based on NTE (Named Telephone Events). NTE is not proprietary, but NSE is.

Contents

TelcoBridges and NSE

We currently support NSE events:

192 (switch to passthru)
193 (disable echo)
194 (switch back to voice)

This adds a new SIP SDP entry that looks like this for initial negotiation:

a=rtpmap:100 X-NSE/8000
a=fmtp:100 192-194

The system does not send a SIP re-invite, but instead will send this NSE event 192.

Call Flow

NSE call flow.png

Configuration

References

Personal tools