Pavel K

Results 5 issues of Pavel K

Hi, I have an issue with channel play function. File exists (95kB) and call.caller is a valid channelId. A channel is in a bridge. ``` client.channels.play({channelId: call.caller, media: '/mnt/storage/q.wav'}, (err,...

Here is the code: bridge.on('ChannelLeftBridge', (event, instances) => { var holdingBridge = instances.bridge; console.log(holdingBridge.id); console.log(bridge.id); console.log(holdingBridge.channels.length); console.log(bridge.channels.length); if (holdingBridge.channels.length === 0 && holdingBridge.id === bridge.id) { bridge.destroy((err) => { if(err){...

For example Alice and Bob connect to chat with: `Candy.Core.connect(current_user.login + '@' + self.xmppDomain + '/Mycompany', current_user.token);` Bob starts chat to Alice with: `Candy.View.Pane.PrivateRoom.open(user.login + '@' + self.xmppDomain + '/Mycompany',...

I have the code below and try to imitate dropped connection using `iptables -A OUTPUT -p tcp --dport 6379 -j REJECT`. self.client = redis.createClient(self.cfg.port, self.cfg.host, { retry_strategy: function (options) {...

Pending Author Input

### Bug Report Hello, I have an issue with execution of a simple findOne query which worked correctly before mongodb upgrade to 6.0.3. There are no errors when the script...

waiting-for-user