i just checked the code and found that https://github.com/kamailio/kamailio/blob/98ee25c6da118cadedd98621c580ed4df3a7e860/src/modules/dialog/dlg_req_within.c#L95
if(uri_restore_rcv_alias(&cell->contact[dir], &nuri, &duri)<0) {
nuri.len = 0;
duri.len = 0;
}
This function is setting nuri, that is subsequently used as request uri. Problem here is nuri does not contains the alias parameters in uri.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.