[OpenSIPS-Users] need help on timer for INVITE message

haloha haloha201 at gmail.com
Sat Oct 11 17:19:23 CEST 2008


Hi all

is there any way to end the INVITE message with the time-out
ex : A invite B, B does not answer, The opensips will end the session after
30 seconds

i found the ratelimit module is similar what  but dont success to use it

loadmodule "ratelimit.so"
modparam("ratelimit", "timer_interval", 30)
modparam("ratelimit", "queue", "2:*")
modparam("ratelimit", "pipe", "0:TAILDROP:200")
modparam("ratelimit", "pipe", "1:RED:100")
modparam("ratelimit", "pipe", "2:TAILDROP:50")
modparam("ratelimit", "pipe", "3:FEEDBACK:80")

if (is_method("INVITE")) {
        if (!rl_check()) {
                rl_drop();
                exit;
        };
    record_route();
    };


Thank you
Ha`

Baamboo-Tra từ ""
<javascript:void(0);>
*Bạn đang tra ở từ điển Anh - Việt.
Và từ điển hiện không có từ này.*
Thông báo <vietnguyencuong at vccorp.vn,ngocnguyendang at vccorp.vn> cho chúng
tôi!
Hay tìm thêm từ này tại từ điển khác:
Việt - Anh <http://tratu.baamboo.com/index.php?search=&go=&dict=vn_en>
------------------------------
*Xem thêm tại: Baamboo-Tra Từ <http://tratu.baamboo.com/dict/en_vn/>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20081011/488dc6f6/attachment.htm 


More information about the Users mailing list