Commit graph

424 commits

Author SHA1 Message Date
Wile E. Coyote
4a16a9d52d Add a VPN latency check IP 2019-06-16 09:30:34 +00:00
Wile E. Coyote
dbcad31a43 Scheduling 2019-06-16 09:22:01 +00:00
Wile E. Coyote
852fe0d505 WS 2019-06-16 09:14:16 +00:00
Wile E. Coyote
9366317eec Establish an default value for max chans in use to
allow time unlimited local call
2019-06-16 09:12:55 +00:00
Wile E. Coyote
ccd887e394 I can see no reason to have nat on the internal profile 2019-06-16 09:10:29 +00:00
Wile E. Coyote
6a8168f70c Add config file for the opencore amr modules on Ubuntu 2019-06-16 08:45:38 +00:00
Wile E. Coyote
3a49a8e92a Debian freeswitch, install binary lib that uses dyn type 98
Freeswitch starts dynamic PT at 102, see
https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/switch_core_media.c#10217
/* it could be 98 but chrome reserves 98 and 99 for some internal stuff even though they should not.
   Everyone expects dtmf to be at 101 and Its not worth the trouble so we'll start at 102 */
Thanks again google bully. :-(

This is not recompiled just bit patched to change 102 to 98. Sky did not fall down (yet).
2019-06-16 08:43:33 +00:00
Wile E. Coyote
d24adecce2 osmo: versions
force libosmocore
don't force nitb
2019-06-16 08:33:37 +00:00
Wile E. Coyote
aa540fe76b Install 'osmo-meas' package 2019-06-16 08:29:32 +00:00
Wile E. Coyote
33d8ed6154 Debian, AMR
Add amr modules to debian. this one supports a param to force into
octet-align mode. In the future we might do something with the config
template.
2019-06-16 08:28:03 +00:00
Wile E. Coyote
8b72d7087b LCR: use 1.3.6-6 and place config in /etc/lcr
this lcr uses dyn payload type 98 for AMR
2019-06-16 08:25:02 +00:00
Wile E. Coyote
2976b71bd4 add chan type and AMR option to nitb template 2019-06-16 08:20:23 +00:00
Wile E. Coyote
c269e18523 Add util func check_trx() and f() 2019-05-27 16:40:46 +00:00
Wile E. Coyote
ceeb0f95b4 Add /etc/tmux.conf 2019-05-27 16:20:46 +00:00
Wile E. Coyote
2d82759f0a Add 'o' shortcut to /etc/osmocom 2019-05-10 16:18:13 +00:00
Wile E. Coyote
1327a43c40 Use double quotes in messages
Allows for single quotes in the messages themselves
2019-05-10 15:49:26 +00:00
Wile E. Coyote
5954a2385d default 'no' for use_kannel 2019-05-10 15:44:13 +00:00
Wile E. Coyote
ffb553bf5c Add Defaults options to sudoers 2019-05-10 15:33:42 +00:00
Wile E. Coyote
d7f801a18b Use mncc_ip var in config_values 2019-05-04 20:41:04 +00:00
Wile E. Coyote
53afabc27e FS: Make mncc IP addr configurable 2019-05-04 17:43:47 +00:00
Wile E. Coyote
264e850ce0 FS: Convert internal sip profile to template 2019-05-04 17:31:47 +00:00
Wile E. Coyote
8f27bb2dc6 FS: sound profile for currency
The freeswitch mod say is spanish cannot differenciate
between 'un' and 'uno' so it would say either your
number is cinco un dos or else tu saldo es cuarenta y uno pesos
so as an ugly hack, use an entirely seperate profile just to change
the 'UNO' to 'UN'
2019-05-04 08:04:03 +00:00
Wile E. Coyote
568410f33f Run the RRD create scripts when rccn is updated 2019-05-04 07:59:38 +00:00
Wile E. Coyote
ee84468c27 Update OSMO Packages to be purged 2019-05-04 07:58:13 +00:00
Wile E. Coyote
1df566ff1d Update OSMO Packages to install 2019-05-04 07:55:45 +00:00
Wile E. Coyote
368ea0eb54 run check for fs/osmo restart more
times during the night
2019-05-04 07:50:37 +00:00
Wile E. Coyote
39c050ee72 sip_central var is now a list 2019-05-04 07:49:38 +00:00
Wile E. Coyote
90d30a78b7 Use 'as delim' in chans() utility. 2019-05-04 07:47:21 +00:00
Wile E. Coyote
da90219511 FS: Load mod_shout 2019-05-04 07:46:24 +00:00
Wile E. Coyote
75c78ea5b2 config: add new vars 2019-05-04 07:45:45 +00:00
Wile E. Coyote
77c4f78d8d Add new hiera vars 2019-05-04 07:39:37 +00:00
Wile E. Coyote
4ec731747b FS: add mod-shout 2019-05-04 07:38:16 +00:00
Wile E. Coyote
51278b0a57 APT: correct repo key path 2019-05-04 07:37:31 +00:00
Wile E. Coyote
f309ecdca6 FS: Change rccn sounds path 2019-05-04 07:36:10 +00:00
Wile E. Coyote
fc37bbd4ef When restarting FS, use shutdown elegant
rather than waitfor0calls script
2019-05-04 07:35:17 +00:00
Wile E. Coyote
f47b73cfb7 move rccn-functions 2019-05-04 07:33:48 +00:00
Wile E. Coyote
6ec38238de FS: internal profile -> greedy
When FW's LCR offers both AMR and GSM we are going
to get GSM from the BTS, but LCR gives priority to AMR.
So use our preference list to avoid codec switching
and glitched audio on call establishment.
2019-03-12 12:26:44 +00:00
Wile E. Coyote
e79dc66e95 Module Update 2019-03-08 18:51:57 +00:00
Wile E. Coyote
dcdbf6ad12 FS: don't restart, reload profiles 2019-03-08 18:50:29 +00:00
Wile E. Coyote
6b082ade7b reload svcs if config changes 2019-03-08 18:47:41 +00:00
Wile E. Coyote
b9303f4dea Packages: add curl 2019-03-08 18:20:22 +00:00
Wile E. Coyote
5f332eeb75 FS: move sounds dir 2019-03-08 16:35:24 +00:00
Wile E. Coyote
205b3daa4d Modifications to riak sync strategy 2019-03-08 16:34:42 +00:00
Wile E. Coyote
80fc74b2b8 Updates to util functions 2019-03-08 16:33:12 +00:00
Wile E. Coyote
455bcaa977 FS: don't reg provider 2019-03-08 16:32:20 +00:00
Wile E. Coyote
e221d53f02 OSMO: no alert-notifications except for NOTIFY esme 2019-03-08 16:31:57 +00:00
Wile E. Coyote
0549f2eb3c Add NTP servers to hiera 2019-03-08 12:37:42 +00:00
Wile E. Coyote
6bd68b3793 apt: remove icinga source 2019-01-18 12:39:39 +00:00
Wile E. Coyote
a105e9fca1 nitb config: remove the (unbound) ESME route for intl numbers 2019-01-18 12:37:34 +00:00
Wile E. Coyote
874ffc28a6 Make SMPP Password a variable 2019-01-18 12:36:30 +00:00