[asterisk-bugs] [JIRA] (ASTERISK-19460) [patch] Function TXTCIDNAME never actually makes DNS calls and always returns an empty string

Matthew Stapleton (JIRA) noreply at issues.asterisk.org
Mon May 6 00:15:38 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-19460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=206129#comment-206129 ] 

Matthew Stapleton commented on ASTERISK-19460:
----------------------------------------------

It looks like this is still not fixed in Asterisk 1.8.21.0 and Asterisk 11.3.0
                
> [patch] Function TXTCIDNAME never actually makes DNS calls and always returns an empty string
> ---------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-19460
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-19460
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Functions/func_enum
>    Affects Versions: 10.1.3
>         Environment: Fedora 16 x64
>            Reporter: George Joseph
>            Severity: Minor
>         Attachments: asterisk-txtcidname.patch
>
>
> Function TXTCIDNAME never even tries to do a DNS TXT lookup.  In looking through the history of main/enum.c, it doesn't look like it ever worked and in fact, the code in ast_get_txt that calls ast_search_dns was removed several years ago.  The current code reverses the number and inserts '.' between the characters (which may be correct for ENUM but not I believe for TXT), then returns without actually doing anything.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list