Home > Articles > Networking > Voice/IP Communications

This chapter is from the book

Paging

You can set up a Cisco CME system to provide audio paging using the speakers of your IP phones to broadcast the paging audio output. This feature works in conjunction with IP phones that have a speakerphone mode. Only IP phones that are idle are used to output paging audio. IP phones can still be used to make or receive calls during paging. When the phone is used, it simply drops out of the page.

You can create paging groups or zones that output paging audio only on specific groups of IP phones. You can also combine multiple paging groups to output audio paging to multiple paging groups at the same time.

Using your IP phones to provide an audio paging system can save the additional cost of installing a separate overhead audio paging system. If you already have a conventional overhead audio paging system, you can also use this with Cisco CME. You simply need an available physical voice port on your router that can connect to the paging system. Ear and mouth (E&M) voice ports are the easiest to use because they do not usually require external adapter hardware. Because E&M ports usually come in pairs, you can also use the second E&M port as an input to connect to an external music on hold audio source.

The following sections describe how you can use the Cisco CME paging features.

Paging Groups

To configure an IP phone-based paging group, you first set up an ephone-dn entry in your system to act as the pilot number for the paging group. Like most of the special-purpose ephone-dns you create for your Cisco CME system, the paging ephone-dn is not directly bound to any of your IP phones. You don't use this ephone-dn in a button command.

The paging group pilot number is the number you dial from a phone to output audio to the paging group. A sample configuration is shown in Example 5-26. Note that you can dial into a paging group from any phone, including via a VoIP connection. You can also set up speed-dial buttons on your IP phones to dial into the paging number for one-button push-to-page operation.

Example 5-26 Paging Pilot Number Configuration

router#show running-config
ephone-dn 14
 number 6112
 name Sales
 paging ip 239.1.1.1 port 2000

The paging-dn is set up with a pilot number of 6112. When you make a call to 6112, it is answered by the paging-dn. The audio stream from your phone to the paging-dn is broadcast to all the phones in the paging group for ephone-dn 14 using IP Multicast on address 239.1.1.1 and port 2000.

As soon as you have created your paging-dn, you then create a group of IP phones to include in your paging group, as shown in Example 5-27. You do this using the paging-dn command within the ephone command mode. Set the paging-dn command in the ephone command mode to select the tag number of the ephone-dn that you configured as a paging-dn (14 in this example).

Example 5-27 Paging on IP Phones

router#show running-config
ephone 12
 mac-address 000d.1234.0efc
 button 1:1 2:6
 paging-dn 14
ephone 15
 mac-address 000d.4132.f7e4
 button 1:4 2:5
 paging-dn 14

With the configuration shown in Example 5-27, when you dial the number 6112 from any phone, the speakerphone on ephones 12 and 15 activates, provided that the phones are idle and the audio from the call is IP Multicast to both phones and output via the speakerphone.

There is no limit on the number of IP phones that can be included in a paging group. There is no specific limit on the number of paging-dns and corresponding paging groups you can create. Each paging group consumes one of the finite number of ephone-dns in your Cisco CME system. You can create individual paging groups for each department in your organization—for example, sales, accounts, and service.

Each IP phone can belong directly to only a single paging group. You can enter only one paging-dn configuration per ephone.

Combining Paging Groups

After you have created the individual paging groups, you can combine up to ten paging groups. You use the paging group command followed by a list of the paging-dn tag numbers you want to include in the group. Example 5-28 shows how two paging groups are combined.

Example 5-28 Using the paging group Command

router#show running-config
ephone-dn 14
 number 6112
 name Sales
 paging ip 239.1.1.2 port 2000
ephone-dn 16
 number 6113
 name Accounts
 paging ip 239.1.1.3 port 2000
ephone-dn 17
 number 6120
 name Sales&Acccounts
 paging ip 239.1.1.20 port 2000
 paging group 14,16
ephone 12
 mac-address 000d.1234.0efc
 button 1:1
 paging-dn 14
ephone 15
 mac-address 000d.4132.f7e4
 button 1:2
 paging-dn 14
ephone 19
 mac-address 000d.5678.13f4
 button 1:24
 paging-dn 15
ephone 21
 mac-address 000d.8765.23e5
 button 1:27
 paging-dn 15

In Example 5-28, you can see that paging-dn in ephone-dn 14 creates the paging group for the sales department with pilot number 6112. This group contains ephones 12 and 15. Ephone-dn 16 creates the paging group for the accounts department with pilot number 6113. This group contains ephones 19 and 21.

The combined paging group is created by ephone-dn 17. It uses the pilot number 6120. This combines the paging groups of paging-dn ephone-dns 14 and 16 by listing the ephone-dn tag values after the paging group command.

When you call the pilot number 6120 for the combined group, all four of the IP phones are used to output the paging audio. Note that each paging-dn uses a different multicast IP address. Using different IP Multicast addresses for each paging group allows you to have simultaneous paging to different groups. In this example, it allows you to have unrelated paging to the sales and accounts department at the same time.

Multicast Routing for Paging

An IP Multicast address is any IP address in the range 224.0.0.0 to 239.255.255.255. However, you cannot use the 224.x.x.x address range, because it is typically reserved, and most Cisco IP phones do not accept IP Multicast streams in this range. For most normal use, the IP Multicast address range 239.x.x.x is recommended. This address range is locally scoped and is not routed outside your network. The details of IP Multicast routing are more formally defined in RFC 1112, Host Extensions for IP Multicasting.

For simple Cisco CME systems where all your IP phones are connected to the same local LAN, you do not need to configure your router(s) for multicast routing to use the Cisco CME paging mechanism. The Cisco CME software takes care of directing multicast packets to the appropriate local Ethernet interface(s) that connect to your IP phones. Because the IP phones maintain SCCP communication with CME over TCP/IP, the Cisco CME router has direct knowledge of the locations of the phones and, therefore, does not need to rely on multicast routing mechanisms to distribute IP Multicast packets. If you have a small number of IP phones that are not directly connected to the Cisco CME router local LAN, you can still include these in paging by configuring individual IP phones to use unicast paging. Add the unicast option to the phone's paging configuration under the ephone command, as shown in Example 5-29.

Example 5-29 Unicast Paging

router#show running-config
ephone 12
 mac-address 000d.1234.0efc
 button 1:1
 paging-dn 14 unicast

You can have up to ten unique output destinations in a paging audio IP stream, where a destination is either a router interface (Ethernet port) or a phone's unique IP (unicast) address. This means that if the multicast IP audio stream is sent out on only a single Ethernet port for the benefit of the majority of your phones, you may additionally include up to nine nonmulticast phone destinations using individual unicast paging.

For more complex local networks that involve multiple routing hops, you most likely need to configure multicast routing on the routers that are located between the Cisco CME router and your IP phones.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020