If hangup on incoming call without answer occur error:
Exception in thread "Thread-23" java.lang.IllegalStateException
at net.sourceforge.peers.sip.transactionuser.DialogStateEarly.receivedOrSentBye(DialogStateEarly.java:51)
at net.sourceforge.peers.sip.transactionuser.Dialog.receivedOrSentBye(Dialog.java:93)
at net.sourceforge.peers.sip.core.useragent.handlers.ByeHandler.successResponseReceived(ByeHandler.java:186)
at net.sourceforge.peers.sip.transaction.NonInviteClientTransactionStateTrying.received200To699(NonInviteClientTransactionStateTrying.java:76)
at net.sourceforge.peers.sip.transaction.NonInviteClientTransaction.receivedResponse(NonInviteClientTransaction.java:159)
at net.sourceforge.peers.sip.transport.MessageReceiver.processMessage(MessageReceiver.java:181)
at net.sourceforge.peers.sip.transport.UdpMessageReceiver.listen(UdpMessageReceiver.java:60)
at net.sourceforge.peers.sip.transport.MessageReceiver.run(MessageReceiver.java:69)
at java.lang.Thread.run(Thread.java:662)
there's something odd. In peers.log: userpart: null, domain: null and in transport.log, in REGISTER To: header, userpart: s395001, domain: 172.24.5.56.
Did you provide a password and no userpart and domain?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Peers version 0.4.3 and Trunk
If hangup on incoming call without answer occur error:
peers.log
transport.log
Sorry, my bad, again )
hi,
there's something odd. In peers.log: userpart: null, domain: null and in transport.log, in REGISTER To: header, userpart: s395001, domain: 172.24.5.56.
Did you provide a password and no userpart and domain?
It was mistake in our code, used userAgent.getUac().terminate(requets), not userAgent.getUas().rejectCall(request);