[reSIProcate] invites not a request, nor response, or anything else
Hey Resippies - we are trying to do a blind transfer and occasionally,
we get INVITEs that we don't handle at all. We added in some logging to
our logic and it turns out that we actually don't see those INVITE
messages. We never see in our logs that it was interpreted as a request
message or a response message (or just for kicks, anything else). Has
anyone else ever seen this, where and INVITE (or any other message)
isn't received from the resiprocate library? Is it a timing issue? Could
we be losing these messages due to incorrect usage of the
fdset.selectMilliSeconds method?
We use it this way:
fdset.selectMilliSeconds(10)
We tried using this: fdset.selectMilliSeconds(getTimeTillNextProcessMS),
but that screwed it up even more. We adjusted the value
selectMilliSeconds() from 0 to 20 and that didn't solve it.
Any help would be greatly appreciated.
Jennifer MacKay