Advertisement
BoberDiversant

Untitled

Aug 20th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 01:48:04,586 ERROR [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] Unexpected exception while processing request REGISTER sip:92.119.230.98:5090 SIP/2.0
  2. Via: SIP/2.0/UDP 172.245.211.186:59959;branch=z9hG4bK580d8335483b6856b4ab6e1e5d6022d7ae00f8d82f7a486cb5e9791beb61c3
  3. Call-ID: 86f4d4b3cccfd791d22f5b76b83db05d
  4. Contact: "372" <sip:372@172.245.211.186:59959>
  5. CSeq: 1 REGISTER
  6. Expires: 1800
  7. From: "372" <sip:372@92.119.230.98:5090>;tag=5d8ced812ce815067d277b3103946610
  8. Max-Forwards: 70
  9. To: "372" <sip:372@92.119.230.98:5090>
  10. Content-Length: 0
  11.  
  12. : org.mobicents.servlet.sip.core.DispatcherException: the Request-URI does not point to another domain, and there is no Route header,the container should not send the request as it will cause a loop. Instead, the container must reject the request with 404 Not Found final response with no Retry-After header. You may want to check your dar configuration file to see if the request can be handled or make sure you use the correct Application Router jar.
  13.     at org.mobicents.servlet.sip.core.dispatchers.InitialRequestDispatcher.dispatchOutsideContainer(InitialRequestDispatcher.java:493) [sip-servlets-impl-3.2.0-89.jar:3.2.0-89]
  14.     at org.mobicents.servlet.sip.core.dispatchers.InitialRequestDispatcher.dispatchMessage(InitialRequestDispatcher.java:304) [sip-servlets-impl-3.2.0-89.jar:3.2.0-89]
  15.     at org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl.processRequest(SipApplicationDispatcherImpl.java:927) [sip-servlets-impl-3.2.0-89.jar:3.2.0-89]
  16.     at gov.nist.javax.sip.EventScanner.deliverRequestEvent(EventScanner.java:250) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  17.     at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:146) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  18.     at gov.nist.javax.sip.SipProviderImpl.handleEvent(SipProviderImpl.java:185) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  19.     at gov.nist.javax.sip.DialogFilter.processRequest(DialogFilter.java:1328) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  20.     at gov.nist.javax.sip.stack.SIPServerTransactionImpl.processRequest(SIPServerTransactionImpl.java:853) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  21.     at gov.nist.javax.sip.stack.UDPMessageChannel.processMessage(UDPMessageChannel.java:581) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  22.     at gov.nist.javax.sip.stack.UDPMessageChannel.processIncomingDataPacket(UDPMessageChannel.java:527) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  23.     at gov.nist.javax.sip.stack.UDPMessageChannel.run(UDPMessageChannel.java:325) [jain-sip-ri-1.3.0-32.jar:1.3.0-32]
  24.     at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_191]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement