Contents
Sample deployments
You can use these sample deployments as a model for your chosen deployment option: single-site, multi-site, or Business Continuity.
<tabber>
Single-site deployment=
Server configuration
A single-site server could contain the following characteristics:
- SIP Server switch with 2000 extensions.
- Two FS instances as an active-active HA pair, one instance (FS-VM) acting as primary for voicemail, dial plan, and provisioning, and another instance (FS-DM) acting as primary for device management.
- Two IVR profiles, one profile for voicemail and another for device management:
- IVR profile for voicemail:
- initial-page-url = http://FS-VM IP:port/fs
- alternatevoicexml = http://FS-DM IP:port/fs
- IVR profile for device management:
- initial-page-url = http://FS-DM IP:port/fs/dm/ivr
- alternatevoicexml = http://FS-VM IP:port /fs/dm/ivr
- IVR profile for voicemail:
- GAX with FS GAX plug-in and DM GAX plug-in.
- For example:
- [dm-gax-plugin]: fs_urls = http://FS-DM IP:port/fs,http://FS-VM IP:port/fs
- [fs-gax-plugin]/[fs]: fs_urls = http://FS-VM IP:port/fs,http://FS-DM IP:port/fs
- DNS Server: FQDN (fs1.genesys.com) with the IP address of the two FS instances in DNS Server.
- For example: fs1.genesys.com, which resolves to IP of FS-DM, IP of FS-VM
- DHCP Server with the provisioning URL as option 66/160. The URL contains the FQDN that belongs to the two FS instances (http://fs1.genesys.com:port/fs/dm/prov).
- SIP Server with internal or Feature Server dial-plan
- Both the FS applications include the option fs_url as http://fs1.genesys.com/8080.
- In the SIP Switch:
- a Trunk DN with contact = RM address and prefix = the prefix of the IVR number configured in Device Management settings
- a Trunk Group DN with name gcti_provisioning
Zero-touch provisioning
- Create a device for the IP Phone, assign a profile, and assign DN 1000 to the phone.
- Connect the IP Phone to the LAN.
- The phone sends DHCP request to get the IP Address.
- DHCP Server responds to the request with the provisioning URL as option 66/160.
- The phone sends configuration file (MAC.cfg) request to the provisioning URL: http://fs1.genesys.com/fs/dm/prov
- Feature Server responds with the appropriate config file which is already configured.
- On receiving the configuration file, the phone reboots automatically and is configured with extension 1000.
- The phone sends REGISTER to SIP Server with DN 1000 and is ready to take calls.
IVR provisioning
- Create a default device management profile.
- Connect the IP Phone to the LAN.
- The phone sends a DHCP request to get the IP Address.
- DHCP Server responds IP address with provisioning URL as option 66/160
- The phone sends the configuration file (MAC.cfg) request to the provisioning URL:http://fs1.genesys.com/fs/dm/prov.
- Feature Server responds with the default configuration file.
- The phone registers to SIP Server with the special number gcti_provisioning.
- Once the phone receiver is lifted phone will automatically dial to IVR via SIP Server using IVR number.
- The voice prompt guides to assign an extension, once the extension number 1001 is entered, phone will be notified for getting updated configuration.
- On phone request, FS provides an updated configuration file and the phone is configured with extension 1001.
- The phone sends REGISTER to SIP Server with DN 1001 and is ready to take calls.
|-|
Multi-site deployment=
Server configuration
A multi-site deployment could contain the following server characteristics:
- Two sites, Site1 and Site2.
- Two SIP Switches, one for each site, with 2000 extensions in each switch.
- Four Feature Server instances installed as two active-active pairs, one active-active FS instance per switch:
- Site1: FS1-VM, FS1-DM
- Site2: FS2-VM, FS2-DM
- The DNS Server includes three FQDNs:
- FQDN1 (fs1.genesys.com) contains the IP addresses of all the FS instances in the DNS Server: FS1-DM, FS1-VM, FS2-VM, and FS2-DM
- FQDN2 (fs2.genesys.com) contains the IP addresses of the two Site1 FS instances in the DNS Server, in this order: FS1-VM, FS1-DM
- FQDN3 (fs3.genesys.com) contains the IP addresses of the two Site2 FS instances in the DNS Server, in this order: FS2-DM, FS2-VM
- Three IVR profiles, two for voicemail (Site1 and Site2) and one for device management:
- IVR profile for voicemail at Site1:
- initial-page-url = http://fs2.genesys.com:port/fs
- alternatevoicexml = http://fs3.genesys.com:port/fs
- IVR profile for voicemail at Site2:
- initial-page-url = http://fs3.genesys.com:port/fs
- alternatevoicexml = http://fs2.genesys.com:port/fs
- IVR profile for device management (for both sites):
- initial-page-url = http://FS1-DM IP:port/fs
- alternatevoicexml = http://fs1.genesys.com:port/fs
- IVR profile for voicemail at Site1:
- GAX with FS GAX plug-in and DM GAX plug-in, and four FS instances:
- [dm-gax-plugin]: fs_urls = http://FS1-DM IP:port/fs,http://FS1-VM IP:port/fs, http://FS2-DM IP:port/fs,http://FS2-VM IP:port/fs
- [fs-gax-plugin]/[fs]: fs_urls = http://FS1-VM IP:port/fs,http://FS1-DM IP:port/fs, http://FS2-VM IP:port/fs,http://FS2-DM IP:port/fs
- One DHCP Server with the provisioning URL as option 66/160:
- http://fs1.genesys.com:port/fs/dm/prov
- Two SIP Servers, SIPS1 and SIPS2, use multi-site ISCC configuration.
- Feature Server application options, in the dm section:
- Site1: option fs_url = http://fs2.genesys.com:8080 (FQDN2)
- Site2: option fs_url = http://fs3.genesys.com:8080 (FQDN3)
- In each SIP Switch:
- a Trunk DN with contact = RM address and prefix = the prefix of the IVR number configured in Device Management settings
- a Trunk Group DN with name gcti_provisioning
Zero-touch provisioning
- Create a device for the IP Phone, assign a profile, and assign the DN 1000 to the phone.
- Connect the IP Phone to the LAN.
- The phone sends a DHCP request to get the IP Address from the DHCP Server.
- The DHCP Server responds to the request with the provisioning URL http://fs1.genesys.com:port/fs/dm/prov as option 66/160.
- The phone resolves fs1.genesys.com and selects a Feature Server node from site 1 or site 2.
- The phone sends a configuration file (MAC.cfg) request to the selected node with the provisioning URL: http://fs1.genesys.com/fs/dm/prov
- The selected node sends the default configuration file to the phone.
- The phone reboots automatically and is configured with the extension 1000 when it starts.
- The phone sends REGISTER to SIPS1 with DN 1000 and is ready to take calls.
IVR provisioning
- Create a default device management profile.
- Complete the necessary configurations for IVR provisioning.
- Connect the IP Phone to the LAN.
- The phone sends a DHCP request to get the IP Address from the DHCP Server.
- The DHCP Server responds to the request with the provisioning URL http://fs1.genesys.com:port/fs/dm/prov as option 66/160.
- The phone resolves fs1.genesys.com and selects a Feature Server node from site 1 or site 2.
- The phone sends a configuration file (MAC.cfg) request to the selected node with the provisioning URL: http://fs1.genesys.com/fs/dm/prov
- The selected node sends the default configuration file to the phone.
- The phone registers to SIP Server with the special number gcti_provisioning.
- Once the phone receiver is lifted the phone automatically uses the IVR number to dial IVR through SIP Server.
- The voice prompt requests the user to assign an extension. When the user enters the extension number 2000, the phone is notified that it needs an updated configuration.
- On the phone request, FS provides an updated configuration file and the phone is configured with extension 2000.
- The phone sends REGISTER to SIPS2 with DN 2000 and is ready to take calls.
|-|
Business Continuity deployment=
Server configuration
A Business Continuity deployment could contain the following server characteristics:
- Two sites, Site1 and Site2.
- Two SIP Switches, one for each site, with 2000 extensions in each switch.
- All extensions on both switches are synchronized.
- Four Feature Server instances installed as two active-active pairs, one active-active FS instance per switch:
- Site1: FS1-VM, FS1-DM
- Site2: FS2-VM, FS2-DM
- The DNS Server includes three FQDNs:
- FQDN1 (fs1.genesys.com) contains the IP addresses of all the FS instances in the DNS Server: FS1-DM, FS1-VM, FS2-VM, and FS2-DM
- FQDN2 (fs2.genesys.com) contains the IP addresses of the two Site1 FS instances in the DNS Server: FS1-VM, FS1-DM
- FQDN3 (fs3.genesys.com) contains the IP addresses of the two Site2 FS instances in the DNS Server: FS2-VM, FS2-DM
- As Business Continuity deployment does not support IVR-based device provisioning, the deployment needs IVR profiles only to handle voicemail.
- IVR profile for voicemail at Site1:
- initial-page-url = http://fs2.genesys.com:port/fs
- alternatevoicexml = http://fs3.genesys.com:port/fs
- IVR profile for voicemail at Site2:
- initial-page-url = http://fs3.genesys.com:port/fs
- alternatevoicexml = http://fs2.genesys.com:port/fs
- IVR profile for voicemail at Site1:
- GAX with FS GAX plug-in and DM GAX plug-in, and four FS instances:
- [dm-gax-plugin]: fs_urls = http://FS1-DM IP:port/fs,http://FS1-VM IP:port/fs, http://FS2-DM IP:port/fs,http://FS2-VM IP:port/fs
- [fs-gax-plugin]/[fs]: fs_urls = http://FS1-VM IP:port/fs,http://FS1-DM IP:port/fs, http://FS2-VM IP:port/fs,http://FS2-DM IP:port/fs
- DHCP Server with the provisioning URL as option 66/160. The URL contains the FQDN that belongs to the four FS instances (http://fs1.genesys.com:port/fs/dm/prov).
- Two SIP Servers, SIPS1 and SIPS2, use BC configuration.
- Feature Server application options, in the dm section:
- Site1: option fs_url = http://fs2.genesys.com:8080/fs (FQDN2)
- Site2: option fs_url = http://fs3.genesys.com:8080/fs (FQDN3)
Zero-touch provisioning
- Create a device for the IP Phone, assign a profile, and assign DN 1000 to the phone.
- Connect the IP Phone to the LAN.
- The phone sends a DHCP request to get the IP Address.
- DHCP Server responds to the request with provisioning URL as option 66/160.
- The phone sends the configuration file (MAC.cfg) request to the provisioning URL: http://fs1.genesys.com/fs/dm/prov
- FS responds with the appropriate configuration file which is already configured.
- The phone reboots automatically and is configured with the extension 1000 when it starts.
- The phone sends REGISTER to both SIPS1 and SIPS2 with DN 1000 and is ready to take calls.
Comments or questions about this documentation? Contact us for support!
