Multicast Paging on Polycom Phones
Table of Contents
bi
Requirements
- Access to the Manager Portal
Polycom Multicast Paging Overrides
The following override will create two page groups; page group 1 is "All Page" and page group 2 is "Sales." Devices that include these override settings will be able to send pages to these two groups.
- ptt.pageMode.enable="1"
- ptt.pageMode.group.1.label="All Page"
- ptt.pageMode.group.2.label="Sales"
- feature.nonVolatileRingerVolume.enabled="1"
- np.normal.ringing.toneVolume.chassis="1000"
- np.normal.alert.messageWaiting.tonePattern="silent"
In order to receive pages, individual devices must 'subscribe' to one or more page groups. The following override will allow devices to subscribe to the Sales group (group 2).
- ptt.pageMode.group.2.subscribed="1"
The following override will allow devices to subscribe to both the Page All group (group 1) and the Sales group (group 2).
- ptt.pageMode.group.1.subscribed="1"
- ptt.pageMode.group.2.subscribed="1"
The default multicast IP address used by Polycom phones is 224.0.1.116. The default multicast port is 5001. Default values may be changed with the following overrides:
- ptt.address="224.0.1.117"
- ptt.port="5003"
Obitalk Listening Overides
- VoiceService.1.X_PageGroup.1.GroupName="Paging"
- VoiceService.1.X_PageGroup.1.MulticastAddress="224.0.1.116"
- VoiceService.1.X_PageGroup.1.MulticastPort="5001"