mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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
042ae05be7
commit
5a685249ce
@@ -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