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

[reSIProcate] looking for info on how to map many UAs to a single DUM


 
I'm looking to build a call controller on top of DUM that will originate and terminate signaling for various UAs and then use a B2B to do media shuffling between incoming calls and arbitrary endpoints.
 
I'm trying to understand what is the best way to manage app level requests (external controller) to DUM to manipulate multiple sessions (dialogs). I'm looking to use 1 SipStack object for the whole thing (low call volume) but I'm not sure how many DUMs I need. I'm assuming only one (UAC side) but I'm not following how an external request with a tag that maps to a dialog-id can be used to send the SIP msg out correctly, i.e. how to map to the correct dialog. Apparently I'm missing something....
 
Any insights??
 
Bill Kovar