Dan Cropp

Results 9 issues of Dan Cropp

If the size is non-zero, a buffered channel for MsgConnected messages will be created. The caller receives a reference to the buffered channel (non-nil indicates a buffered channel was created)....

I discovered this was missing and just submitted a Pull Request that contains code fixing this issue. While fixing this, I also added support for the ProtocolID (protocol_id proto from...

Here is an example of the data Asterisk sends over for the channel data. In the dialplan field, there is an app_name and an app_data field that is not included...

In the listen function, the for loop checks for a ctx closed. If it is, it exits the function. It needs to call the wg.Done. If the Connect function is...

When the connection is first established, there may be calls in the system. For example, there could be calls that were assigned to this stasis application. Someone accidentally unplugs the...

### Severity Major ### Versions 18.17.1 ### Components/Modules pjsip ### Operating Environment Linux Ubuntu 20 ### Frequency of Occurrence None ### Issue Description A customer encountered the following segmentation fault....

bug
support-level-core

### Severity Major ### Versions 20.5.0 ### Components/Modules pjsip ### Operating Environment Ubuntu 22.04.03 ### Frequency of Occurrence Constant ### Issue Description Asterisk/PJSIP fails to use the expires time specified...

bug
support-level-core

We use AMI to call the AudioSocket application. We discovered a CPU core spikes to 100% while the call is in AudioSockets. I found this article discussing the issue https://github.com/NormHarrison/audiosocket_server....

If the caller wants to be notified every time the client detects a change in the Connected/Disconnected state for the websocket (from the last known state), it should create a...