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

[reSIProcate-users] Connecting a sent client registration invite with a registration failure.


Hi Folks,

I have a UAS that needs to send out multiple client registration
messages so it can register with multiple sip trunks.

I construct my registration messages and send it.

If one of the registrations fail, when failures come in and I am
processing them in onFailure or in onRequestRetry, I can not find a
way to associate it with the sent request.

I tried putting out the list ClientRegistrationHandle->MyContacts and
looking at the uri, but the uri consists of
sip:username;rinstance=f42132d1b3e5f841'

The same username could be used for multiple registrations.

Am I missing something here?

Cheers,
Stuart