Make features programable (will require iaxy binary firmware 20 to be released soon)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-11-09 21:19:35 +00:00
parent 369d4bfae2
commit 168d706b03
2 changed files with 9 additions and 0 deletions

View File

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