<div dir="ltr">Hello,<div><br></div><div>Is there any way in Kamailio to get the profile values the current dialog is part of?</div><div><br></div><div>For example, I have one dialog with the following profiles:</div><div><br></div><div>profiles: {</div><div>{</div><div>    test: abcd</div><div>}</div><div>    test: 1234</div><div>}</div><div><br></div><div>I need in the reply route to get the values for the test dialog profile. (abcd, 1234). I know I can use get_profile_size, but that will give the number of profiles of the current dialog, but I need the values to loop through.</div><div><br></div><div>Thanks.</div></div>