Swap First/Last name in XML Phone Service
Applies to:
UCX Suite for Cisco UC, any version
Description:
To swap First/Last name in the XML service of the phone. So names will displayed as Firstname Lastname instead of Lastname Firstname.
How-to:
Edit the file StonevoiceAS\Apps\Speedy\Settings\SpeedyPhoneservice.config.xml
Add the below line:
<configuration>
<preference key="Speedy.contacts.ShowFirstNameBeforeLastName" value="true" />
</configuration>