I am not sure about your situation, but in my case - Asterisk respond to
any message, and wrong paths were corrected the way I showed.
By the way - I am using also rtpproxy. Although it should not interfere
here at all.
I used wireshark on Asterisk and on Kamailio servers to find what exactly
happe
Thank you Stoyan, i tried but i ended up creating a loop with the carrier,
i believe this is more a asterisk receiving the package and ignoring the
record-route and because i am just proxying the signalling it does ack to
the contact, i have to find a way to tell asterisk that answer everything
to
I had same problem - with BYE also.
My "go around" was (replaced name of domain and IP of kamailio):
route[ACKBYE] {
#!ifdef WITH_MYFORWARD
if(($sht(forw=>$ft))=~$td){
$du=$sht(forw=>$ft);
}else if((($td=="name.of.company.com")||($td=="ip"))&&($si=="ip")){
$du=$sht(forw=>$ft);
return;
}
#!endif
re