Hi,
I am trying to set up message handling for offline users. Storing seems to work ok - message is in database and all fields seems to be correct. Dumping doesn't work - it is called like in examples - just after save function in part handling REGISTER message but no packets at all is delivered to registering UA (seen by ethereal), except ones need for register.
part of debug log for handling one message (11th in the database):
14(15501) DEBUG: timer routine:0,tl=0x4068410c next=(nil) 14(15501) DEBUG: final_response_handler:stop retr. and send CANCEL (0x40683fe0) 14(15501) DEBUG:tm:t_should_relay_response: T_code=0, new_code=408 14(15501) DEBUG:tm:local_reply: branch=0, save=0, winner=0 14(15501) DEBUG:tm:local_reply: local transaction completed 14(15501) DBG: trans=0x40683fe0, callback type 256, id 0 entered 14(15501) MSILO:m_tm_callback: completed with status 408 [mid: 1080573260/11] 14(15501) MSILO:m_tm_callback: message <11> was not sent successfully 14(15501) MSILO: msg_list_set_flag: mid:11 fl:8 14(15501) DEBUG: add_to_tail_of_timer[2]: 0x40684028 14(15501) DEBUG: final_response_handler : done
TIA, Darko
Hi,
are you able to see on the network the sent MESSAGE after user REGISTER? as the log says, there is an attempt to deliver the stored message but timeout is generated.
regards, bogdan
Darko wrote:
Hi,
I am trying to set up message handling for offline users. Storing seems to work ok - message is in database and all fields seems to be correct. Dumping doesn't work - it is called like in examples - just after save function in part handling REGISTER message but no packets at all is delivered to registering UA (seen by ethereal), except ones need for register.
part of debug log for handling one message (11th in the database):
14(15501) DEBUG: timer routine:0,tl=0x4068410c next=(nil) 14(15501) DEBUG: final_response_handler:stop retr. and send CANCEL (0x40683fe0) 14(15501) DEBUG:tm:t_should_relay_response: T_code=0, new_code=408 14(15501) DEBUG:tm:local_reply: branch=0, save=0, winner=0 14(15501) DEBUG:tm:local_reply: local transaction completed 14(15501) DBG: trans=0x40683fe0, callback type 256, id 0 entered 14(15501) MSILO:m_tm_callback: completed with status 408 [mid: 1080573260/11] 14(15501) MSILO:m_tm_callback: message <11> was not sent successfully 14(15501) MSILO: msg_list_set_flag: mid:11 fl:8 14(15501) DEBUG: add_to_tail_of_timer[2]: 0x40684028 14(15501) DEBUG: final_response_handler : done
TIA, Darko
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
There is no packet at all, at least to the client computers. Everything else works fine. Messages are stored only if user is offline, when is online messages are delivered directly without problem. It is openser 1.0.1. Could it be somthing with MySQL version - it is 4.0.15, but all other modules works ok.
Thanks
On Mon, 15 May 2006 13:03:35 +0300, Bogdan-Andrei Iancu wrote
Hi,
are you able to see on the network the sent MESSAGE after user REGISTER? as the log says, there is an attempt to deliver the stored message but timeout is generated.
regards, bogdan
Darko wrote:
Hi,
I am trying to set up message handling for offline users. Storing seems to work ok - message is in database and all fields seems to be correct. Dumping doesn't work - it is called like in examples - just after save function in part handling REGISTER message but no packets at all is
delivered
to registering UA (seen by ethereal), except ones need for register.
part of debug log for handling one message (11th in the database):
14(15501) DEBUG: timer routine:0,tl=0x4068410c next=(nil) 14(15501) DEBUG: final_response_handler:stop retr. and send CANCEL (0x40683fe0) 14(15501) DEBUG:tm:t_should_relay_response: T_code=0, new_code=408 14(15501) DEBUG:tm:local_reply: branch=0, save=0, winner=0 14(15501) DEBUG:tm:local_reply: local transaction completed 14(15501) DBG: trans=0x40683fe0, callback type 256, id 0 entered 14(15501) MSILO:m_tm_callback: completed with status 408 [mid:
1080573260/11]
14(15501) MSILO:m_tm_callback: message <11> was not sent successfully 14(15501) MSILO: msg_list_set_flag: mid:11 fl:8 14(15501) DEBUG: add_to_tail_of_timer[2]: 0x40684028 14(15501) DEBUG: final_response_handler : done
TIA, Darko
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
-- Open WebMail Project (http://openwebmail.org)