Results 47 issues of Dave Horton

the other demo elements work, but speed dial fails for me (in Chrome) and I see this error in dev tools: Uncaught TypeError: Failed to execute 'animate' on 'Element': 'function...

### Describe the bug I am authenticating to Polly like so: ```js // credentials: {accessKeyId, secretAccessKey, region} const polly = new Polly(credentials); polly.synthesizeSpeech(opts, (err, data) => {.. ``` This has...

bug

I've been installing the homer webapp and heplify-server from the binary packages, and this has worked fine on amd64 architecture. I'm bringing up some systems on AWS Graviton processors now,...

Feature Request
Testing Needed
help wanted

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

In this scenario, we got a REGISTER request over a wss connection, sent it downstream, then got an error on the wss socket and closed it. When the 200 OK...

Sequence: ``` UAC drachtio INVITE---------> BYE ------------> 200 OK --------> ``` This will leave an entry in the dialog hash table and client transactions table (in sofia-sip), as well as...

Per the spec 17.2.1 INVITE Server Transaction, timer H should be set for all transports for the UAC transaction. ``` When the "Completed" state is entered, timer H MUST be...

A succesful REFER request creates an implicit subscription, but a Contact header is needed in order for the receiving UA to know where to send NOTIFY messages

particularly in outbound mode, when a client disconnects we need to clear associate app and net transactions. There should never be data in those maps when there are no clients...

scenario: B2B, then BYE from B leg, BYE sent on A leg, all timers processed, but there is still an entry in the app transactions map: `2017-09-19 13:10:40.337086 m_mapAppTransactions size:...