[Home]

Summary:ASTERISK-15041: [patch] ExternalIVR Does not use copy IP Address correctly
Reporter:David Ruggles (thedavidfactor)Labels:
Date Opened:2009-10-26 17:12:27Date Closed:2011-06-07 14:08:14
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_externalivr
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_externalivr3.patch
Description:app_externalivr depended on the h_length property being returned from ast_gethostbyname. It was determined that it is better to use sizeof() This was discussed with ebroad & mvanbaak on #asterisk-dev
Comments:By: Elazar Broad (ebroad) 2009-10-26 17:19:35

Per discussion with reporter on IRC, 16135 should resolve the issue with the current code, by setting h_length, there is no need to change the code in app_externalivr.