yeti-web
yeti-web copied to clipboard
Yeti admin interface. Opensource SIP SBC with billing.
Hi, I have some use cases when I need to block a lot caller ids, but there is no convenient way on how to do it. For example I want...
``` billing.services id bigserial primary key type_id smallint references billing.service_types(id) not null, account_id integer references billing.accounts(id) not null, state_id smallint, ENUM: active, awating renew. name varchar not null, created_at timestamptz...
delay job crashing with error: ``` PG::NotNullViolation: ERROR: null value in column "item_id" of relation "versions" violates not-null constraint DETAIL: Failing row contains (4226, Account, null, destroy, 3, --- t0_r0:...
When using "QD-Static, LCR, ACD&ASR control" sorting on a routing plan, prefixes listed on a routing plan static route work as intended, distributing the dialpeers by weight. However when there...
Clean up the API Logs table after each controller/requests test. Since we introduced the new feature ([YETIWEB-1396, Async writing to API log](https://github.com/yeti-switch/yeti-web/commit/9b1f6539b8342e5fa91a44c416794d756b275606)), the API logs are not reverted by postgres...
``` irb(main):001:0> p=Jobs::AccountBalanceNotify.new(0) => # irb(main):002:0> p.execute /opt/yeti-web/app/domain/contact_email_sender.rb:47:in `create_email_log': undefined method `from_address' for nil:NilClass (NoMethodError) mail_from: contact.smtp_connection.from_address, ^^^^^^^^^^^^^ irb(main):003:0> irb(main):004:0> System::SmtpConnection.all => [] ```
It would be nice to have (where available) "Type In" search option for under "Dialpeers" section, once "Collection Actions" -> "Update batch" is triggered and I expand fields: routing_group_id, gateway_id,...
It would be nice to see dropdown values (where available) sorted Alphabetically (from A to Z) under "Dialpeers" section, once "Collection Actions" -> "Update batch" is triggered and I expand...
after changing visible columns on CDR page it loading infinitely: Chrome debug tools shows 401 response: application logs: ``` yeti-web[2077127]: [d726c8af-16e9-4f0a-a06d-cec341bec971] Started GET "/cdrs?index_table_visible_columns%5B%5D=id&index_table_visible_columns%5B%5D=time_start&index_table_visible_columns%5B%5D=time_connect" for 1.2.4.5 at 2023-10-29 19:54:31 +0200...