modified:   bridge/bridge.c
	modified:   include/mISDNif.h
This commit is contained in:
Super User 2008-05-11 20:30:54 +02:00
parent c5c76efcbc
commit fe198f27c5
2 changed files with 7 additions and 4 deletions

View File

@ -798,8 +798,9 @@ int main(int argc, char *argv[])
while(mISDN_handler())
;
j++;
#warning testing
//break;
//#warning testing
//if (j==10)
// break;
}
j = 0;
while(j < mISDNport_b->b_num)
@ -808,8 +809,9 @@ int main(int argc, char *argv[])
while(mISDN_handler())
;
j++;
#warning testing
//break;
//#warning testing
//if (j==10)
// break;
}
}

View File

@ -222,6 +222,7 @@
#define ISDN_P_B_X75SLP 0x23
#define ISDN_P_B_L2DTMF 0x24
#define ISDN_P_B_L2DSP 0x25
#define ISDN_P_B_L2DSPHDLC 0x26
#define OPTION_L2_PMX 1
#define OPTION_L2_PTP 2