[OpenSIPS-Users] Help: Understanding ACK loop

qasimakhan at gmail.com qasimakhan at gmail.com
Tue Nov 6 15:01:36 CET 2012


Try replacing your ACK block:

t_relay();
exit;

with:

if (src_ip == 10.9.6.40) {
        route(1)
    }

if (src_ip == 10.9.6.3) {
        route(2)
    }

Regards,
Qasim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20121106/c4131c9c/attachment.htm>


More information about the Users mailing list