Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Internal Error java.lang.Cla

curibe

IS-IT--Management
Sep 30, 2019
3
0
1
MX
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]);
}
}
 
Check a SIP trace. I'm thinking TelURLImpl means somewhere in the SIP message you're using tel:1234 instead of sip:1234@domain.com

Something you'd have to put an SBC in between to do the translation. The Avaya SBC has something for Tel URI handling I believe. I've rarely seen tel URIs.
 

Part and Inventory Search

Sponsor

Back
Top