![VTech ET685 Administrator And Provisioning Manual Download Page 124](http://html1.mh-extra.com/html/vtech/et685/et685_administrator-and-provisioning-manual_1054367124.webp)
Web User Interface (WebUI) Reference
124
ET685 Administrator and Provisioning Manual
Setting
Description
SIP Identity Settings:
Voice Quality Report
Collector
Specifies the collector to which a voice quality and
registration reports are send to. The form of the report is
specified by the setting rtcp_xr. For optional route headers
on the notify request you might specify them with comma
separated syntax and with a valid sip url.
Music on hold server
If you specify a SIP URI pointing to a media server account,
the phone will, when a call is put on hold, invite this SIP URI
to call the held phone to play music on hold.
Send hold as inactive
Specify if you want to indicate an hold request with sdp
parameter sendonly or inactive. Some pbx's need the
inactive setting for proper music on hold operation.
Alert Info URL
This URL should point to a web server where audio alert
messages are accessible.
User picture URL
Specify an URL to a small JPEG picture. When the flash
plugin feature (Preferences page) is enabled, this picture
will be shown on the 'Home” web page during a call.
Dial-Plan String
You can set up the dial plan for this line here. With a dial
plan, you can match user input (digits via keyboard) to
specific actions like dialing, using a distinct outgoing identity,
etc.
Count all groups in
Dial-Plan
Defines how the backreferences (e.g. \3) inside our dialplan
substitution patterns count. Historically, VTech only counted
matched-groups that actually matched, ignoring the others.
See this example
Input: hello
RegEx: ((hell)(l?)(o))
with this setting = false
\0 : hello
\1 : hell
\2 : o
with this setting = true
\0 : hello
\1 : hell
\2 :
\3 o