five9 conference listen does not work

This commit is contained in:
Hoan HL
2026-06-26 13:47:45 +07:00
parent 4fb5acaf40
commit 8ede0b7dc2
+2 -1
View File
@@ -568,7 +568,8 @@ class CallSession extends Emitter {
this.logger.info(`rtpengine answer failed with ${JSON.stringify(response)}`);
throw new Error(`rtpengine failed: ${response['error-reason']}`);
}
return response.sdp;
const sdpTmp = response.sdp.replace('a=sendonly', 'a=sendrecv');
return sdpTmp;
}
}, {
cbRequest: async(err, inv) => {