Ahron Greenberg (agree)

Results 26 issues of Ahron Greenberg (agree)

On PRESENCE_PROBE, we should only send the NOTIFY to the subscriber.

An example where this is useful ```xml ```

```javascript const readable = Readable.from(['hello world!!!!!\n']) const stream1 = new ReadableStreamClone(readable) const stream2 = new ReadableStreamClone(readable) pipeline(stream1, process.stdout, err => { if (err) { console.error(err) } }); setTimeout(() => {...

#### Description This commit fixes issues https://github.com/signalwire/freeswitch/issues/1779 and https://github.com/signalwire/freeswitch/issues/2640 The bug was caused by the incoming subscribe handler calling directly `sofia_reg_parse_auth` with an exptime of 0, causing the nonce to...

**Describe the bug** Segfault in switch_channel_get_variable_dup when getting bleg_* profile timing vars **To Reproduce** Steps to reproduce the behavior: 1. Originate a call 2. Run in console `uuid_get_var {uuid} bleg_answered_time`...

bug