|
Asterisk - The Open Source Telephony Project
18.5.0
|
Indicate what information in ast_party_caller should be set. More...
#include <channel.h>

Data Fields | |
| struct ast_set_party_id | ani |
| struct ast_set_party_id | id |
| struct ast_set_party_id | priv |
Indicate what information in ast_party_caller should be set.
| struct ast_set_party_id ani |
What ANI id information to set.
Definition at line 445 of file channel.h.
Referenced by ast_party_caller_set(), and misdn_update_caller_id().
| struct ast_set_party_id id |
What caller id information to set.
Definition at line 443 of file channel.h.
Referenced by ast_party_caller_set(), Model::load(), and misdn_update_caller_id().
| struct ast_set_party_id priv |
What private caller id information to set.
Definition at line 447 of file channel.h.
Referenced by ast_party_caller_set().
1.8.13