mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Expand the caller ANI field to an ast_party_id
Expand the ani field in ast_party_caller and ast_party_connected_line to an ast_party_id. This is an extension to the ast_callerid restructuring patch in review: https://reviewboard.asterisk.org/r/702/ Review: https://reviewboard.asterisk.org/r/744/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276393 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -189,7 +189,7 @@ static void isAnsweringMachine(struct ast_channel *chan, const char *data)
|
||||
);
|
||||
|
||||
ast_verb(3, "AMD: %s %s %s (Fmt: %s)\n", chan->name,
|
||||
S_OR(chan->caller.ani, "(N/A)"),
|
||||
S_COR(chan->caller.ani.number.valid, chan->caller.ani.number.str, "(N/A)"),
|
||||
S_COR(chan->redirecting.from.number.valid, chan->redirecting.from.number.str, "(N/A)"),
|
||||
ast_getformatname(chan->readformat));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user