Add a break to prevent call the failover bridge statement at the same time the primary bridge statement is called.
This commit is contained in:
parent
49e27b3637
commit
558c82d386
|
|
@ -449,6 +449,7 @@
|
|||
dial_string = square .."]"..dialplan_detail_data;
|
||||
end
|
||||
bridge_match = true;
|
||||
break;
|
||||
end
|
||||
--increment the value
|
||||
y = y + 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue