Pedro Sanders

Results 62 issues of Pedro Sanders

### Summary A demo application of Rox (`rox-ui`), able to be deployed as a simple web application. ### Intended Outcome We can run the application directly from its repository using...

### Summary Write guides covering all possible use-cases in Fonoster. ### Intended Outcome All guides are tested and deployed at [learn.fonoster.com](https://learn.fonoster.com) ### How will it work? NA ### Overview: NA...

**Describe the bug** The test phone is pointing at hardcoded values. **To Reproduce** Go to the [source code](https://github.com/fonoster/webui/blob/1b5d81bb21259c9312049970a82d44b694a8b80c/src/mods/numbers/screens/board/NumbersBoard.tsx#L41), and observe the values of the constructor. **Expected behavior** We need to...

bug
webui

### Discussed in https://github.com/orgs/fonoster/discussions/341 Originally posted by **harish-chander** May 19, 2022 Currently when making call using the callManager.call it makes a call and returns a callID and hands off to...

enhancement
voice

**Describe the bug** We currently depend on some vulnerable packages, including [node-vault ](https://github.com/nodevault/node-vault)and [plugin-warn-if-update-available.](https://github.com/fonoster/plugin-warn-if-update-available) **To Reproduce** Steps to reproduce the behavior: Install the ctl using `npm install -g @fonoster/ctl` and...

security

**Describe the bug** The verb `Play` fails without feedback to the user. **To Reproduce** Steps to reproduce the behavior: 1. Create a voice application and use the `Play` verb 2....

bug
voice

**Is your feature request related to a problem? Please describe.** We must automate the process of copying and preparing the `letsencrypt` certificate for use in Routr. **Describe the solution you'd...

enhancement
devops

**Describe the bug** The voice application module, [Rox](https://github.com/fonoster/rox/blob/7899860e7ef4c259f3eb92a9af5759f670fd8c12/src/intents/dialogflow_es.ts#L34), reads the configuration file for every call which causes a memory leake. **To Reproduce** See the relevant code [here](https://github.com/fonoster/rox/blob/7899860e7ef4c259f3eb92a9af5759f670fd8c12/src/intents/dialogflow_es.ts#L34) **Expected behavior** The...

bug
voice

**Describe the bug** The voice server fails silently if another process is using the same port **To Reproduce** Steps to reproduce the behavior: 1. Start any process on port 3000...

bug
voice

**Is your feature request related to a problem? Please describe.** Fonoster Voice could benefit from re-using the files generated by a TTS Engine. It will make things faster and reduce...

enhancement
help wanted
voice