signalwire-python icon indicating copy to clipboard operation
signalwire-python copied to clipboard

Results 16 signalwire-python issues
Sort by recently updated
recently updated
newest added

Everything works in this except when I add the status part. Trying to get all messages that weren't delivered messages = client.messages.list( from_ = client_number, date_sent='2021-01-19', status='undelivered')

``` from signalwire.relay.consumer import Consumer import os import time class CustomConsumer(Consumer): def setup(self): self.project = os.getenv("SW_PROJECT") self.token = os.getenv("SW_TOKEN") self.contexts = ['office'] self.devices = [ ] async def on_incoming_call(self, call):...

I've upgraded Twilio and all dependencies in Pipfile. This requires minimum python 3.9 now which I believe is reasonable since 3.8 is EOL. Here are the current versions that are...

Signalwire returns custom error codes and error messages when using the faxing API. However, the fax response is wrapped in the Twilio FaxInstance object, which doesn't handle these fields. I'm...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions