GRANDSTREAM GRP2601 Essential IP Phone User Guide

June 30, 2024
GRANDSTREAM

GRANDSTREAM-logo

GRANDSTREAM GRP2601 Essential IP Phone

GRANDSTREAM-GRP2601-Essential-IP-Phone-product-image

Specifications

  • Brand : Grandstream Networks, Inc.
  • Product Series : GRP Series – Eventlist BLF Guide
  • Model : GRP26XX Carrier-Grade IP Phones

Product Overview
The Grandstream GRP26XX Carrier-Grade IP Phones allow users to configure the UCM Eventlist BLF feature. The phones have different models with varying programmable keys for line keys, VPKs, MPKs, extension board keys, and virtual extensions.

How Eventlist BLF Works
Eventlist BLF works by subscribing to endpoints and receiving notifications about their states. The UCM sends NOTIFY messages containing endpoint information in XML format. Endpoints can be in states like Terminated, Early, Confirmed, or Offline, each indicated by specific LED or background colors.

Creating a BLF Eventlist on Grandstream UCM

  1. Log in to the UCM and navigate to Call Features > Eventlist.
  2. Click on “Add Eventlist” to create a new list.
  3. Enter a unique URI for the Eventlist and choose dialog or presence eventlist.
  4. Select the accounts (endpoints) to be monitored from the available local options.

Frequently Asked Questions (FAQ)

  • Q: What is the purpose of the Eventlist BLF feature on Grandstream GRP26XX phones?

    • A: The Eventlist BLF feature allows users to monitor the status of endpoints and receive notifications about their states, such as incoming calls or active calls.
  • Q: How many endpoints can be monitored in a single Eventlist on the Grandstream UCM?

    • A: The UCM can provide information for up to 3 endpoints in a single NOTIFY message, so multiple endpoints can be monitored in a single Eventlist.

Grandstream Networks, Inc.
GRP Series – Eventlist BLF Guide

Although SIP protocol (RFC3261) was not providing the semantics to support the Busy Lamp Field (BLF) but there’s a way around to make the Busy Lamp Field function works on our phone by using the proper instantiation and the appropriate extension of the SIP Specific Event Notification framework (RFC3265). RFC4235 – Dialog Event Package is the instantiation RFC3265 which defined the mechanism of how the endpoint can subscribe for the status of any dialog including another endpoint. Busy Lamp Field feature is useful but can create a lot of overhead when trying to subscribe for the status of a large number of the resources. Eventlist BLF or BLF resource list is the solution to solve the overhead problem by reducing the number of requests. Instead of generating an individual SUBSCRIBE request for each resource status, the concept of the Eventlist is combining all of those requests into a single request that query the resources status from the Eventlist. RFC4662 – Resource List defines an aggregating mechanism that allows for subscribing and notifying for a list of resources. This mechanism is useful when the device needs to subscribe to a large number of resources. The overhead of generating individual SUBSCRIBE requests and the overhead of processing individual NOTIFY requests can be reduced by aggregating resources using a resource list concept.
This document serves as an end user guide on how to configure Grandstream GRP26XX Carrier-Grade IP Phones for the UCM Eventlist BLF feature. How to configure BLF list on Grandstream UCM and apply them on the GRP26xx phones.

OVERVIEW

Grandstream GRP26XX Carrier-Grade IP Phones support both Grandstream UCM Busy Lamp Field and Eventlist BLF features and allows end users, such as attendant, to monitor the call status of users in the list. GRP26XX support this feature by sending out the subscription request to the UCM and changing the indicator status of the Line keys, MPKs, or VPKs that associated with the monitored users. Additionally, the phone is also able to pick up the calls to the monitored extensions by using a pre-defined feature code called BLF- Call- pickup  Prefix.

Available Programmable Keys on each Model

GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(14\) GRANDSTREAM-GRP2601-Essential-IP-Phone-image
\(15\) GRANDSTREAM-GRP2601-Essential-IP-Phone-
image \(16\)

HOW EVENTLIST BLF WORKS

Subscribe
According to the RFC4662 – Resource List, UCM must allow no more than 20 endpoints to subscribe on the single resource list. However, in practical, only a single endpoint will subscribe on a particular Eventlist.

In the first step, the endpoint will send a SUBSCRIBE request to the configured Eventlist URI as per RFC3265. The main goal of this subscription is to obtain the state information of all endpoints that are associated with the Eventlist.

In order to subscribe for the Eventlist, it is necessary that phone includes the “eventlist” tag in the supported header and in most cases, Authorization header also required.

  • Via: SIP/2.0/UDP
  • 192.168.40.119:5060;branch=z9hG4bK341324999;rport
  • From: <sip:5000@192.168.40.170>;tag=1620181217
  • To: <sip:170BLF@192.168.40.170>
  • Call-ID: 1469406960-5060-2@BJC.BGI.EA.BBJ
  • CSeq: 20001 SUBSCRIBE
  • Contact: <sip:5000@192.168.40.119:5060>
  • Authorization: Digest username=”5000″, realm=”Grandstream”, nonce=”509e9f25″, uri=”sip:170BLF@192.168.40.170″, response=”47c40eb60804fff79e3478e327145432″,
  • algorithm=MD5 X-Grandstream-PBX: true
  • Max-Forwards: 70
  • User-Agent: Grandstream GRP2614 1.0.5.45
  • Expires: 3600
  • Supported: replaces, path, timer, event list
  • Event: dialog
  • Accept: application/dialog-
  • info+xml,multipart/related, application/rlmi+xml
  • Allow: INVITE, ACK, OPTIONS, CANCEL, BYE, SUBSCRIBE, NOTIFY, INFO, REFER, UPDATE, MESSAGE
  • Content-Length: 0

Notify
Upon the successful subscription, the UCM will reply back the Eventlist initial status information in form of the NOTIFY message that contains the state and other information of each endpoint on the Eventlist in the XML format. In normal cases, each NOTIFY will contains the information of 3 endpoints. Therefore, it is normal to have a set of NOTIFYs from the UCM even if the user only subscribes for a single Eventlist.

  • Content-Transfer-Encoding: binary
  • Content-ID: 5000@192.168.40.170
  • Content-Type: application/dialog-info+xml;charset=”UTF-8″
  • <?xml version=”1.0″ encoding=”UTF-8″?>
  • <dialog-info cXML’s=”urn:ietf:params:xml:ns:dialog-info” version=”2″ state=”full” entity=”sip:5000@192.168.40.170″>
  • terminated
  • <identity display=”John
  • Smith”>sip:5000@192.168.40.170
  • Content-Transfer-Encoding: binary
  • Content-ID: 5001@192.168.40.170
  • Content-Type: application/dialog-info+xml;charset=”UTF-8″
  • <?xml version=”1.0″ encoding=”UTF-8″?>
  • offline
  • <identity display=”David
  • Jackson”>sip:5001@192.168.40.170
  • Content-Transfer-Encoding: binary
  • Content-ID: 5002@192.168.40.170
  • Content-Type: application/dialog-info+xml;charset=”UTF-8″
  • <?xml version=”1.0″ encoding=”UTF-8″?>
  • terminated
  • <identity display=”William
  • Thompson”>sip:5002@192.168.40.170

Endpoint States

Terminated
When there is no active call for a specific endpoint or when a call to or from a subscribed endpoint is just being released, then the endpoint is considered idle/terminated.
If applicable, the LED for the associated endpoint should be solid green or background should be solid green for the related VMPKs.

Early
When an incoming call arrives for a subscribed endpoint, the endpoint is considered ringing/in the early state.
If applicable, the LED for the associated endpoint should be blinking red or background should be solid red for the related VMPK.

Confirmed
When a call is originated from a subscribed endpoint or a subscribed endpoint answered the call, then the resource is said to be in the “active” state.
If applicable, the LED for the associated endpoint should be solid red or background should be solid red for the related VMPK.

Offline
The subscription for that particular endpoint is failed or unreachable.
If applicable, the LED for the associated endpoint should be off or background should be solid grey for the related VPK.

CREATING A BLF EVENTLIST ON GRANDSTREAM UCM
Grandstream UCM supports and allows creating an Eventlist for Busy Lamp Field (BLF) monitoring purpose. To create a list, login into the UCM and follow the below steps:

  1. Go to Call Features ? Eventlist.

  2. Click “Add Eventlist” to start creating a new list.

  3. GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(1\)Enter the unique URI of the Eventlist in the URI field followed by choosing either “dialog” or “presence” eventlist (subscribers must carry the same value in Event header).GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(2\)

  4. Select the accounts (endpoint) to be monitored from the both available local and remote extensions. then click on the right arrow head to move them to the “selected” column.GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(3\) Eventlist Account selection

  5. You can add extensions which are not in the list under the “Special Extensions” field.GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(4\)

  6.  Click “Save” to complete the Eventlist BLF creation.
    If the new Eventlist is successfully created, it should be showing on the Eventlist table:GRANDSTREAM-GRP2601-Essential-IP-Phone-image
\(5\)

  7. Apply Changes

    • Click on to edit the Eventlist configuration.
    • Click on to delete the Eventlist.
    • Once properly configuring the Eventlist on a GRP261X a new section will appear, labeled “Member of Subscribers”. Where users can select one Eventlist to show its subscribers.

PROVISION THE EVENTLIST BLF ON THE PHONE
Configuring the GRP26xx Carrier-Grade IP Phones to work with Grandstream UCM Eventlist BLF feature is straightforward.

  1. First configure your SIP account settings.GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(6\)GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(7\)
  2. Choose the provisioning method under Programmable Keys ? Advanced Settings: “Auto Provision List Starting Point”.GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(8\)
    • The default setting is “VPK”.
  3. Fill in the BLF URI under Account X ? Advanced Settings ? BLF (Busy Lamp Field).
    • Enter the URI (name) of the Eventlist BLF that you just created on the Grandstream UCM.
    • Enable Auto Provision Eventlist by selecting “BLF Eventlist” to automatically assign the BLF extensions into the available MPKs/VMPKs slots.GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(9\)
  4. In the case that Auto Provision Eventlist BLF was disabled
    • Users can manually configure the MPKs to monitor the BLF extension.
      Under Settings ? Programmable Keys ? Multi-Purpose Keys: For each MPK, the user needs to select “Eventlist BLF” as Mode, choose the specified Account, and enter the Value of each extension in the list. After saving and rebooting, the UCM extensions will be logged on the extension board, and the phone will start to monitor the extensions status.GRANDSTREAM-GRP2601-Essential-IP-
Phone-image \(10\)To configure the Eventlist BLF on VPKs:
      Go to Settings ? Programmable Keys ? Virtual Multi-Purpose Keys: Select the “Mode”, the “Account” and enter the “Value”. Then “Save”.

GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(11\)

VISUAL INDICATORS

Grandstream GRP261x Carrier Grade IP Phones are able to notify the end user of the call status of the monitored extension by turning on the LEDs or changing the background colors.

For example, if the monitored extension is ringing, the BLF indicator status will be changed from solid green to blinking red; and if the monitored extension answers the call, the BLF indicator status will be changed from blinking red to solid red.

The following table shows the BLF indicator status in different scenarios

Monitored Extension Behavior| VPK Icon Background Status| VPK LED Indicator Status
---|---|---
Idle| Solid Green| Solid Green
Placing a call| Solid Red| Solid Red
Ringing| Solid Red| Blinking Red
During a call| Solid Red| Solid Red
Hold the call| Solid Red| Solid Red
Call Park| Solid Red| Solid Red
---|---|---
Monitored extension not registered/BLF subscription failed| Solid Grey| Off

While the following figure shows the BLF LED Pattern Explanation Form, which can be found through accessing the phone Web GUI and navigating to System
Settings?Preferences?BLF LED Pattern Explanation Form.

GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(12\)

DIRECTED CALL PICKUP

Directed call pickup feature allows the GRP26xx phone system to answer the calls to the monitored users. This feature is very useful for the attendant to be able to answer calls if the callers are not available.

For the Grandstream UCM system, it requires to dial the specified prefix ahead of the monitored extension to direct pick up the call. Thus, the end user has to configure the BLF Call-pickup Prefix for GRP phones in order to use this feature.

The following screenshot shows that (**) is configured as the prefix under the
Account X ? SIP Settings ? Advanced Features ? BLF Call-pickup Prefix.

GRANDSTREAM-GRP2601-Essential-IP-Phone-image \(13\)

When the monitored user’s indicator shows an incoming call signal, the GRP26xx phones user can press the BLF button to answer/pick up the call.

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

GRANDSTREAM User Manuals

Related Manuals