mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
might as well also document the raw values of the flag vars
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@48017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -130,7 +130,7 @@ static struct ast_custom_function cdr_function = {
|
|||||||
" values, when the 'u' option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n"
|
" values, when the 'u' option is passed, but formatted as YYYY-MM-DD HH:MM:SS\n"
|
||||||
" otherwise. Similarly, disposition and amaflags will return their raw\n"
|
" otherwise. Similarly, disposition and amaflags will return their raw\n"
|
||||||
" integral values.\n",
|
" integral values.\n",
|
||||||
" Here is a list of all the available cdr field names:\n",
|
" Here is a list of all the available cdr field names:\n"
|
||||||
" clid lastdata disposition\n"
|
" clid lastdata disposition\n"
|
||||||
" src start amaflags\n"
|
" src start amaflags\n"
|
||||||
" dst answer accountcode\n"
|
" dst answer accountcode\n"
|
||||||
@@ -141,7 +141,16 @@ static struct ast_custom_function cdr_function = {
|
|||||||
" userfield, and amaflags. You may, however, supply\n"
|
" userfield, and amaflags. You may, however, supply\n"
|
||||||
" a name not on the above list, and create your own\n"
|
" a name not on the above list, and create your own\n"
|
||||||
" variable, whose value can be changed with this function,\n"
|
" variable, whose value can be changed with this function,\n"
|
||||||
" and this variable will be stored on the cdr.\n",
|
" and this variable will be stored on the cdr.\n"
|
||||||
|
" raw values for disposition:\n"
|
||||||
|
" 1 = NO ANSWER\n"
|
||||||
|
" 2 = BUSY\n"
|
||||||
|
" 3 = FAILED\n"
|
||||||
|
" 4 = ANSWERED\n"
|
||||||
|
" raw values for amaflags:\n"
|
||||||
|
" 1 = OMIT\n"
|
||||||
|
" 2 = BILLING\n"
|
||||||
|
" 3 = DOCUMENTATION\n",
|
||||||
};
|
};
|
||||||
|
|
||||||
static int unload_module(void)
|
static int unload_module(void)
|
||||||
|
Reference in New Issue
Block a user