OCCAS 7.0 transforms incoming Route header to lowercase
Hi,
we are implementing a back-to-back user agent using a SIP servlet on OCCAS 7.0 .
We were asked to maintain the requirement that the Route Header in the INVITE sent to the called party maintain a parameter in upper case that OCCAS receives in the initial invite.
It seems that OCCAS modifies the parameter name within the URIs to lowercase when these are parsed.
Below is the route header of the received INVITE:
Route: <sip:xxx.xxx.xxx.xxx:5060;lr;orig>,<sip:yyy.yyy.yyy.yyy;lr;ORGDLGID=0000-0;Dpt=1b11_1;TRC=222e-ffffffff>
and the route header of the forked INVITE that is generated: