Server Internal Error java.lang.ClassCastException: com.ibm.ws.sip.container.servlets.TelURLImpl incompatible with javax.servlet.sip.SipURI
ASM Avaya Session Manager
the P-Asserted-Identity must be checked: to validate that the SM interprets the origin of the call and the data received in a normal manner, the input from the SBC to the SM is manipulated in the SBCe and the data sent by the carrier in the P-Asserted-Identity is eliminated:
in SBC
Signaling Manipulation
within session "INVITE"
{
act on request where %DIRECTION="OUTBOUND" and %ENTRY_POINT="POST_ROUTING"
{
remove(%HEADERS["P-Asserted-Identity"][1]);
remove(%HEADERS["P-Asserted-Identity"][1]);
}
}
ASM Avaya Session Manager
the P-Asserted-Identity must be checked: to validate that the SM interprets the origin of the call and the data received in a normal manner, the input from the SBC to the SM is manipulated in the SBCe and the data sent by the carrier in the P-Asserted-Identity is eliminated:
in SBC
Signaling Manipulation
within session "INVITE"
{
act on request where %DIRECTION="OUTBOUND" and %ENTRY_POINT="POST_ROUTING"
{
remove(%HEADERS["P-Asserted-Identity"][1]);
remove(%HEADERS["P-Asserted-Identity"][1]);
}
}