aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-22 09:21:15 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-22 09:21:15 +0000
commit09773d1c9a438690087857e37d816ecce81ad8ac (patch)
tree92b12442b67b2ff0f6dd6d6a45c271821e0ce68e /channels/misdn
parent0cf416f926f032e6065553ae605849aad7d3fb24 (diff)
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/branches/1.4@86598 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 6a8149b06..959a2a888 100644
--- a/channels/misdn/isdn_lib.c
+++ b/channels/misdn/isdn_lib.c
@@ -1240,17 +1240,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;