Currently, there is no way to add/edit SRV records within WHM.
You will need to add these records manually. Below is an example of a SRV record as it should be added.
The syntax for an SRV record should be:
Code:
_Service._Proto.Name TTL Class SRV Priority Weight Port Target
Example:
Code:
_sip._udp.bigu.edu 43200 IN SRV 10 10 5060 sipserver.bigu.edu.
For more information on SRV records, visit http://www.zytrax.com/books/dns/ch8/srv.html
There is currently an enhancement request about this at http://bugzilla.cpanel.net/show_bug.cgi?id=2291