< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] repro - no targets for ...


I can only figure that the port is messing with the registered contact dip. Does it work without the port there?

Best regards,
Byron Campen

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

_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/