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:
Naveen Albert
2021-08-18 19:44:17 +00:00
committed by George Joseph
parent 042ae05be7
commit 5a685249ce
5 changed files with 22 additions and 0 deletions

View File

@@ -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;