i noticed that entries that i had added to htable at sip proxy start in
event_route [htable:mod-init], e.g.,

    $sht(htable=>app_srv::sbc::<null>) = "sip:SBC:SEMS_PORT";

had disappeared from htable after some (don't know exactly how long)
time. i have not specified any autoexpire for that table:

modparam("htable", "htable", "htable=>size=HTABLE_SIZE;dbtable=htable;")

after restart of sip proxy they reappeared in htable like this:

# sip-proxy_ctl htable.get htable 'app_srv::sbc::<null>'
{
        item: {
                name: app_srv::sbc::<null>
                value: sip:127.0.0.1:5090
                flags: 2
                expire: NEVER
        }
}

what could explain the disappearance?

-- juha

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to