ozmod_libpri: str2switch() Also accept 5ess for lucent5e
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@713 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
2cef898260
commit
f584d301c0
|
@ -905,7 +905,7 @@ static int str2switch(char *swtype)
|
|||
return PRI_SWITCH_NI2;
|
||||
if (!strcasecmp(swtype, "dms100"))
|
||||
return PRI_SWITCH_DMS100;
|
||||
if (!strcasecmp(swtype, "lucent5e"))
|
||||
if (!strcasecmp(swtype, "lucent5e") || !strcasecmp(swtype, "5ess"))
|
||||
return PRI_SWITCH_LUCENT5E;
|
||||
if (!strcasecmp(swtype, "att4ess"))
|
||||
return PRI_SWITCH_ATT4ESS;
|
||||
|
|
Loading…
Reference in New Issue