Package Details: freeswitch 1.10.12-1

Git Clone URL: https://aur.archlinux.org/freeswitch.git (read-only, click to copy)
Package Base: freeswitch
Description: An opensource and free (libre, price) telephony system, similar to Asterisk.
Upstream URL: http://freeswitch.org/
Licenses: MPL
Conflicts: freeswitch-fixed, freeswitch-git
Provides: freeswitch
Submitter: None
Maintainer: Korynkai
Last Packager: Korynkai
Votes: 17
Popularity: 0.001235
First Submitted: 2009-03-02 18:40 (UTC)
Last Updated: 2024-11-07 19:00 (UTC)

Required by (0)

Sources (25)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »

Korynkai commented on 2023-08-22 23:39 (UTC)

gianluca_n what version of sofia-sip are you using? This is currently tested against the current stable in AUR under the sofia-sip package. sdp symbols are defined in sofia-sip.

gianluca_n commented on 2023-08-22 15:30 (UTC)

Compilation is failing due to various missing sdp-related identifiers:

src/switch_core_media.c: In function 'switch_core_media_negotiate_sdp':
src/switch_core_media.c:4960:35: error: 'sdp_proto_extended_srtp' undeclared (first use in this function)
 4960 |                 if (m->m_proto == sdp_proto_extended_srtp || m->m_proto == sdp_proto_extended_rtp) {
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~
src/switch_core_media.c:4960:35: note: each undeclared identifier is reported only once for each function it appears in
  CC       src/libfreeswitch_la-switch_packetizer.lo
src/switch_core_media.c:4960:76: error: 'sdp_proto_extended_rtp' undeclared (first use in this function)
 4960 |                 if (m->m_proto == sdp_proto_extended_srtp || m->m_proto == sdp_proto_extended_rtp) {
      |                                                                            ^~~~~~~~~~~~~~~~~~~~~~
src/switch_core_media.c:4987:42: error: 'sdp_proto_msrp' undeclared (first use in this function); did you mean 'sdp_proto_srtp'?
 4987 |                 } else if (m->m_proto == sdp_proto_msrp || m->m_proto == sdp_proto_msrps){
      |                                          ^~~~~~~~~~~~~~
      |                                          sdp_proto_srtp
  CC       src/libfreeswitch_la-switch_sdp.lo
src/switch_core_media.c:4987:74: error: 'sdp_proto_msrps' undeclared (first use in this function); did you mean 'sdp_proto_srtp'?
 4987 |                 } else if (m->m_proto == sdp_proto_msrp || m->m_proto == sdp_proto_msrps){
      |                                                                          ^~~~~~~~~~~~~~~
      |                                                                          sdp_proto_srtp
src/switch_core_media.c:5868:54: error: 'sdp_media_text' undeclared (first use in this function); did you mean 'sdp_media_type'?
 5868 |                 } else if (!got_text && m->m_type == sdp_media_text && m->m_port) {
      |                                                      ^~~~~~~~~~~~~~
      |                                                      sdp_media_type
src/switch_core_media.c:5984:70: error: 'sdp_bw_tias' undeclared (first use in this function); did you mean 'sdp_bw_as'?
 5984 |                                         } else if (bw->b_modifier == sdp_bw_tias) {
      |                                                                      ^~~~~~~~~~~
      |                                                                      sdp_bw_as
  CC       src/libfreeswitch_la-switch_scheduler.lo
src/switch_core_media.c: In function 'switch_core_media_set_r_sdp_codec_string':
src/switch_core_media.c:13792:42: error: 'sdp_proto_msrp' undeclared (first use in this function); did you mean 'sdp_proto_srtp'?
13792 |                 } else if (m->m_proto == sdp_proto_msrp) {
      |                                          ^~~~~~~~~~~~~~
      |                                          sdp_proto_srtp
src/switch_core_media.c:13794:42: error: 'sdp_proto_msrps' undeclared (first use in this function); did you mean 'sdp_proto_srtp'?
13794 |                 } else if (m->m_proto == sdp_proto_msrps) {
      |                                          ^~~~~~~~~~~~~~~
      |                                          sdp_proto_srtp
src/switch_core_media.c:13796:41: error: 'sdp_media_text' undeclared (first use in this function); did you mean 'sdp_media_type'?
13796 |                 } else if (m->m_type == sdp_media_text) {
      |                                         ^~~~~~~~~~~~~~

Korynkai commented on 2023-08-16 13:08 (UTC)

I am waiting on https://github.com/signalwire/freeswitch/issues/2202 to update this to 1.10.10...

Korynkai commented on 2023-08-14 06:33 (UTC)

... D'oh, as I release my current update to this package, I realize Freeswitch just released a critical update that fixes the spandsp issue, contains various security patches and updates various dependencies... Back to work it seems.

Korynkai commented on 2023-08-01 17:32 (UTC)

I currently have an orphan request in for sofia-sip as the current version in AUR is outdated and has not been updated since 12/2021 and I would like to adopt that package as Freeswitch uses it as its principle SIP engine. I am in the midst of working on these packages but cannot make any progress without keeping Sofia up to date.

Korynkai commented on 2023-06-28 17:44 (UTC)

I will be working on this as soon as possible. Our group is still heavily dependent on Freeswitch, although some of our systems maintenance has been delayed due to a move to a new building. I hope to look into updating this package sometime next week.

Acente commented on 2023-06-27 17:17 (UTC)

The sofia-sip-fs package no longer exists in the AUR. There's a sofia-sip package from the freeswitch git repo (also outdated in 1.13.6 instead of 1.13.15). Any chance this package can depend on sofia-sip instead of sofia-sip-fs?

Korynkai commented on 2022-04-06 04:19 (UTC) (edited on 2022-04-06 04:22 (UTC) by Korynkai)

So, for right now I am going to upgrade the package based on the original package, but our in-house builds enable as many modules as possible... I am considering splitting the modules up into separate packages as the dependencies vary based on these... I will also like to add and maintain any dependencies therein that do not already exist in Arch or AUR. Any thoughts on this from the community?

carlosal1015 commented on 2022-02-26 22:35 (UTC)

Best wishes, good luck maintaining the package.

Korynkai commented on 2022-02-22 23:42 (UTC)

Considering this package was just orphaned, as a member of a group that continues to build this package on a regular basis for multiple architectures and Archlinux forks, I believe it is appropriate for our group to continue maintenance of this package. As such I have thus adopted this package and I look forward to working with the community for continued support.