Commit Graph

323 Commits

Author SHA1 Message Date
rammohan-y
5f267906b1 Fixed issue when wild cards or regex is used in phone number for multiple carriers (#202)
* Fixed issue when wild cards or regex is used in phone number for multiple carriers
https://github.com/jambonz/sbc-inbound/issues/201

* Implemanted the regex/pattern based logic when url is a sip_realm

* Refactored getApplicationForDidAndCarrier as it is failing to parse other regex if first regex is invalid
In gateway is defined at "all accounts" using the phone number's account_sid

* Performance improvements

* Exported getApplicationForDidAndCarriers method

* Added additional unit test cases
v0.9.4-3 v0.9.4-4
2025-06-18 21:11:05 +02:00
Dave Horton
680d32e9a2 update version v0.9.4-rc1 v0.9.4-rc2 v0.9.4-rc3 v0.9.4-rc4 v0.9.4-rc5 v0.9.4 v0.9.4-1 v0.9.4-2 2025-05-14 15:42:00 -04:00
Dave Horton
71c437ee07 update db-helpers 2025-05-13 10:35:46 -04:00
rammohan-y
35c38685a9 Updated drachtio-srf version (#199)
https://github.com/drachtio/drachtio-server/issues/424
v0.9.3-15 v0.9.3-16
2025-04-22 11:05:30 -04:00
Hoan Luu Huu
8d15098b77 update drachtio srf 5.0.4 (#198) v0.9.3-14 2025-04-18 07:45:18 -04:00
Hoan Luu Huu
656ad3b6cb update digest-utils version (#197) 2025-04-17 19:45:39 -04:00
rammohan-y
7eccb6816d Updated db-helper to 0.9.11 (#196)
https://github.com/jambonz/jambonz-feature-server/issues/1151
2025-04-14 08:22:17 -04:00
rammohan-y
f58cf8eecf updated realtimedb-helper to 0.8.13 (#195) v0.9.3-9 v0.9.3-10 v0.9.3-11 v0.9.3-12 2025-03-10 09:54:03 -04:00
Dave Horton
638c003dfc fix aws sns topic subscribe (#193) v0.9.3-7 v0.9.3-8 2025-02-24 12:57:23 -05:00
Dave Horton
23c748046d REFER should have sips contact if far end is using sips (#192) 2025-02-24 09:37:18 -05:00
Dave Horton
086adfbeef update drachtio-srf v0.9.3-6 2025-02-20 10:15:25 -05:00
Dave Horton
d9b375738b reject calls on hosted jambonz with no active subscriptions (#191) v0.9.3-5 2025-02-19 13:05:56 -05:00
Hoan Luu Huu
ec3af43a41 support sip recording from a siprec call (#190)
* support sip recording from a siprec call

* update srsClient version
v0.9.3-4
2025-02-12 09:24:12 -05:00
Dave Horton
0ba5cb53bb refined the method for syncing call count updates and added debugging (#189)
* refined the method for syncing call count updates and added debugging

* include callId in debug key

* fix debug key name
v0.9.3-1 v0.9.3-2 v0.9.3-3
2025-02-05 13:00:13 -05:00
Dave Horton
25415c0be9 logging v0.9.3 2025-01-17 09:11:08 -05:00
Dave Horton
c0e42bcdaa update deps v0.9.3-rc7 2025-01-14 10:49:31 -05:00
Dave Horton
8f3ea260ca fix race condition with call counts when quick cancel is received (#188)
* fix race condition with call counts when quick cancel is received

* wip

* update dractio-srf and mrf to main branch releases
2025-01-14 10:04:03 -05:00
Dave Horton
c807fdb93d Feat/3pcc invite (#187)
* wip

* wip

* wip

* add test for late media / 3pcc invite, which should now work
v0.9.3-rc2 v0.9.3-rc3 v0.9.3-rc4 v0.9.3-rc5 v0.9.3-rc6
2024-12-12 18:39:01 -05:00
Hoan Luu Huu
a7d6cf5a31 support referby with display name (#186)
* support referby with display name

* update siprec client utils
2024-12-11 10:34:54 -05:00
Dave Horton
1cd526c684 wip (#182) 2024-11-19 09:38:19 -05:00
Dave Horton
50b249544e fix #180 (#181) v0.9.3-rc1 2024-11-14 17:52:34 -05:00
Hoan Luu Huu
4add329102 support force opus pcmu transcode (#175)
* support force opus pcmu transcode

* fix review comment

* wip
2024-11-14 12:22:45 -05:00
André Heber
06b3122571 reject late media call with 488 and X-Reason (#179)
* reject late media call with 488 and X-Reason

* test added

* changed X-Reason, clarified test

---------

Co-authored-by: Andre Heber <a.heber@cognigy.com>
2024-11-14 09:13:39 -05:00
Hoan Luu Huu
bcfbe9a0fc fixed incase srtp, dont need to send reinvite when release media (#176)
* fixed, srtp dont need to send reinvite when release media

* fix review comment
2024-11-13 07:42:42 -05:00
Dave Horton
bb9e5e98f5 minor logging 2024-11-12 09:27:12 -05:00
Dave Horton
a714190aa4 fix race condition #177 (#178) 2024-11-12 09:15:19 -05:00
Hoan Luu Huu
e6d41dec71 update time series version (#171) v0.9.2-rc5 v0.9.2 v0.9.2-1 v0.9.2-2 v0.9.2-4 2024-10-17 08:07:10 -04:00
Hoan Luu Huu
a6b1e58b87 support change log level run time (#169)
* support change log level run time

* support change log level run time
v0.9.2-rc3 v0.9.2-rc4
2024-10-07 09:52:01 -04:00
Hoan Luu Huu
524a556a7c fixed pad_crypto does not work if not a incoming call to a sip realm (#167)
* fixed pad_crypto does not work if not a incoming call to a sip realm

* fixed review comment
2024-09-19 10:26:22 -04:00
Markus Frindt
b6d856c626 fix count of alert limits (#151)
Co-authored-by: Markus Frindt <m.frindt@cognigy.com>
2024-09-19 07:12:55 -04:00
Dave Horton
3454232314 bump version 2024-09-18 20:46:49 -04:00
Hoan Luu Huu
a97cadc4b9 allow inbound call SRTP pad crypto (#161) 2024-09-11 09:37:28 +01:00
Dave Horton
20755f456d use system_information.private_network_cidr (#158)
* use system_information.private_network_cidr

* lint
v0.9.2-rc1
2024-08-18 12:50:01 -04:00
Dave Horton
fec4c42008 fix/gh-actions 2024-08-07 10:03:22 -04:00
javibookline
34cfe8ca9d Handle cases where gateway query at account level returns more than one (#135)
* Handle cases where gateway query at account level returns more than one

* Change constant variable as it needs to be reassigned

* Fix mistake for handling case where sql query returned no match

* grammar

* Fix linting errors

* Avoid checking for duplicates in case there is only one match to avoid stringifying+parsing for nothing
2024-08-07 10:02:24 -04:00
Dave Horton
55bcba05f6 update gh actions (#156) 2024-08-01 08:48:40 -04:00
Markus Frindt
c270c0df43 Feat/improve parse host ports (#149)
* Move parseHostPorts to utils and cover with test suite

* fix tabs

* comment pre commit hook

* add test

* wip

* remove only

* fix 2 critical, 12 high vulnerabilities via npm audit fix

---------

Co-authored-by: Markus Frindt <m.frindt@cognigy.com>
2024-08-01 08:41:49 -04:00
Dave Horton
b848ab99e1 fix for #153 (#154) 2024-07-24 12:27:35 -04:00
Dave Horton
4153a141d7 sip scheme in contact header of re-invite 200 OK should be same as initial 200 OK (#150) v0.9.1-rc5 v0.9.1-rc6 v0.9.1 2024-07-10 15:56:08 -06:00
Dave Horton
e999b4e5e8 Contact in 200 should set sip(s) appropriately and have port and prot… (#148)
* Contact in 200 should set sip(s) appropriately and have port and protocol

* fix for k8s

* lint

* wip
2024-07-03 10:56:23 -06:00
Vinod Dharashive
0e2285c4b8 Contact header to have private IP on Private cidr (#147)
* Contact header to have private IP on Private cidr

fix for #146

* Update call-session.js

* Update call-session.js

* Update call-session.js
v0.9.1-rc4
2024-06-25 14:34:07 -04:00
Dave Horton
f9ae466709 #142 add option to transcode incoming g729 calls to pcmu (#144) v0.9.1-rc1 v0.9.1-rc2 v0.9.1-rc3 2024-05-22 12:42:06 -04:00
Dave Horton
831005f7a1 discover local ip address based on authentication response from drachtio-server (#143) 2024-05-16 10:50:07 -04:00
Hoan Luu Huu
a46ad934a8 support complex refer-to and refered-by uri (#140)
* support complex refer-to and refered-by uri

* wip
2024-05-07 08:27:32 -04:00
Hoan Luu Huu
d200799997 update stats version (#141) 2024-05-06 20:07:05 -04:00
Dave Horton
2fef169e92 update deps (#138) v0.9.0-rc10 v0.9.0-rc11 v0.9.0-rc9 v0.9.0-rc8 v0.9.0-rc7 v0.9.0-rc6 v0.9.0-rc5 v0.9.0-rc3 v0.9.0 v0.9.0-rc1 v0.9.0-rc4 v0.9.0-rc2 v0.9.0-rc12 2024-04-07 18:33:28 -04:00
Hoan Luu Huu
5829ecdf4c fix cannot clear siprec sessions (#136) v0.8.6-rc4 v0.8.6-rc3 2024-03-27 07:25:07 -04:00
Hoan Luu Huu
03d3a9695d forward reinvite error response to other destination (#133)
* forward reinvite error response to other destination

* update comment review
v0.8.5-23 v0.8.6-rc1 v0.8.6-rc2 v0.8.5-25 v0.8.5-24
2024-03-07 07:48:33 -05:00
Hoan Luu Huu
f5be95006c start/stop/pause/resume recording success when one of siprec server success. (#131)
* start/stop/pause/resume recording success when one of siprec server success.

* wip

* wip

* update customer header for pause and resume

* allow timeout for siprec action

* wip

* wip

* wip

* update siprec client utils
2024-03-05 13:05:42 -05:00
Dave Horton
2747bc15d6 update deps, comment out questionable code v0.8.5-19 v0.8.5-18 v0.8.5-22 v0.8.5-20 v0.8.5-21 2024-01-17 13:37:07 -05:00