[Home]

Summary:ASTERISK-10094: [Patch] No ethernet interface found for seeding global EID .... always printed
Reporter:Andrew Lunn (lunn)Labels:
Date Opened:2007-08-16 03:31:23Date Closed:2007-08-16 10:11:55
Priority:MinorRegression?No
Status:Closed/CompleteComponents:PBX/pbx_dundi
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) pbx_dundi.diff
Description:When pbx_dundi starts it calls reset_global_eid() which gets the MAC address of the ethernet device. The code wrongly always prints
"No ethernet interface found for seeding global EID  You will have to set it manually." when the SIOCGIFHWADDR method is used, because it is missing a return statement.

Patch soon to be attached.
Comments:By: Digium Subversion (svnbot) 2007-08-16 10:11:54

Repository: asterisk
Revision: 79688

------------------------------------------------------------------------
r79688 | file | 2007-08-16 10:11:54 -0500 (Thu, 16 Aug 2007) | 6 lines

(closes issue ASTERISK-10094)
Reported by: lunn
Patches:
     pbx_dundi.diff uploaded by lunn (license 179)
Don't print a warning saying an ethernet interface was found when it indeed was.

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