[SR-Users] htable never

Juha Heinanen jh at tutpro.com
Tue Oct 6 10:57:33 CEST 2015


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



More information about the sr-users mailing list