]> git.ipfire.org Git - thirdparty/asterisk.git/commit
enum.c: Make ast_get_txt() actually do something.
authorSean Bright <sean.bright@gmail.com>
Wed, 4 Mar 2020 22:53:57 +0000 (17:53 -0500)
committerSean Bright <sean.bright@gmail.com>
Wed, 4 Mar 2020 23:00:34 +0000 (18:00 -0500)
commit0ee0134cc99865cd0d802d44621e92d67e824152
treebddf71f6c13193bcd9961741f33e62905502a4c4
parent30f718a598b3cf71ca6dd0a3a2077efcbdcede2a
enum.c: Make ast_get_txt() actually do something.

The ast_get_txt() API function (and by extension, the TXTCIDNAME
dialplan function) were broken in
65b8381550a9f46fdce84de79960073e9d51b05d such that we would never
actually make a DNS TXT query as described.

This patch restores the documented behavior.

ASTERISK-19460 #close
Reported by: George Joseph

Change-Id: I1b19aea711488cb1ecd63843cddce05010e39376
main/enum.c