aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-22 10:18:43 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-22 10:18:43 +0000
commit25201908064867cda41f3ef14d0532967ccd29c9 (patch)
tree432e887b463640a7ae1f31ff13858ef44948e58e /channels/misdn
parent77240a70d7b73148c0a84c9133b953b90e53fead (diff)
Merged revisions 86598 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r86598 | crichter | 2007-10-22 11:21:15 +0200 (Mo, 22 Okt 2007) | 1 line we send DISCONNECT instead of RELEASE/RELEASE_COMPLETE if the dialplan does not match after an overlap call. Also added out_cause=1 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86617 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn')
-rw-r--r--channels/misdn/isdn_lib.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c
index a5e802b9b..443bc90fb 100644
--- a/channels/misdn/isdn_lib.c
+++ b/channels/misdn/isdn_lib.c
@@ -1247,17 +1247,6 @@ struct misdn_stack* stack_init( int midev, int port, int ptp )
stack->nt=1;
break;
-
-#ifndef MISDN_1_2
- case ISDN_PID_L0_TE_U:
- break;
- case ISDN_PID_L0_NT_U:
- break;
- case ISDN_PID_L0_TE_UP2:
- break;
- case ISDN_PID_L0_NT_UP2:
- break;
-#endif
case ISDN_PID_L0_TE_E1:
cb_log(8, port, "TE S2M Stack\n");
stack->nt=0;