suiyuemanbu left a comment (kamailio/kamailio#4330)

while(i < idx->nr) {
                if(idx->dlist[i].uri.len == address->len
                                && strncasecmp(idx->dlist[i].uri.s, address->s, 
address->len)
                                                   == 0) {
                        /* destination address found */
                        old_state = idx->dlist[i].flags;

                        [...]

                        return 0;   //Removing this return will meet your 
needs. !!!
                }
                i++;
        }

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4330#issuecomment-3088815717
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4330/3088815...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to