a4a6fb6
Need to sync inside hold
Stephen Paul Weber created
a4a6fb6
Need to sync inside hold
Stephen Paul Weber created
39b1219
Clear idle postgres connections periodically
Stephen Paul Weber created
288e1be
Fewer postgres connections
Still not sure why the RAM on postgres size balloons, but at least cut it down
Stephen Paul Weber created
6da956b
Add a breadcrumb to area code lookup
Stephen Paul Weber created
602d78b
Prevent cache poisoning
Stephen Paul Weber created
b8c0dc9
Doesn't return a string anymore
Stephen Paul Weber created
cf76320
Outer calls sync, so must be a promise
Stephen Paul Weber created
22b111f
Don't swallow all errors
Just the ones we meant to report to the user
Stephen Paul Weber created
2d44eb7
Don't try for local when not possible
Stephen Paul Weber created
129df4d
Up max to 500
Stephen Paul Weber created
bdf6280
Voicemail timeout field improvements
The -1 thing is pretty outdated, we have a voicemail disable for that now. Realistic range is 0 (instant voicemail) to 300 (bandwidth's max which we impose in the code anyway).
Stephen Paul Weber created
b81dfa0
min or max may be optional
Stephen Paul Weber created
5f9590c
Remove upper bound on top up
It's wrong anyway, since trust levels impose different upper bounds, and all we really care about here is min.
Stephen Paul Weber created
04e9f16
Fix typo
Stephen Paul Weber created
8d2885f
Print lua script load path
Stephen Paul Weber created
2c61aa9
Load scripts relative to script path not cwd
Stephen Paul Weber created
f05cb03
rename can't span fs, use mv
Stephen Paul Weber created
846e969
Prefer ones with only + added
In any case most users should migrate to c prefix version which always works
Stephen Paul Weber created
72ace06
Longer dhall load timeout
Stephen Paul Weber created
969d9e6
Update to dhall gem 0.5.6
Stephen Paul Weber created
d098dae
Add sgx_jmp to the bins as well
Stephen Paul Weber created
f24e277
Fix for time-machine we use in prod
Stephen Paul Weber created
f4a0ae4
Caused concurrent access, so don't bother
Stephen Paul Weber created
680092b
Too new is different again
Stephen Paul Weber created
8281ca7
Fix git uri
Stephen Paul Weber created
dc793b5
Fix lint
Stephen Paul Weber created
b03867b
Guixify
Stephen Paul Weber created
52a20f0
Use rubocop from bundler for now
Stephen Paul Weber created
2554164
Make simplecov optional for tests
Stephen Paul Weber created
cc915a1
Support newer webmock
Stephen Paul Weber created
54f1d53
Make rubocop optional for rake
Stephen Paul Weber created
7ca3996
Need to wrap in Postgres
Stephen Paul Weber created
f0353d6
Each notify is its own transaction
Stephen Paul Weber created
d77cadf
Downgrade to error from fatal
Stephen Paul Weber created
135a2da
Better contect for db notify errors
Stephen Paul Weber created
ecd3942
Don't crash if a single poll for notify fails
Stephen Paul Weber created
7b91524
Timeout for spam detected
Stephen Paul Weber created
7b4e73c
Increase allowed iq timeout from scripts
Stephen Paul Weber created
3390056
Timeout exception with better backtrace
Stephen Paul Weber created
667402c
Timeout with sgx isn't really an error worth reporting
Stephen Paul Weber created
0702e2e
Fix transitional account calling
Stephen Paul Weber created
ae58206
Up default IQ timeout to 10
Stephen Paul Weber created
72d8e21
Snikket finally fixed this
Stephen Paul Weber created
8d9e76a
Assume +1 was added for legacy sip
New ones start with c and don't get messed up
Stephen Paul Weber created
509f322
Need to look up the customer again
Stephen Paul Weber created
d108dea
Retry failed inbound forwarding call
Since bandwidth fails these all the time for no reason and they work after several retries
Stephen Paul Weber created
1148d19
Trying to record voicemail, just do it
Even with voicemail disabled... some bug led them here and let's not just ignore it? Especially since fwd is unset during fallback anyway
Stephen Paul Weber created
bf21f05
Add healthcheck endpoint
Stephen Paul Weber created
bdca47f
Pass customer_id since we have it
Stephen Paul Weber created
56726ff
Ignore more kinds of exceptions
Stephen Paul Weber created