T.38
From TBwiki
(Difference between revisions)
(→TelcoBridges and T.38) |
Clod Patry (Talk | contribs) |
||
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 Named Telephony Events (NTE), (see 3.5 Payload Format from RFC2833). So NTE is not proprietary, but NSE is. | |
− | == TelcoBridges and | + | == TelcoBridges and NSE == |
− | TelcoBridges | + | TelcoBridges implementation currently 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 10:48, 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 Named Telephony Events (NTE), (see 3.5 Payload Format from RFC2833). So NTE is not proprietary, but NSE is.
TelcoBridges and NSE
TelcoBridges implementation currently only support NSE events:
192 (switch to passthru) 193 (disable echo) 194 (switch back to voice)