The problem I am having specifically is for outbound calls flowing through a dispatcher, I want to separate calls into a profile for each SIP domain that I send calls to. I'm not sure how do accomplish this. I see in kamctl fifo dlg_list, there is 'caller_bind_addr:: udp:10.10.12.24:5060'. Is there a way to export that into a variable that I can use as the 'profile' for the dialog?
The domain part of the request URI is stored in a pseudovariable called $rd. I would just use that as your profile 'value'.
-- Alex Balashov - Principal
Thanks Alex, after I walked away from it for a bit, that came to mind. Really appreciate the feedback.
Thanks.
JR