Commit Graph

8 Commits

Author SHA1 Message Date
Sam Machin
f909c6e077 Regbot persistent call-id and other fixes (#130)
* use gw sid as call id and fix bug on updateing regbots

we must not mutate gw directly, as it is cached in the gateways array
 and adding properties would cause the JSON.stringify comparison to detect a
 false change on every checkStatus cycle, triggering unnecessary re-registrations.

* fix tests

add influx and also the registered now changes to remove previous reg on update

* better test scenario

still checks that we have 1 registered as expires now at 600s so it doesn't expire before the 65sec delay
2026-02-19 08:14:04 -05:00
rhondahollis
a21269cb19 remove send_options_bots array (#129)
fixes ticket #1983

Co-authored-by: rhonda hollis <rhonda@jambonz.org>
2026-02-12 12:15:47 -05:00
Dave Horton
e94ae431d8 add support for registration trunks which result in a set of ephemera… (#112)
* add support for registration trunks which result in a set of ephemeral sip gateways to be stored in redis

* wip

* refactor createEphemeralGateways into realtime dbhelpers

* minor

* update eslint
2025-10-21 07:32:06 -04:00
Hoan Luu Huu
e687d772d8 fix regbot issue with invalid sip_realm (#79)
* fix regbot issue with invalid sip_realm

* wip

* wip

* wip
2025-02-04 23:57:33 -05:00
p.souza
dcebadd63a centralize envs 2023-12-26 11:12:15 +01:00
Quan Luu
95f863295b feat: Outbound register use sbc public IP address 2022-09-14 21:03:07 +07:00
Quan Luu
489f20a2cd fix: timeout issue 2022-09-01 08:06:09 +07:00
Quan Luu
933059f262 first version 2022-09-01 07:36:35 +07:00