Hi Anca I get some "ERROR:presence:get_stored_info: record not found in hash_table" error below. I also get this t_release() warning, but I'm calling t_release() after notify processing and Subscribe process etc in config file.
Jun 23 08:42:24 [4088] INFO:core:probe_max_receive_buffer: using a UDP receive buffer of 255 kb Jun 23 08:42:27 [4091] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7489;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence Jun 23 08:42:27 [4092] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence.winfo Jun 23 08:42:27 [4090] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7489;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence.winfo Jun 23 08:42:27 [4090] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence.winfo Jun 23 08:42:27 [4090] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence Jun 23 08:42:28 [4092] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence Jun 23 08:42:28 [4092] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:jabb2* [email protected] for event presence Jun 23 08:42:28 [4091] INFO:presence:send_notify_request: NOTIFY sip:jabb2* [email protected] via sip:172.16.0.141:5060 on behalf of sip:jabb2*[email protected] for event presence.winfo Jun 23 08:42:28 [4090] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:28 [4093] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:jabb1* [email protected] for event presence Jun 23 08:42:28 [4091] INFO:presence:send_notify_request: NOTIFY sip:jabb1* [email protected] via sip:172.16.0.141:5060 on behalf of sip:jabb1*[email protected] for event presence.winfo Jun 23 08:42:28 [4090] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:28 [4092] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:smvasagam2000*[email protected] for event presence Jun 23 08:42:28 [4093] INFO:presence:send_notify_request: NOTIFY sip:smvasagam2000*[email protected] via sip: 172.16.0.141:5060 on behalf of sip:smvasagam2000*gmail.com@ sip-xmpp1.smithmicro.com for event presence.winfo Jun 23 08:42:28 [4090] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:31 [4091] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7489;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence Jun 23 08:42:31 [4091] INFO:presence:send_notify_request: NOTIFY sip:[email protected] <sip%[email protected]> via sip:[email protected]:7226;transport=udp on behalf of sip:[email protected] <sip%[email protected]> for event presence Jun 23 08:42:35 [4092] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:36 [4091] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:36 [4092] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:43 [4093] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:44 [4091] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:44 [4093] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:51 [4093] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:52 [4090] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:42:52 [4093] WARNING:tm:t_unref: script writer didn't release transaction Jun 23 08:44:00 [4091] ERROR:presence:get_stored_info: record not found in hash_table Jun 23 08:44:00 [4091] ERROR:presence:handle_subscribe: getting stored info Jun 23 08:44:00 [4091] ERROR:presence:get_stored_info: record not found in hash_table Jun 23 08:44:00 [4091] ERROR:presence:handle_subscribe: getting stored info Jun 23 08:44:00 [4090] ERROR:presence:get_stored_info: record not found in hash_table Jun 23 08:44:00 [4092] ERROR:presence:get_stored_info: record not found in hash_table Jun 23 08:44:00 [4090] ERROR:presence:handle_subscribe: getting stored info Jun 23 08:44:00 [4092] ERROR:presence:handle_subscribe: getting stored info config File: route[2] { if ( !t_newtran() ){ sl_reply_error(); exit; }; if( is_method("NOTIFY") && uri=~"sip:[email protected]<sip%[email protected]> "){ log("*** calling pua_xmpp_notify() NOTIFY message.\n"); pua_xmpp_notify(); t_reply("200", "OK"); t_release(); exit; } if(is_method("PUBLISH")){ handle_publish(); t_release(); /* the call to t_release is no longer needed in 1.5 */ } else if( is_method("SUBSCRIBE")){ handle_subscribe(); if( uri=~"sip:[email protected]<sip%[email protected]>" && $hdr(Event)== "presence"){ log("*** calling pua_xmpp_req_winfo SUBSCRIBE message.\n"); pua_xmpp_req_winfo("$ruri", "$hdr(Expires)"); } t_release(); /* the call to t_release is no longer needed in 1.5 */ } exit; }
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
