]> 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:02:13 +0000 (17:02 -0600)
commit2c26705a9b478a328c0e0b84a190c6be9a772fac
treea22143a8961dac05ffffdfe33d119270fee532b8
parentc189ad1f7b5afea2873ebcbbfeba74f6bc051395
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