NSE: Difference between revisions
Clod Patry (talk | contribs) (Created page with "According to Wikipedia, "T.38 fax relay standard was devised in 1998 as a way to permit faxes to be transported across IP networks between existing Group 3 (G3) fax terminals....") |
Clod Patry (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
NSE (Named Signaling Events) is a proprietary protocol to switch from voice to Passthru, without involving SIP. It uses a proprietary event, based on NTE (, see 3.5 Payload Format). So NTE is not proprietary, but NSE is. | |||
== TelcoBridges and NSE == | == TelcoBridges and NSE == | ||
Our implementation only support NSE events: | |||
<pre> | |||
192 (switch to passthru) | |||
193 (disable echo) | |||
194 (switch back to voice) | |||
</pre> | |||
== References == | == References == | ||
*[http:// | *[http://tools.ietf.org/html/rfc2833 RFC 2833] | ||
*[https://supportforums.cisco.com/docs/DOC-1381 NSE article] | |||
[[category:Glossary]] | [[category:Glossary]] | ||
Revision as of 11:51, 28 May 2012
NSE (Named Signaling Events) is a proprietary protocol to switch from voice to Passthru, without involving SIP. It uses a proprietary event, based on NTE (, see 3.5 Payload Format). So NTE is not proprietary, but NSE is.
TelcoBridges and NSE
Our implementation only support NSE events:
192 (switch to passthru) 193 (disable echo) 194 (switch back to voice)