Merged revisions 70672 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r70672 | crichter | 2007-06-21 15:11:29 +0200 (Do, 21 Jun 2007) | 1 line

we activate the bchannels in TE mode on incoming calls only when we want to connect the call.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@71123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Christian Richter
2007-06-22 15:38:08 +00:00
parent e1791cab97
commit 795e189aa2
2 changed files with 2 additions and 1 deletions

View File

@@ -3276,6 +3276,8 @@ int misdn_lib_send_event(struct misdn_bchannel *bc, enum event_e event )
case EVENT_ALERTING:
case EVENT_PROCEEDING:
case EVENT_SETUP_ACKNOWLEDGE:
if (!stack->nt) break;
case EVENT_CONNECT:
case EVENT_RETRIEVE_ACKNOWLEDGE: