fix modulnames

This commit is contained in:
Karsten Keil 2003-07-21 13:09:03 +00:00
parent 35184829e8
commit fa7a9840ac
1 changed files with 4 additions and 4 deletions

View File

@ -54,11 +54,11 @@ typedef struct _mISDN_thread {
static mISDN_thread_t mISDN_thread;
static moditem_t modlist[] = {
{"mISDNl1", ISDN_PID_L1_TE_S0},
{"mISDNl2", ISDN_PID_L2_LAPD},
{"mISDNl2", ISDN_PID_L2_B_X75SLP},
{"mISDN_l1", ISDN_PID_L1_TE_S0},
{"mISDN_l2", ISDN_PID_L2_LAPD},
{"mISDN_l2", ISDN_PID_L2_B_X75SLP},
{"l3udss1", ISDN_PID_L3_DSS1USER},
{"mISDNdtmf", ISDN_PID_L2_B_TRANSDTMF},
{"mISDN_dtmf", ISDN_PID_L2_B_TRANSDTMF},
{NULL, ISDN_PID_NONE}
};