mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user