freetdm: change a-law and u-law for alaw and ulaw as valid strings for bearer layer 1

This commit is contained in:
Moises Silva 2011-03-29 17:08:02 -04:00
parent 37c4f658cb
commit 135bac5b6d
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ typedef enum {
FTDM_USER_LAYER1_PROT_ALAW = 0x03,
FTDM_USER_LAYER1_PROT_INVALID
} ftdm_user_layer1_prot_t;
#define USER_LAYER1_PROT_STRINGS "V.110", "u-law", "a-law", "Invalid"
#define USER_LAYER1_PROT_STRINGS "V.110", "ulaw", "alaw", "Invalid"
FTDM_STR2ENUM_P(ftdm_str2ftdm_usr_layer1_prot, ftdm_user_layer1_prot2str, ftdm_user_layer1_prot_t)
/*! Calling Party Category */