mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 00:58:34 +00:00
fix for #1027
This commit is contained in:
@@ -748,6 +748,13 @@ class TaskDial extends Task {
|
||||
if (this.epOther) {
|
||||
this.epOther.api('uuid_break', this.epOther.uuid);
|
||||
this.epOther.bridge(sd.ep);
|
||||
|
||||
/**
|
||||
* wait until the endpoints are bridged before apply the send_silence_when_idle
|
||||
* audiocodes webrtc client somehow inserts massive latency if we send silence
|
||||
* and then bridge A and B.
|
||||
*/
|
||||
this.ep.set('send_silence_when_idle', -1);
|
||||
}
|
||||
this.bridged = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user