Genesys CTI User Forum > Genesys-related Development
WDE Hostname CustomModule
(1/1)
LucasPenen:
How can I get hostname that agent puts in the WDE login from a Custom Module of an custom extension?
Thank you for all!
PeteHoyle:
That will be the host of Configuration Server:
[code]
IConfigurationService confService = container.Resolve<IConfigurationService>();
log.Debug("Configuration Service Host: " + confService.ConfigServerHost);
[/code]
Navigation
[0] Message Index
Go to full version