aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-provision.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/iax2-provision.c')
-rwxr-xr-xchannels/iax2-provision.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/iax2-provision.c b/channels/iax2-provision.c
index 7f7189af7..44000d59b 100755
--- a/channels/iax2-provision.c
+++ b/channels/iax2-provision.c
@@ -65,6 +65,10 @@ static struct iax_flag {
{ "secure", PROV_FLAG_SECURE },
{ "heartbeat", PROV_FLAG_HEARTBEAT },
{ "debug", PROV_FLAG_DEBUG },
+ { "disablecid", PROV_FLAG_DIS_CALLERID },
+ { "disablecw", PROV_FLAG_DIS_CALLWAIT },
+ { "disablecidcw", PROV_FLAG_DIS_CIDCW },
+ { "disable3way", PROV_FLAG_DIS_THREEWAY },
};
char *iax_provflags2str(char *buf, int buflen, unsigned int flags)