mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
chan_iax2: Add ANI2/OLI information element
Adds an information element for ANI2 so that Originating Line Information can be transmitted over IAX2 channels. ASTERISK-29605 #close Change-Id: Iaeacdf6ccde18eaff7f776a0f49fee87dcb549d2
This commit is contained in:
committed by
George Joseph
parent
efcde5c582
commit
38cc3160d3
@@ -32,6 +32,7 @@ struct iax_ies {
|
||||
int calling_ton;
|
||||
int calling_tns;
|
||||
int calling_pres;
|
||||
int calling_ani2;
|
||||
char *called_context;
|
||||
char *username;
|
||||
char *password;
|
||||
|
||||
Reference in New Issue
Block a user