mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Issue #8089 - Fix the ENUM support (picking one record by number). Thanks otmar!
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46631 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -35,9 +35,11 @@
|
||||
If you need any record, then set it to empty string
|
||||
\param maxtech Max length
|
||||
\param suffix Zone suffix (if is NULL then use enum.conf 'search' variable)
|
||||
\param options Options ('c' to count number of NAPTR RR, or number - the position of required RR in the answer list
|
||||
\param options Options ('c' to count number of NAPTR RR)
|
||||
\param record The position of required RR in the answer list
|
||||
*/
|
||||
int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology, int maxtech, char* suffix, char* options);
|
||||
int ast_get_enum(struct ast_channel *chan, const char *number, char *location, int maxloc, char *technology,
|
||||
int maxtech, char* suffix, char* options, unsigned int record);
|
||||
|
||||
/*! \brief Lookup DNS TXT record (used by app TXTCIDnum
|
||||
\param chan Channel
|
||||
|
Reference in New Issue
Block a user