Have you seen the Enterprise QoS Solution Reference Network Design Guide that can be found here?
http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/WANQoS.html
Here is a sample from the three class voice and data model.
As you can see the recommendation is to use priority for voice and bandwidth percent for signalling.
This document recommends 5% for signalling. This depends however on the type of phones you are using and what other business requirements you may have.
class-map match-all Voice
match ip dscp ef ! IP Phones mark Voice to EF
class-map match-any Call Signaling
match ip dscp cs3 ! Future Call-Signaling marking
match ip dscp af31 ! IP Phones mark Call-Signaling to AF31
priority percent 33 ! Maximum recommended LLQ value
compress header ip rtp ! Optional: Enables Class-Based cRTP
bandwidth percent 5 ! BW guarantee for Call-Signaling
fair-queue ! All other data gets fair-queuing
Please rate posts that are helpful.
Thanks