0

I am migrating from Websphere Application Server (WAS) to Mobicent on Tomcat (MSS). In WAS Iused to create SIP message like-

sipMsg = sipFactory.createRequest(appSession, "INVITE", fromAddr,
            toAddr);

If the fromAddr and toAddr contained parameters it stayed after creation of the SIP message in WAS. After migrating to MSS, its dropping the parameters in from Address.

Has anyone faced this issue before? Thanks Shayak

This is the from address before creation of SIP message (Mobicents-SIP-Servlets-UDPMessageChannelThread-0) Creating new SipServletRequest for SipApplicationSession[f13b687e;xxxx] METHOD[INVITE] FROM_A["'xxxxxxx'" sip:xxxxxx@xxxxxxxx:5060;user=phone;otg=xxxx;tag=487426600;isup-oli=xxx] TO_A[sip:xxxxx@xxxxxx]

After the creation it is From: "'xxxxxxx'" sip:xxxxxx@xxxxxx:5060;user=phone;tag=80035311_5bb2b653_0c8e0cb5_f13b687e^M

0 Answers0