You are probably not creating the registrations properly.
You should be calling makeRegistration for each user and passing
in a separate UserProfile object for each call.
Scott
From: resiprocate-users-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-users-bounces@xxxxxxxxxxxxxxx] On Behalf Of Francis
Moreau
Sent: Monday, November 19, 2007 11:55 AM
To: resiprocate-users@xxxxxxxxxxxxxxx
Subject: [reSIProcate-users] Register multiple To: within the same UA
Hello all,
I am using resiprocate with dum to build a UA acting as a parking UA. This
means I need to register different To: header with Contact: header pointing on
my parking UA:
REGISTER sip:registrar:5060
Contact: <sip:user111@parking_ua:5077>
To: <sip:user111@xxxxxxxxxxxxx:5060>
REGISTER sip:registrar:5060
Contact: <sip:user222@parking_ua:5077>
To: <sip:user222@xxxxxxxxxxxxx:5060>
The problem I have now it's when I received callback from dum on
ClientRegistrationHandler::onSuccess(ClientRegistrationHandle h, SipMessage
msg) the ClientRegistrationHandle in parameter is the same for both REGISTER
messages. This is problematic since I don't know on which binding function as
ClientRegistrationHandle.addBinding() is applied to.
Is there something I could configure that will create a different
ClientRegistrationHandle for each different registration done?
Thanks,
Francis
R
U Ready for Windows Live Messenger Beta 8.5? Try
it today!