Pablo Pascual
Pablo Pascual
It's returning true for an invalid phone number. Numbers in Italia have 10 digits. ``` [17] pry(main)> Phonelib.valid_for_country?('+39348727418', :it) => true ```
### Issue Summary Twilio::JWT::AccessToken only works when api keys are generated on US1 region. ### Steps to Reproduce 1. Use a IE1 API KEY and cannot be used to do...
I'm receiving a Redlock::LockError Failed to acquire lock on "name-of-key" sometimes using the gem. I know this error comes from Redis but I would like to know how can I...
**Code to reproduce the issue:** ```ruby def response(call) res = Twilio::TwiML::VoiceResponse.new do |response| dial = create_dial(call) dial.number(contact.phone) response.append(dial) end res.to_s end def create_dial(call) Twilio::TwiML::Dial.new( caller_id: from_phone, answerOnBridge: true, timeout: 18...