Dave Horton
6341132807
Feat/sql improvements ( #536 )
...
* add indexes
* update sql editor file
* upgrade schema
* optimize Applications.retrieveAll
* security fixes
* update gh workflows
2026-01-15 08:45:40 -05:00
Dave Horton
e9d14e9e38
no need to update api_key use date more than once per minute ( #506 )
2025-10-28 17:18:22 -04:00
Hoan Luu Huu
2dd06df641
Fix Application Model Pagination Issue with LEFT JOINs ( #461 )
2025-06-01 08:31:27 -04:00
Hoan Luu Huu
579a586a03
fixed filter for carriers for an account ( #460 )
...
* fixed filter for carriers for an account
* wip
* wip
2025-05-30 07:24:55 -04:00
Hoan Luu Huu
6700ff35be
support fetching application with pagination ( #450 )
...
* support fetching application with pagination
* pagination for voip carrier
* wip
* wip
* wip
* support phone number pagination
* wip
* wip
* wip
2025-05-28 07:28:48 -04:00
Hoan Luu Huu
431cc9e4f4
support filter phone numbers ( #447 )
2025-05-14 07:54:48 -04:00
rammohan-y
4c935c7fda
Feat/371 view only user implementation using user_permissions ( #381 )
...
* https://github.com/jambonz/jambonz-api-server/issues/371
Implemented view_only permission feature
* calling prepare-permissions in create-test-db.js
* check if there is only 1 permission and if it is VIEW_ONLY then consider user as read-only user
* setting is_view_only flag for view user by userid
2025-04-01 09:29:06 -04:00
Hoan Luu Huu
d872d9ee87
suport voip carrier sip_proxy ( #389 )
...
* suport voip carrier sip_proxy
* fix review comment
2025-02-17 09:46:20 -05:00
Markus Frindt
23cd4408a5
Feat/obscure sensitive bucket credentials ( #375 )
...
* obscure sensitive bucket credentials
* npm audit fix
* fix condition
* add test suite encrypt-decrypt.test
* revert docker-compose
* update pipeline
---------
Co-authored-by: mfrindt <m.frindt@cognigy.com >
2025-01-03 07:12:44 -05:00
Dave Horton
ce4618523c
correct clients.password col name ( #373 )
...
* correct clients.password col name
* fix #372
2024-12-28 16:42:32 -05:00
rammohan-y
8851b3fac0
feat/367 added support for name query parameter for retrieving application ( #368 )
...
* feat/367 added support for name query parameter for getting application by name
* feat/367 - Updated test case and modified retrieveAll method to make name independent of service_provider_id and account_sid
* updated query to use WHERE 1=1 to avoid whereFlag variable
* feat/367: removed empty line added accidently
2024-12-18 08:18:48 -05:00
rammohan-y
75c27e3f80
feat/982: fixed issue where vendor's API is not called if vendor is defined at service provider level, and also made format of name consistent ( #365 )
2024-12-12 17:06:45 -05:00
Dave Horton
843980c7f6
#361 ( #362 )
...
* #361
* fix typo in db upgrade script
---------
Co-authored-by: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com >
2024-11-26 20:25:25 -05:00
Dave Horton
ed71abd675
added private_newtwork_cidr to system_information table ( #341 )
...
* added private_newtwork_cidr to system_information table
* db schema upgrade to add system_information.private_network_cidr in 0.9.2
* increase size of system_information.private_network_cidr to varchar(8192)
2024-08-18 12:49:06 -04:00
Hoan Luu Huu
b921cab867
Support elevenlabs 2.5 ( #336 )
...
* update elevenlab model
* wip
* wip
* wip
2024-07-24 13:04:12 -04:00
Hoan Luu Huu
187a428a75
register use tls ( #302 )
2024-04-04 08:02:29 -04:00
Hoan Luu Huu
33c3b99e2e
update paid account to active if it's in deactivated ( #287 )
...
* update paid account to active if it's in deactivated
* fix review comment
2024-01-17 09:20:38 -05:00
Dave Horton
e6168d0a3c
changes to enable/disable direct calling from chrome extension ( #253 )
...
* changes to enable/disable direct calling from chrome extension
* changes to db upgrade script
* fix upgrade db script
---------
Co-authored-by: Quan HL <quan.luuhoang8@gmail.com >
2023-11-06 09:37:35 -05:00
Hoan Luu Huu
30ba84d57b
google custom voice ( #245 )
...
* google custom voice
* wip
* wip
* fix failing testcase
2023-10-30 20:29:12 -04:00
Hoan Luu Huu
a1c302f85c
Fix/getvoicelanguage ( #242 )
...
* fix fetch eleven voice and language
* fix elevenlabs voice and language
* fix
* fix
* fix
* fix
* fix
* fix
2023-10-20 08:41:26 +02:00
Hoan Luu Huu
4c9af253a3
add eleven labs ( #240 )
...
* add eleven labs
* wip
* add voices and languages endpoints
2023-10-12 21:27:23 -04:00
Markus Frindt
0522ae408c
Fix the query to retrieve a phone number as account user ( #237 )
...
Co-authored-by: Markus Frindt <m.frindt@cognigy.com >
2023-09-27 10:09:54 -04:00
Dave Horton
77363d54d1
#230 - support for option to pad crypto on outdial using srtp ( #231 )
2023-09-15 13:34:03 -04:00
Hoan Luu Huu
9002bacf8f
fix account level get phone number ( #217 )
...
* fix account level get phone number
* fix account level get phone number
2023-08-30 09:24:29 -04:00
Hoan Luu Huu
7351f0ad68
feat support multi speech credential with diff labels and same vendor ( #218 )
...
* feat support multi speech credential with diff labels and same vendor
* fix review comment
* wip
* fix review comments
* update verb spec version
2023-08-15 08:53:16 -04:00
Hoan Luu Huu
3121c2a197
fix hosted app, register by email ( #196 )
...
* fix hosted app, register by email
* update mailgun configuration
* update payment method when update card
* fix
* fix
* fix
* change free plan settings
* fix forgot password
* fix forgot password
* fix
* fix
2023-07-30 22:35:38 -04:00
Hoan Luu Huu
0b33ef0c2c
Feat: jambonz Client ( #185 )
...
* feat: client schema change
* feat: add testcases
* fix typo
* hash client password
* fix fk
* upgrade script
* fix failing testcase
2023-06-14 21:04:14 -04:00
Hoan Luu Huu
e35a03c7ad
feat: Record all calls ( #169 )
...
* feat: schema change
* feat: record all calls
* add bucket test for S3
* wip: add S3 upload stream implementation
* wip
* wip: add ws server
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip: modify sub folder
* wip: add record endpoint
* wip: add record endpoint
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* fix: failing testcase
* bucket credentials with tags
* add tagging
* wip
* wip
* wip
* wip
* wip
* wip
* fixed phone number is not in order
* feat: schema change
* feat: record all calls
* add bucket test for S3
* wip: add S3 upload stream implementation
* wip
* wip: add ws server
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip: modify sub folder
* wip: add record endpoint
* wip: add record endpoint
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* fix: failing testcase
* bucket credentials with tags
* add tagging
* wip
* wip
* wip
* wip
* wip
* fixed phone number is not in order
* add schema changes to upgrade script
* use aws-sdk v3
* jambonz lamejs
* jambonz lamejs
* add back wav encoder
* wip: add record format to schema
* add record_format
* fix: record file ext
* fix: record file ext
* fix: record file ext
* fix: record file ext
* fix download audio
* bug fix: dtmf metadata is causing closure of websocket
* fix: add extra data to S3 metadata
* upgrade db script
* bugfix: region was being ignored in test s3 upload
---------
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2023-06-09 14:57:06 -04:00
Dave Horton
307787526d
bugfix: one account could potentially use speech creds from a different account
2023-05-30 14:58:54 -04:00
Hoan Luu Huu
3486ff958c
feat: add protocol to sip-gateways ( #166 )
...
* feat: add protocol to sip-gateways
* add tls/srtp options
* fix sql
* update db script has new changes
---------
Co-authored-by: Dave Horton <daveh@beachdognet.com >
2023-05-10 15:41:39 -04:00
Dave Horton
02806a109c
added schema changes for LCR ( #150 )
...
* added schema changes for LCR
* fix FK
* first draft
* force drop table
* add testcases
* swagger updated
* update code
* wip: add service provider LCR
* fix userpermission on lcr
* add lcr.is_active
* remove FK constraints on lcr
* wip
* wip
* wip
* fix: review comments
* fix: final review
* fix: final review
* fix: update database schema
* fix: update database schema
* fix: update database schema
* update schema
* fix: review comments
* lcr_routes.priority should not be unique
* fix review comments
---------
Co-authored-by: Quan HL <quan.luuhoang8@gmail.com >
2023-05-05 20:09:34 -04:00
Hoan Luu Huu
4b70c6458a
feat: system information ( #162 )
2023-05-04 13:12:29 -04:00
Hoan Luu Huu
3ad19eca3c
feat: carrier register status ( #141 )
...
* feat: carrier register status
* update homer to query register pcap
* fix: homer
* fix: remove homer changes
* fix: homer issue
2023-04-03 13:21:38 -04:00
Guilherme Rauen
789a0ba3ff
Fix SQL Injection Vulnerabilities ( #134 )
...
* avoid sql injections
* linter
* fix test using random sid
* add some test cases
* remove tests that don't use the new validation
* add test
* linter
* fix tests
* add test
---------
Co-authored-by: Guilherme Rauen <g.rauen@cognigy.com >
2023-03-29 12:36:51 -04:00
Dave Horton
317a094b3e
return account name and sp name in getUsers ( #87 )
2022-12-19 15:05:35 -05:00
Dave Horton
1b67d5f89d
Feature/add users api ( #77 )
...
* initial changes for jwt auth
* return permissions as an array of string
* Add JWT expiration environment variable (#74 )
* allow fromHost in createCall REST API
* add JWT_EXPIRES_IN=<mins> env variable, 60 mins by default
* add jwt expiration in register.js and signin.js
* fix tests - add permissions and scope to encoded obj in jwt
Co-authored-by: Dave Horton <daveh@beachdognet.com >
Co-authored-by: eglehelms <e.helms@cognigy.com >
* return only the jwt-token in the api response
* update swagger.yaml
* add /users api
* apply review comments
* add users test case
* added User model
* bugfix: admin user should be able to create a carrier for a service provider
Co-authored-by: EgleH <egle.helms@gmail.com >
Co-authored-by: eglehelms <e.helms@cognigy.com >
2022-11-07 13:47:18 -05:00
Dave Horton
b65dc7080c
Dh password settings ( #72 )
...
* update package-lock.json
* Feat: password settings for account (#65 )
* feat: password settings for account
* feat: password settings for account
* fix: review comments
* fix: review comments
* fix: review comments
* return empty json
* fix: after review
Co-authored-by: xquanluu <110280845+xquanluu@users.noreply.github.com >
2022-10-23 14:11:00 -04:00
Dave Horton
36a1d4bef1
update model for new columns on voip_carriers
2022-10-06 11:08:59 +01:00
Dave Horton
05c46c5f39
Feature/sp call limits ( #63 )
...
* add api for setting/querying call limits by account and sp
* update an account or sp limit if one exists rather than creating a new one
2022-09-20 22:55:28 +02:00
Dave Horton
052a19cfdc
Feature/sp call limits ( #63 )
...
* add api for setting/querying call limits by account and sp
* update an account or sp limit if one exists rather than creating a new one
2022-09-20 13:12:28 +02:00
Dave Horton
0ceb79b568
add siprec_hook_sid to accounts model
2022-08-03 14:56:07 +01:00
Dave Horton
2324890b72
add ability to create service_provider level apikeys
2022-05-06 20:30:38 -04:00
Dave Horton
1bd21cb39d
update to uuid@8.3.2
2022-02-01 20:42:10 -05:00
Dave Horton
f6d358d3df
Subspace ( #12 )
...
* changes for subspace (via nimbleape)
* changes from more testing
* working api to subspace
* more subspace fixes
* further subspace fixes
2021-12-07 07:40:50 -05:00
Dave Horton
1013f3f222
handle adding predefined carriers with smpp gateways
2021-09-09 15:38:33 -04:00
Dave Horton
9525cf5a36
bugfix: queue event hook was getting set to register hook
2021-08-25 19:09:00 -04:00
Dave Horton
e0bacb55e7
add support for queue_event_hook
2021-08-15 13:55:01 -04:00
Dave Horton
7325512ab4
add apis for ServiceProvider to get related entities
2021-06-18 13:35:39 -04:00
Dave Horton
ed51d8b13f
merge of features from hosted branch ( #7 )
...
major merge of features from the hosted branch that was created temporarily during the initial launch of jambonz.org
2021-06-17 15:56:21 -04:00
Dave Horton
484fa7841a
updated API with new properties for voip_carriers that require outbound registration
2020-12-11 10:34:34 -05:00