Hello,
I don't think that command is available at all on the 800 platform, so you are 'stuck' with class based configs. I am not sure if the 899LTE supports Layer 2 Auto QoS, otherwise, below is a sample config for QoS for Cisco IP Phones:
class-map match-any VOICE_CLASS
match ip dscp ef
match ip dscp cs3
!
policy-map VOICE_POLICY
class VOICE_CLASS
priority percent X
class class-default
fair-queue
!
interface GigabitEthernet8
service-policy output VOICE_POLICY