mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-11 23:28:59 +00:00
* Added check for bridging in misdn_call to avoid setting echocancellation
when 2 mISDN channels are involved and when bridging is set. That lead to a kernel panic before under different situations, because we switched about 2 times between hardware bridging and echocancelation * readded MISDN_URATE variable which got lost before, this should make app_v110 work again * fixed typo git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@49303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -448,7 +448,7 @@ static int find_free_chan_in_stack(struct misdn_stack *stack, int channel)
|
||||
int empty_chan_in_stack(struct misdn_stack *stack, int channel)
|
||||
{
|
||||
if (channel<=0 || channel>=MAX_BCHANS) {
|
||||
cb_log(0,stack?stack->port:0, "empty_chan_inst_stack: cannot empty channel %d\n",channel);
|
||||
cb_log(0,stack?stack->port:0, "empty_chan_in_stack: cannot empty channel %d\n",channel);
|
||||
return -1;
|
||||
}
|
||||
|
||||
@@ -3575,6 +3575,7 @@ int misdn_lib_pid_restart(int pid)
|
||||
if (bc) {
|
||||
manager_clean_bc(bc);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int misdn_lib_port_restart(int port)
|
||||
|
Reference in New Issue
Block a user