ajacoutot
477a45da5b
WANTLIB: pcre -> pcre2-8 after recent glib2 update.
2022-11-05 17:07:21 +00:00
sthen
6c27351086
fix LLD_EMUL handling to avoid passing "-Wl," to ld on systems
...
where LLD_EMUL is defined but empty
2022-11-03 13:12:49 +00:00
sthen
4921c5d267
rm mistakenly added .orig files, pointed out by aisha
2022-11-02 01:41:36 +00:00
naddy
424a60c42f
remove line continuation before empty lines
...
ok sthen@ ajacoutot@
2022-10-31 23:14:52 +00:00
sthen
d2167c461c
add asterisk 20.0.0 LTS
2022-10-20 09:45:34 +00:00
sthen
c54d09d4c6
remove obsolete comment
2022-10-20 09:44:17 +00:00
sthen
0b86884cc8
add a portroach marker for asterisk/19 (20 lts is now out)
2022-10-20 09:36:51 +00:00
sthen
5743e9a7f7
use a different mechanism to avoid installing the old openbsd-only very
...
basic sample config files on newer versions rather than just checking
version != 19
2022-10-20 09:35:29 +00:00
sthen
e2980bd75f
update to asterisk-19.7.0
2022-10-20 08:37:52 +00:00
sthen
dd2695a9f0
update to asterisk-18.15.0
2022-10-20 08:37:50 +00:00
sthen
5b15759fd3
update to asterisk-16.29.0
2022-10-20 08:37:46 +00:00
sthen
910b9e7b03
update to sngrep-1.6.0
2022-09-06 08:00:54 +00:00
sthen
35ddb2ff0d
add some notes to the sample res_snmp config file explaining permissions
...
to work with snmpd's agentx support
2022-08-31 23:47:58 +00:00
rsadowski
53735cf14c
Regen PLIST after doxygen update to 1.9.5
2022-08-29 16:53:11 +00:00
sthen
60c2b97d86
update to asterisk-19.6.0
2022-08-18 19:17:31 +00:00
sthen
6122fd6009
update to asterisk-18.14.0
2022-08-18 19:17:25 +00:00
sthen
766c808e40
update to asterisk-16.28.0
2022-08-18 19:17:21 +00:00
sthen
fead7866f4
pass in ${LLD_EMUL} to the asterisk build, if present.
...
updates to 19.6.0, 18.14.0, 16.27.0 have added a geolocation module
which embeds xml using the linker with -Wl,-b,binary; on archs using
LLD the emulation must be specified otherwise linking fails.
2022-08-18 19:16:42 +00:00
landry
76aed36d96
telephony/linphone: update to 4.4.8, and update linphone-sdk to 5.1.55.
2022-08-13 05:17:25 +00:00
landry
1aaedc6fe8
telephony/baresip/baresip: build & enable netroam module
...
allows baresip to detect network changes (including across
suspend/resume) and automatically reconnect to the SIP provider.
2022-08-12 20:07:04 +00:00
landry
d57c28ae21
telephony/baresip: update to 2.6.0
...
see
https://github.com/baresip/re/blob/main/CHANGELOG.md#v260---2022-08-01
https://github.com/baresip/rem/releases/tag/v2.6.0
https://github.com/baresip/baresip/releases/tag/v2.6.0
drops gsm & gstreamer1-plugins-base dependency.
note that upstream started adding cmake support, will be used in
the port when the last modules we're using are switched over (gtk)
2022-08-09 06:24:01 +00:00
sthen
229a369962
unbreak asterisk-g729 build
2022-08-07 11:36:37 +00:00
sthen
1ec64e7123
sync compiler; asterisk can now build with base-clang
2022-08-05 17:17:20 +00:00
sthen
41f6a3c33a
asterisk: move to clang using the newer version of BlocksRuntime from
...
libdispatch. this includes a shared lib and, unlike the old one (with
just a static lib), is working ok for me at runtime.
2022-08-05 17:17:01 +00:00
tb
9dbb9bbb22
telephony/baresip: give this a chance to build on sparc64 by switching
...
to ports-gcc. It uses C11 features.
2022-07-25 04:52:05 +00:00
tb
6410cd1316
baresip/re uses C11 features, so set COMPILER/COMPILER_LANGS. Should
...
fix the build on sparc64.
2022-07-22 12:28:21 +00:00
landry
eac7619cdf
telephony/baresip/baresip: major update to 2.4.0.
...
see https://github.com/baresip/baresip/blob/main/CHANGELOG.md#240---2022-06-01
i've been able to place calls to various sip2sip.info & other testing urls,
connect to an ippi.com account and receive calls from linphone.
disable gst modules in the default config since they trigger a crash
upon exit (cf https://github.com/baresip/baresip/issues/1928 )
2022-06-28 14:13:24 +00:00
landry
94e61d56b5
telephony/baresip/rem: update to 2.4.0.
...
see https://github.com/baresip/rem/blob/main/CHANGELOG.md#v240---2022-06-01
2022-06-28 14:09:14 +00:00
landry
5d9727cf65
telephony/baresip/re: update to 2.4.0.
...
see https://github.com/baresip/re/blob/main/CHANGELOG.md#v240---2022-06-01
2022-06-28 14:07:49 +00:00
sthen
9131e717b4
asterisk: comment-out rungroup in the default config, use initgroups instead
2022-06-27 08:23:06 +00:00
sthen
4f6d05a809
update to asterisk-16.27.0
2022-06-25 20:48:19 +00:00
sthen
1105f2feff
update to asterisk-18.13.0
2022-06-25 20:48:16 +00:00
sthen
2fec48db23
update to asterisk-19.5.0
2022-06-25 20:48:12 +00:00
rsadowski
6ecf5561f1
Fix build with CMake 3.23
...
- Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
ajacoutot
7010b7eda9
Don't use rc_exec() with rc_stop().
2022-05-21 11:52:58 +00:00
ajacoutot
9e45440fb2
Use the rc_exec function instead of ${rcexec}.
2022-05-21 10:50:49 +00:00
sthen
53250b01a6
update to asterisk-19.4.1
2022-05-19 19:23:05 +00:00
sthen
97d4310a30
update to asterisk-18.12.1
2022-05-19 19:23:04 +00:00
sthen
5aef807cb4
update to asterisk-16.26.1
2022-05-19 19:23:03 +00:00
sthen
3f0e8bdc2b
update to kamailio-5.5.4
2022-05-13 14:48:15 +00:00
sthen
f891d836d4
update to asterisk-19.4.0
2022-05-12 20:51:23 +00:00
sthen
1b7d4f0cef
update to asterisk-18.12.0
2022-05-12 20:51:22 +00:00
sthen
8a944b9d02
update to asterisk-16.26.0
2022-05-12 20:51:21 +00:00
sthen
364e4ff49d
WANTLIB sync for next updates
2022-05-12 20:51:20 +00:00
sthen
f927a6635a
update to iaxmodem-1.3.3
2022-05-12 20:41:41 +00:00
sthen
d406a44702
update to pjsip-2.12.1
2022-05-12 20:03:25 +00:00
sthen
45eeda6ddf
update to sngrep-1.5.0
2022-04-30 11:15:00 +00:00
sthen
f1db4956d4
update to asterisk-19.3.3
2022-04-26 18:20:31 +00:00
sthen
5c98dee115
update to asterisk-18.11.3
2022-04-26 18:20:30 +00:00
sthen
d19241643c
update to asterisk-16.25.3
2022-04-26 18:20:29 +00:00