Shailendra Paliwal
Shailendra Paliwal
Is there a way the screenshots can be copied to the clipboard where I can paste them at the relevant place? I can also try to make that change and...
Yes you can. Use the `/channels/create` endpoint or `Channel().originate()` method ``` client.Channel().originate({ endpoint: 'PJSIP/+123456@siptrunk', formats: config.get('rtpServer.format'), app: ariConfig.appName, }).then(() => { console.log('made a call to +123456!') }); ```
Hey, this seems interesting. Did you folks make any headway into this? I've been looking for ways to connect SIP calls to Dialogflow framework.
Okay I figured out that the ARI of `sentences` when it is ``` sentences = [["this", "was", "rather", "easy"], ["Please", "give", "me", "something", "more", "challenging"]] ``` is 6.033. However, if...
Hello, Thanks for this repo, I tried what you suggest and was able to install the packages just fine. However, I get an error when running `python wifi-users.py` ``` (base)...
Hey FYI, I'm using a Macbook Pro M1, 2020 running Ventura 13.1 and `make build-docker-full` works for me without any errors. I am also able to run the docker image...
@lestercoyoyjr Are you aware if the instructions in the documentation still work for RocketChat? I believe that this notice can be added to the top of the documentation page
Hi @gajendrarao1979, thank you for the pull request! Can you please describe the changes you've made and why are they required?
Hey @gajendrarao1979, we won't be able to merge these PRs as this repository isn't under active maintenance anymore. Please see this page for our [product releases and maintenance policy](https://rasa.com/rasa-product-release-and-maintenance-policy/)
This is marked with a `//FIXME` comment already in the code, https://github.com/CyCoreSystems/audiosocket/blob/807c189aae2b651b779b1e2ce1a17e1ecd364973/audiosocket.go#L68-L76