Documentation item #1408988, was opened at 2006-01-18 12:41 Message generated for change (Settings changed) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782960&aid=1408988&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 devel >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Norman Brandinger (goestelecom) >Assigned to: Daniel-Constantin Mierla (miconda) Summary: Spelling Initial Comment: In modules/nathelper/nathelper.c LOG(L_ERR, "ERROR:n2h:natping_hanlder: sip udp_send failed\n"); Should be: LOG(L_ERR, "ERROR:n2h:natping_handler: sip udp_send failed\n"); Noticed this on the console. At some point I'll have to research whether this is truely an error or should perhaps be considered just a "NOTICE". It might be "normal" for the destination of the natping to be offline (if the remote device is powered off). Regards, Norm ---------------------------------------------------------------------- Comment By: Bogdan (bogdan_iancu) Date: 2006-01-19 12:06 Message: Logged In: YES user_id=1275325 Norm, udp_send does not return error if the destination is not listening for UDP traffic. I would say your error are triggered by something else than offline device. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782960&aid=1408988&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
