Use firewall/mangle to mark your packets related to the sip traffic (either source IP, either traffic type UDP 5060, either destination server.. depends on your environment)
Then assign a different route for your SIP traffic
Example can be found there :
http://wiki.mikrotik.com/wiki/Per-Traff ... _Balancing
Thanks for the link, although I'm a bit lost (noob). I made a mangle rule in the firewall
prerouting
used IP address under source address
action is mark routing
I then added a route
dest. 0.0.0.0
gateway ether9 (dsl line)
routing mark (the mangle rule)
but as soon as I enable the route, the phone system loses connectivity with the rest of the network and can't make or receive calls.