dect
/
asterisk
Archived
13
0
Fork 0

Add National ISDN 1 support

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1061 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-05-28 22:40:26 +00:00
parent 77678e18f9
commit 19018a0200
2 changed files with 6 additions and 1 deletions

View File

@ -6591,6 +6591,10 @@ int load_module()
} else if (!strcasecmp(v->name, "switchtype")) {
if (!strcasecmp(v->value, "national"))
switchtype = PRI_SWITCH_NI2;
#ifdef PRI_SWITCH_NI1
else if (!strcasecmp(v->value, "ni1"))
switchtype = PRI_SWITCH_NI1;
#endif
else if (!strcasecmp(v->value, "dms100"))
switchtype = PRI_SWITCH_DMS100;
else if (!strcasecmp(v->value, "4ess"))

View File

@ -15,11 +15,12 @@ context=default
;
; Switchtype: Only used for PRI.
;
; national: National ISDN
; national: National ISDN 2 (default)
; dms100: Nortel DMS100
; 4ess: AT&T 4ESS
; 5ess: Lucent 5ESS
; euroisdn: EuroISDN
; ni1: Old National ISDN 1
;
switchtype=national
;