mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of already-implemented CDR() function
make SetVar() options actually work as documented remove SetVar() 'c' and 'r' options, since the CDR() function can provide this functionality add 'r' option to CDR() function to control recursive retrieval/storage (inspired by bug #4143, but without the SetVar syntax changes) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#define AST_CDR_FLAG_POSTED (1 << 1)
|
||||
#define AST_CDR_FLAG_LOCKED (1 << 2)
|
||||
#define AST_CDR_FLAG_CHILD (1 << 3)
|
||||
#define AST_CDR_FLAG_SETVAR (1 << 4)
|
||||
#define AST_CDR_FLAG_RECUR (1 << 5)
|
||||
|
||||
#define AST_CDR_NOANSWER (1 << 0)
|
||||
#define AST_CDR_BUSY (1 << 1)
|
||||
|
||||
Reference in New Issue
Block a user