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

[reSIProcate-users] How to direct some SIP traffic towards IP addresses other than the outbound proxy ?


Hi,

  The UA has, at some given moment, for example N peers Uas, each one with
its own IP address, for example:
      peer AOR = sip:1001@mydomain     peer IP address = 172.20.0.1
      peer AOR = sip:1002@mydomain     peer IP address = 172.20.0.2
      ..
      peer AOR = sip:1020@mydomain     peer IP address = 172.20.0.20
      
      
  For example, when sending a SUBSCRIBE to sip:1005@mydomain the SUBSCRIBE
needs to be sent directly to IP address 172.20.0.5, and so on.
  This association table AOR x IP address is not a fixed relationship but is
dynamically updated to the UA by some complementary means.
  
  How we handle in resiprocate each outgoing SUBSCRIBE message so that
depending on its target AOR we can make resiprocate direct it towards the
specific associate IP address ?
  
  Is that made in a message-by-message basis ?
  Can you elaborate on what to do?
  
Best regards,
Julio.