Forum: SIP

Here is a forum space for Integration: SIP.

199. Exception in thread "pool-8-thread-6" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

I have made it past registration! Yeah!
But when I attempt to call channel 3, I get the following:
(Notice the exception at the bottom)


eCode=200, length=4
[05:42:10.178 -0600] {pool-8-thread-4 } INFO  -	SourceFile	run(136)	SipMQWorker.run REGISTER sent 200 OK
[05:42:10.181 -0600] {NioProcessor-6  } INFO  -	SourceFile	messageReceived(349)	Received Response, command=REGUSER, responseCode=0, length=58
[05:42:11.182 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(40)	RelayMQWorker.run
[05:42:11.182 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(48)	SipMQWorker.run request packet.method=[INVITE]
[05:42:11.183 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(223)	SipMQWorker.run Call-ID=1993503999
[05:42:11.183 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(225)	SipMQWorker.run callSession.getCallSessionByCallID=null
SipMQWorker.run authorization=[null]
[05:42:11.183 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(313)	SipMQWorker.run callSession.getCallSessionByChannelNo=com.imptt.sip.k.a@694b4608(3=6001)
[05:42:11.185 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(326)	SipMQWorker.run INVITE sent 100 Trying
[05:42:11.188 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(329)	SipMQWorker.run INVITE sent 180 Ringing
[05:42:11.190 -0600] {pool-8-thread-6 } INFO  -	SourceFile	run(332)	SipMQWorker.run INVITE sent 180 Ringing
Exception in thread "pool-8-thread-6" java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
	at java.util.Vector.get(Vector.java:753)
	at com.imptt.sip.k.e.run(SourceFile:337)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

Dec 2 '20 at 11:46 (GMT0) created by Mike