Separate Route headers instead of comma separated values in a single header

SanNxP <[email protected]> Thu, 3 Jul 2008 23:14:49 +0000 (UTC)
Newsgroups gmane.comp.voip.nist-sip
Message-ID <[email protected]>
Hi,

When I send a message thru the Jain-SIP stack, it is sending the route header 
like this

Route: <sip:abc>, <sip:xyz>

Is there a way I can force it to be separate headers like this:

Route: <sip:abc>
Route: <sip:xyz>

What is the easiest way to do it?