asterisk

Edit Package asterisk
No description set
Refresh
Refresh
Source Files
Filename Size Changed
asterisk-18.4.0.tar.gz 0027926601 26.6 MB
asterisk-18.4.0.tar.gz.asc 0000000836 836 Bytes
asterisk-cflags.diff 0000000946 946 Bytes
asterisk-configure-paths.diff 0000000987 987 Bytes
asterisk-init.diff 0000000967 967 Bytes
asterisk-rundir.diff 0000000876 876 Bytes
asterisk.changes 0000063740 62.2 KB
asterisk.init 0000001107 1.08 KB
asterisk.keyring 0000015559 15.2 KB
asterisk.service 0000000301 301 Bytes
asterisk.spec 0000020290 19.8 KB
jansson-2.12.tar.bz2 0000404669 395 KB
pjproject-2.10.tar.bz2 0007339188 7 MB
Revision 72 (latest revision is 83)
Jan Engelhardt's avatar Jan Engelhardt (jengelh) accepted request 893041 from Diederik de Groot's avatar Diederik de Groot (chan-sccp-b) (revision 72)
Update to asterisk -18.4.0

Changes:
- Bug
  * Category: Applications/app_queue
   ASTERISK-28356: app_queue: CLI set ringinuse for realtime member not
   working
   Reported by: Michael
     * [35302efe73] Sean Bright -- app_queue: Add alembic migration to add
       ringinuse to queue_members.
   ASTERISK-24631: Incorrect description of option "context" in
   queues.conf.sample
   Reported by: Etienne Lessard
     * [31364fa4c8] Sean Bright -- queues.conf.sample: Correct 'context'
       documentation.
   ASTERISK-26614: app_queue: updatecdr option in queues.conf does
   effectively nothing
   Reported by: Alexander Gonchiy
     * [e27fa9eceb] Sean Bright -- app_queue.c: Remove dead 'updatecdr' code.
   ASTERISK-27542: app_queue: When "queue show" CLI command is executed a
   crash occurs
   Reported by: Miguel Sanz
     * [4393207751] Sean Bright -- app_queue.c: Don't crash when realtime
       queue name is empty.
   ASTERISK-29355: app_queue: Queue member status message sent even if status
   doesn't change
   Reported by: Roman Pertsev
     * [55c467eab1] Joshua C. Colp -- app_queue: Only send QueueMemberStatus
       if status changes.
  * Category: Bridges/bridge_simple
   ASTERISK-29379: Segfault - ast_channel_is_multistream (chan=0x0) at
   channel_internal_api.c:1590
   Reported by: Ross Beer
     * [88aec107df] George Joseph -- bridge_channel_write_frame: Check for
       NULL channel
  * Category: Channels/chan_local
   ASTERISK-29035: chan_local: Multistream support breaks T.38 faxing
   Reported by: Matthias Hensler
     * [ed2f637b47] Joshua C. Colp -- core_unreal: Fix deadlock with T.38
       control frames.
  * Category: Core/BuildSystem
   ASTERISK-29348: menuselect doesn't return errors in many cases
   Reported by: George Joseph
     * [f47c5cbdf9] Jaco Kroon -- menuselect: exit non-zero in case of
       failure on --enable|disable options.
  * Category: Core/CodecInterface
   ASTERISK-29328: translate.c: possible buffer overflow when upsampling
   Reported by: Jean Aunis - Prescom
     * [dec44306cf] Jean Aunis -- translate.c: Take sampling rate into
       account when checking codec's buffer size
  * Category: Core/Stasis
   ASTERISK-29355: app_queue: Queue member status message sent even if status
   doesn't change
   Reported by: Roman Pertsev
     * [55c467eab1] Joshua C. Colp -- app_queue: Only send QueueMemberStatus
       if status changes.
  * Category: Documentation
   ASTERISK-24434: Fix differing usage of assignment operators in
   modules.conf
   Reported by: Rusty Newton
     * [be3153346b] Sean Bright -- modules.conf: Fix more differing usages of
       assignment operators.
   ASTERISK-24631: Incorrect description of option "context" in
   queues.conf.sample
   Reported by: Etienne Lessard
     * [31364fa4c8] Sean Bright -- queues.conf.sample: Correct 'context'
       documentation.
   ASTERISK-25358: dateformat not read from logger.conf by remote console
   Reported by: Igor Liferenko
     * [a0009c807e] Mark Murawski -- logger: Console sessions will now
       respect logger.conf dateformat= option
  * Category: Resources/General
   ASTERISK-29130: prometheus: Crash when scraping bridge
   Reported by: Francisco Correia
     * [19eef2a6dc] George Joseph -- res_prometheus: Clone containers before
       iterating
  * Category: Resources/res_pjsip
   ASTERISK-29354: res_pjsip: Allow partial reloading of transports
   Reported by: Joshua C. Colp
     * [f213833514] Joshua C. Colp -- res_pjsip: Add support for partial
       transport reload.
  * Category: Resources/res_pjsip_session
   ASTERISK-29215: res_pjsip_session: NULL active_media_state topology caused
   asterisk crash
   Reported by: sungtae kim
     * [c78d0ce429] George Joseph -- res_pjsip_session: Make
       reschedule_reinvite check for NULL topologies
  * Category: Resources/res_rtp_asterisk
   ASTERISK-29364: res_rtp_asterisk: standard deviation miscalculation
   Reported by: Kevin Harwell
     * [17c86dcfaa] Kevin Harwell -- res_rtp_asterisk: Fix standard deviation
       calculation
   ASTERISK-29373: res_rtp_asterisk: Flash events are duplicated
   Reported by: N A
     * [b0d828f14a] Joshua C. Colp -- res_rtp_asterisk: Only raise flash
       control frame on end.
   ASTERISK-29352: res_rtp_asterisk: Fix frame delivery time when SSRC
   changes
   Reported by: Joshua C. Colp
     * [2e7fc84398] Joshua C. Colp -- res_rtp_asterisk: Force resync on SSRC
       change.
- Improvement
  * Category: Core/General
   ASTERISK-29339: loader: Let's output warnings for deprecated modules!
   Reported by: Joshua C. Colp
     * [a9a9864478] Joshua C. Colp -- loader: Output warnings for deprecated
       modules.
   ASTERISK-29337: menuselect: Add ability to set deprecated in and removed
   in versions for modules
   Reported by: Joshua C. Colp
     * [6aac148d59] Joshua C. Colp -- menuselect: Add ability to set
       deprecated and removed versions.
     * [60fb559ccc] Joshua C. Colp -- xml: Allow deprecated_in and removed_in
       for MODULEINFO.
   ASTERISK-29335: xml: Embed module information into core XML documentation.
   Reported by: Joshua C. Colp
     * [60800b038a] Joshua C. Colp -- xml: Embed module information into core
       XML documentation.
  * Category: Documentation
   ASTERISK-29336: documentation: Fix inconsistent support levels
   Reported by: Joshua C. Colp
     * [be3e469f98] Joshua C. Colp -- documentation: Fix non-matching module
       support levels.
   ASTERISK-29335: xml: Embed module information into core XML documentation.
   Reported by: Joshua C. Colp
     * [60800b038a] Joshua C. Colp -- xml: Embed module information into core
       XML documentation.
Comments 2

Zombie Ryushu's avatar

the chan_mobile.so module seems not to be packaged. Can this be fixed?


Jan Engelhardt's avatar

It looks like you already fixed this in home:zombie_ryushu. Where is the difficulty in using the osc sr home:zombie_ryushu/asterisk network:telephony/asterisk command?

openSUSE Build Service is sponsored by