[OpenSER-Devel] [ openser-Bugs-1764181 ] user location bug in MSILO

SourceForge.net noreply at sourceforge.net
Tue Jul 31 08:55:24 CEST 2007


Bugs item #1764181, was opened at 2007-07-31 06:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1764181&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver 1.2.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: lilichun (lilichun)
Assigned to: Nobody/Anonymous (nobody)
Summary: user location bug in MSILO

Initial Comment:
Openser lookups domain name via DNS instead of user location when sending offline message. Since the user has registered, openser can lookup user location directly. 

I run an openser without DNS. It works fine for forwarding online message and storing offline message. But offline message can not be sent due to the bug.

 7(5223) REGISTER received -> dumping messages with MSILO
 7(5223) MSILO:m_dump: ------------ start ------------
 7(5223) MSILO:m_dump: 'To' header ALREADY PARSED: <sip:bob at wti.com>
 7(5223) parse_headers: flags=8000
 7(5223) MSILO:m_dump: user <sip:bob at wti.com> online - expires=3600
 7(5223) parse_headers: flags=ffffffffffffffff
 7(5223) MSILO:check_message_method: Allow message: 256
 7(5223) MSILO:check_message_method: MESSAGE found in Allow Header
 7(5223) MSILO:m_dump: using user id [sip:bob at wti.com]
 7(5223) MSILO:m_dump: dumping [5] messages for <sip:bob at wti.com>!!!
 7(5223) MSILO:msg_list_check_msg: checking msgid=1
 7(5223) MSILO:msg_list_check_msg: msg added to sent list.
 7(5223) MSILO:m_dump: msg [1-1] for: sip:bob at wti.com
 7(5223) MSILO:m_dump: sending composed body
 7(5223) DEBUG:tm:t_uac: next_hop=<sip:bob at wti.com>
 7(5223) DEBUG: mk_proxy: doing DNS lookup...
 7(5223) DEBUG:sip_resolvehost2: no port, no proto -> do NAPTR lookup!
 7(5223) get_record: lookup(wti.com, 35) failed
 7(5223) DEBUG:sip_resolvehost2: no valid NAPTR record found for wti.com, trying direct SRV lookup...
 7(5223) get_record: lookup(_sip._udp.wti.com, 33) failed
 7(5223) DEBUG:sip_resolvehost2: no valid SRV record found for _sip._udp.wti.com, trying A record lookup...
 7(5223) DEBUG:destroy_avp_list: destroying list (nil)



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1764181&group_id=139143



More information about the Devel mailing list