Skip to content

Advanced Settings of SIP Extension

Every SIP (Session Initiation Protocol) extension exposes a group of advanced options that control how the phone system exchanges call signaling and audio with the registered device (a desk phone, a softphone, or the Cloud Voice App). You will find these options on the extension’s own configuration page, grouped together under its advanced settings. Leave them at their defaults unless you have a specific device or network reason to change them, and change one setting at a time so you can tell what caused any change in behavior.

DTMF (Dual-Tone Multi-Frequency) is the touch-tone signal a phone sends when a caller presses a key, for example when choosing an option in an auto attendant menu or entering a voicemail PIN. This setting controls how those key presses are carried across the call:

  • RFC4733 (RFC2833): The digits travel inside the RTP (Real-time Transport Protocol) media stream as their own dedicated packets, separate from the voice audio. RFC4733 is the current standard and replaces the older RFC2833.
  • Info: The digits are sent as SIP INFO messages on the signaling channel instead of in the media stream.
  • Inband: The digits are encoded directly into the audio, the same way a person would hear the tones.
  • Auto: The system uses RFC4733 (RFC2833) when the device reports support for it, and falls back to Inband when it does not.

Transport is the network protocol that carries the SIP signaling messages (the call setup and teardown, not the audio itself). Select one or more of the following:

  • UDP (User Datagram Protocol): the traditional, lightweight default for SIP.
  • TCP (Transmission Control Protocol): a connection-based option that handles larger messages more reliably.
  • TLS (Transport Layer Security): TCP with encryption, so the signaling cannot be read in transit.

When you enable more than one protocol, the system decides which to use based on the device type:

  • Cloud Voice App and auto-provisioned IP phones follow the priority TLS > TCP > UDP.
  • Manually registered IP phones use whichever protocol the phone specifies. If the phone does not specify one, the same default priority applies: TLS > TCP > UDP.

Turn this on to have the system periodically send a SIP OPTIONS packet (a lightweight “are you still there?” request) to the device and wait for a reply.

T.38 is a protocol for sending faxes reliably over an IP network by carrying the fax signals as data rather than as audio. This setting turns T.38 handling on or off for the extension.

SRTP (Secure Real-time Transport Protocol) encrypts the call audio so it cannot be intercepted and listened to on the network. Turn it on to protect the media on this extension.