mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
add Dialed Number Identifier (DNID) field to cdr records.
reviewboard link: https://reviewboard.asterisk.org/r/455/ Reported by: alecdavis Tested by: alecdavis Patch cdr_dnid.diff2.txt uploaded by alecdavis (license 585) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239525 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -863,6 +863,7 @@ static void set_one_cid(struct ast_cdr *cdr, struct ast_channel *c)
|
|||||||
cdr->clid[0] = '\0';
|
cdr->clid[0] = '\0';
|
||||||
}
|
}
|
||||||
ast_copy_string(cdr->src, S_OR(num, ""), sizeof(cdr->src));
|
ast_copy_string(cdr->src, S_OR(num, ""), sizeof(cdr->src));
|
||||||
|
ast_cdr_setvar(cdr, "dnid", S_OR(c->cid.cid_dnid, ""), 0);
|
||||||
|
|
||||||
}
|
}
|
||||||
int ast_cdr_setcid(struct ast_cdr *cdr, struct ast_channel *c)
|
int ast_cdr_setcid(struct ast_cdr *cdr, struct ast_channel *c)
|
||||||
|
|||||||
Reference in New Issue
Block a user