mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-07-04 19:32:04 +00:00
five9 conference listen does not work
This commit is contained in:
+2
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user