[reSIProcate-users] repro - no targets for ...
Hello,
I've upgraded my install of resiprocate to 1.4 and I am now experiencing a
problem receiving incoming INVITEs with my own client based on resiprocate.
I can dial from my SIP client to another endpoint but not the other way
around.
The error I see in repro is "no targets for sip:202@xxxxxxxxxxxxx:5060 send
480..." and the caller gets a 480.
I tried to trace this in the repro source code and saw that it comes from a
hasTargets() check
Based on three conditions that all turned out to be false.
bool ResponseContext::hasTargets() const
{
Return (hasCandidateTransactions() |
hasActiveTransactions()|hasTerminatedTransactions() );
}
Is this a new feature requiring a client to register differently ? Is there
a simple answer to this or should I dig further in the source code ?
Thanks,
-ali