Advertisement
Bobrovozka

Untitled

Aug 13th, 2021
1,796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 05:39:00,511 ERROR [tech.ivoice.sip.telephony.IvoiceCall] an exception occured when sending the response SIP/2.0 200 OK
  2. CSeq: 39862774 BYE
  3. Call-ID: 94402edd-769b-123a-97a2-2ae0ee7661e9
  4. From: "" <sip:freeswitch@192.168.0.79:5095>;tag=7ceXSKtpFHa8Q
  5. To: <sip:outgoingSolution?taskId=6115fc66d58416000789e37f&callUuid=b333f6f8-f2a8-4cf2-8d70-22e5af3ad23d&callTaskServiceHost=small-apps12-back&callTaskServicePort=8106&scenarioResultTopic=scenario_result_sdk_v2_app-vis&sleepBeforeScenarioMs=2000@192.168.0.79:5095>;tag=90544787_25330654_d8bfccc0_62564353
  6. Via: SIP/2.0/UDP 92.119.230.62;rport=5060;branch=z9hG4bK7BD0pQXe8Na4g;received=92.119.230.62
  7. Server: Mobicents Sip Servlets 3.0.0-SNAPSHOT
  8. Content-Length: 0
  9.  
  10. : java.lang.IllegalStateException: an exception occured when sending the response SIP/2.0 200 OK
  11. CSeq: 39862774 BYE
  12. Call-ID: 94402edd-769b-123a-97a2-2ae0ee7661e9
  13. From: "" <sip:freeswitch@192.168.0.79:5095>;tag=7ceXSKtpFHa8Q
  14. To: <sip:outgoingSolution?taskId=6115fc66d58416000789e37f&callUuid=b333f6f8-f2a8-4cf2-8d70-22e5af3ad23d&callTaskServiceHost=small-apps12-back&callTaskServicePort=8106&scenarioResultTopic=scenario_result_sdk_v2_app-vis&sleepBeforeScenarioMs=2000@192.168.0.79:5095>;tag=90544787_25330654_d8bfccc0_62564353
  15. Via: SIP/2.0/UDP 92.119.230.62;rport=5060;branch=z9hG4bK7BD0pQXe8Na4g;received=92.119.230.62
  16. Server: Mobicents Sip Servlets 3.0.0-SNAPSHOT
  17. Content-Length: 0
  18.  
  19.  
  20.     at org.mobicents.servlet.sip.message.SipServletResponseImpl.send(SipServletResponseImpl.java:673) [sip-servlets-impl-3.2.0-89.jar:3.2.0-89]
  21.     at org.mobicents.servlet.sip.message.SipServletResponseImpl.send(SipServletResponseImpl.java:473) [sip-servlets-impl-3.2.0-89.jar:3.2.0-89]
  22.     at tech.ivoice.sip.telephony.IvoiceCall.onSipServletRequest(IvoiceCall.java:1957) [classes:]
  23.     at tech.ivoice.sip.telephony.IvoiceCall.onReceive(IvoiceCall.java:665) [classes:]
  24.     at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:159) [akka-actor_2.10-2.1.2.jar:]
  25.     at akka.actor.ActorCell.receiveMessage(ActorCell.scala:425) [akka-actor_2.10-2.1.2.jar:]
  26.     at akka.actor.ActorCell.invoke(ActorCell.scala:386) [akka-actor_2.10-2.1.2.jar:]
  27.     at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:230) [akka-actor_2.10-2.1.2.jar:]
  28.     at akka.dispatch.Mailbox.run(Mailbox.scala:212) [akka-actor_2.10-2.1.2.jar:]
  29.     at akka.dispatch.ForkJoinExecutorConfigurator$MailboxExecutionTask.exec(AbstractDispatcher.scala:506) [akka-actor_2.10-2.1.2.jar:]
  30.     at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:262) [scala-library-2.10.1.jar:]
  31.     at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:975) [scala-library-2.10.1.jar:]
  32.     at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1478) [scala-library-2.10.1.jar:]
  33.     at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104) [scala-library-2.10.1.jar:]
  34. Caused by: java.lang.NullPointerException
  35.     at org.mobicents.servlet.sip.message.SipServletRequestImpl.setRoutingState(SipServletRequestImpl.java:1913) [sip-servlets-impl-3.2.0-89.jar:3.2.0-89]
  36.     at org.mobicents.servlet.sip.message.SipServletResponseImpl.send(SipServletResponseImpl.java:609) [sip-servlets-impl-3.2.0-89.jar:3.2.0-89]
  37.     ... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement