< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
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! |