I am looking to MWI messages openser/kamailio and send the MWI message back based on a database lookup or other means within a routing block, when the users register though, i get errors like:
Jan 3 12:07:20 ser1 /usr/local/sbin/kamailio[20317]: ERROR:presence:get_database_info: No matching subscription dialog found in database Jan 3 12:07:20 ser1 /usr/local/sbin/kamailio[20317]: ERROR:presence:handle_subscribe: getting stored info
and when I disable the DB setup I had, I get a similar error:
Jan 4 16:59:48 ser1 /usr/local/sbin/kamailio[5211]: ERROR:presence:get_stored_info: record not found in hash_table Jan 4 16:59:48 ser1 /usr/local/sbin/kamailio[5211]: ERROR:presence:handle_subscribe: getting stored info
Hello,
On 1/7/10 1:06 AM, Joel Webster wrote:
I am looking to MWI messages openser/kamailio and send the MWI message back based on a database lookup or other means within a routing block, when the users register though, i get errors like:
Jan 3 12:07:20 ser1 /usr/local/sbin/kamailio[20317]: ERROR:presence:get_database_info: No matching subscription dialog found in database Jan 3 12:07:20 ser1 /usr/local/sbin/kamailio[20317]: ERROR:presence:handle_subscribe: getting stored info
and when I disable the DB setup I had, I get a similar error:
Jan 4 16:59:48 ser1 /usr/local/sbin/kamailio[5211]: ERROR:presence:get_stored_info: record not found in hash_table Jan 4 16:59:48 ser1 /usr/local/sbin/kamailio[5211]: ERROR:presence:handle_subscribe: getting stored info
it seems you have a SUBSCRIBE with To-tag but no dialog created for it. Is you initial subscribe for the dialog sent to kamailio (the one without to-tag).
Cheers, Daniel