pkgsrc/comms/asterisk13/PLIST

3351 lines
174 KiB
Text
Raw Normal View History

update to Asterisk 13.19.0 -- this contains both security fixes and general bug fixes, fixes AST-2017-005, AST-2017-006, AST-2017-007, AST-2017-008, AST-2017-009, AST-2017-10, AST-2017-11, AST-2017-12, AST-2017-13, and AST-2017-14 (note that a number of these only pertain to PJSIP which isn't used in pkgsrc) ----- 13.19.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.19.0. The release of Asterisk 13.19.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-27478 - PJSIP: Add CHANNEL(pjsip,request_uri) to get incoming INVITE Request-URI. (Reported by Richard Mudgett) * ASTERISK-27413 - Add cache_media_frames debugging option. (Reported by Richard Mudgett) * ASTERISK-27206 - res_pjsip: No mechanism exists to limit endpoint identification to IP only (Reported by Ben Merrills) Bugs fixed in this release: ----------------------------------- * ASTERISK-27531 - Compiler optimizations can break module load sequence. (Reported by abelbeck) * ASTERISK-27480 - Security: Authenticated SUBSCRIBE without Contact crashes asterisk (Reported by Ross Beer) * ASTERISK-27299 - Asterisk Hangs with Bad file descriptor on read() (Reported by Abhay Gupta) * ASTERISK-25079 - AMI bridge of channels results in MOH not destroyed and robotic audio on one channel (Reported by Zane Conkle) * ASTERISK-27490 - chan_console: 'set active' fails to work (Reported by Tzafrir Cohen) * ASTERISK-24756 - ConfBridge sound_muted does not work from CLI or AMI (Reported by Thomas Frederiksen) * ASTERISK-25649 - Transfer application does not work with Local channels - documentation misleading (Reported by Ivan Ullmann) * ASTERISK-25869 - chan_sip: "rejected because extension not found" should be logged as a security event (Reported by Brian J. Murrell) * ASTERISK-27440 - Strictrtp has issues to qualify video rtp streams (Reported by Wim De Vlaminck) * ASTERISK-24329 - Music On Hold announcement cuts intro of music the first time it is played (Reported by Thomas Frederiksen) * ASTERISK-19657 - Coverity Report: Fix issues for error type CHAR_IO (Reported by Matt Jordan) * ASTERISK-27175 - iax.conf demo peer is invalid (Reported by Tzafrir Cohen) * ASTERISK-27430 - README refers to security documents that do not exist. (Reported by Corey Farrell) * ASTERISK-20281 - "core set verbose" behaves strangely, can't alias it, cli.conf example broken (Reported by Tim Ringenbach at Asteria Solutions Group) * ASTERISK-27382 - crash after an invalid rtcp packet from GT48 FXS gateway (Reported by Tzafrir Cohen) * ASTERISK-27429 - res_rtp_asterisk: Multiple reports in an RTCP packet will write past where it should (Reported by Vitezslav Novy) * ASTERISK-27408 - Identify causes and fix pjsip/resolver/srv/failover/in_dialog/transport_tcp (Reported by Corey Farrell) * ASTERISK-18411 - Queue members with hints for state_interface get stuck in "In Use" state. (Reported by Steven T. Wheeler) * ASTERISK-26131 - chan_sip: Crash Asterisk (in sip_request_call at chan_sip.c) by making a call to a single character in a dot pattern match (Reported by Dwayne Hubbard) * ASTERISK-27475 - codec_opus requires libcurl (Reported by Samuel For) * ASTERISK-27467 - pjsip_options: qualify_frequency sometimes not applied on reload (Reported by John Bigelow) * ASTERISK-27465 - CLI Completion Not Working (Reported by Ross Beer) * ASTERISK-27460 - CDR: Deadlock using AMI Originate with Variable CDR(amaflags)=... (Reported by Richard Mudgett) * ASTERISK-27453 - RTP: Blind transfer direct media scenario results in one way audio. (Reported by Richard Mudgett) * ASTERISK-20643 - SIP ICE support - remove hardcoded limitation on SDP size, make ICE support disabled by default in SIP, maybe provide a better warning message (Reported by Roy) * ASTERISK-26980 - pjsip: Clean up WebRTC disables (Reported by abelbeck) * ASTERISK-27452 - Security: chan_skinny: Memory exhaustion if flooded with unauthenticated requests (Reported by George Joseph) * ASTERISK-27454 - res_http_post: Don't require GMIME_MAJOR_VERSION (Reported by Joshua Colp) * ASTERISK-23735 - Transcoding makes bad choice in high-rate translations (Reported by Richard Kenner) * ASTERISK-27445 - ARI: Updating a bridge gives wrong error message. (Reported by Frank Durden) * ASTERISK-24662 - [patch] column and row headers for Signed Linear format variants in output of 'core show translation' are ambiguous (Reported by Rusty Newton) * ASTERISK-27353 - H323 audio starts with a delay of 2 seconds. (Reported by Marco Giordani) * ASTERISK-27442 - pjsip: 183 without To tag does not negotiate media (Reported by Kevin Harwell) * ASTERISK-27437 - [patch] ICE: server-reflexive candidates (srflx) with Dual-Stack. (Reported by Alexander Traud) * ASTERISK-27434 - [patch] chan_sip/ICE: Square brackets around IPv6 addresses. (Reported by Alexander Traud) * ASTERISK-27435 - [patch] configure: pjsip_evsub_set_uas_timeout not found. (Reported by Alexander Traud) * ASTERISK-27431 - Asterisk fails to build when openssl headers are not installed. (Reported by Corey Farrell) * ASTERISK-27332 - Asterisk fails to configure on MacOS Sierra (Reported by Ivan Larionov) * ASTERISK-27421 - RTP source learning not working with devices that have some clock issues (Reported by nappsoft) * ASTERISK-27361 - Attended transfer crashes in Asterisk 13.17.2 (Reported by Alessandro Pimenta) * ASTERISK-27238 - Bridging: Crash freeing a frame that's already been freed (Reported by Richard Kenner) * ASTERISK-27412 - core: Audiohook freeing interpolated frame when it shouldn't. (Reported by Mikhail) * ASTERISK-27423 - app_record: We set the RECORD_STATUS channel variable before closing the file (Reported by George Joseph) * ASTERISK-26758 - res_hep_pjsip: For WebRTC clients Asterisk insert same ip address in "source ip address" and "destination ip address" fields in HEP packets (Reported by Max Norba) * ASTERISK-27363 - res_http_websocket: Wrong LocalAddress (it is equal to RemoteAddress) (Reported by Vasilii Rogin) * ASTERISK-27415 - asterisk.conf: Setting astctl without setting astrundir is ineffective. (Reported by Corey Farrell) * ASTERISK-27411 - pjsip: TCP connections may not be destroyed (Reported by Joshua Colp) * ASTERISK-27345 - res_pjsip_session: RTP instances leak on 488 responses. (Reported by Corey Farrell) * ASTERISK-27337 - chan_sip: Security vulnerability with client code header (revisited) (Reported by Richard Mudgett) * ASTERISK-27319 - (Security) Function in PJSIP 2.7 miscalculates the length of an unsigned long variable in 64bit machines (Reported by Kim youngsung) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) * ASTERISK-27393 - res_pjsip: Crash occurs when an empty contact read from astdb or database (Reported by Aaron An) * ASTERISK-27290 - res_pjsip: PIDF contact field has malformed/invalid XML (Reported by basildane) * ASTERISK-27032 - res_pjsip: TLS options do not handle empty values (Reported by seanchann.zhou) * ASTERISK-27394 - [patch] tcptls: Print notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-27378 - Modules: Fix issues with CLI completion. (Reported by Corey Farrell) * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27390 - Audit menuselect module dependencies (Reported by Corey Farrell) * ASTERISK-27389 - Optional API modules should not allow unload. (Reported by Corey Farrell) * ASTERISK-27369 - Bridge() dialplan application fails without setting BRIDGERESULT channel variable (Reported by James Terhune) * ASTERISK-27377 - Typo in CHANNEL(dtmf_features) usage documentation (Reported by Igor Goncharovsky) * ASTERISK-27181 - GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting' (Reported by Anthony Messina) * ASTERISK-27194 - jitterbuffer: Does not handle case where translator returns null frame. (Reported by Joshua Elson) * ASTERISK-26639 - core: Disabling xmldoc support does not work. Also results in abort during Asterisk startup. (Reported by Mr Dini) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-18140 - Expires handling in SUBSCRIBE confuses the absence of the Expires header field with an unsubscribe action. (Reported by Jonathan Cloots) * ASTERISK-25960 - The config_hook unit test causes Asterisk to crash if run a second time (Reported by George Joseph) * ASTERISK-27198 - res_pjsip: SDP contains IP4 instead of IP6 when rtp_ipv6 set to yes (Reported by Martin Cisárik) * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27365 - [patch] chan_sip: Crypto attribute not last but first on SDP media level. (Reported by Alexander Traud) * ASTERISK-24483 - res_pjsip_pubsub.so, res_pjsip_refer.so: Assertion on un/re-load: mod.id == -1 (Reported by Tzafrir Cohen) * ASTERISK-23462 - Cannot disable SIP debugging via CLI after enabling with conf file option - also 'sip set debug off' reports debugging disabled, when it really isn't (Reported by Rusty Newton) * ASTERISK-27328 - Missing openssl dependencies in res_rtp_asterisk and tcptls (Reported by Tzafrir Cohen) * ASTERISK-27341 - [patch] res_pjsip_session: SIP/SDP origin (o=) contains local address. (Reported by Alexander Traud) * ASTERISK-27343 - Fails to build in FreeBSD due to sys/sysmacros.h not existing there (Reported by Guido Falsi) * ASTERISK-27340 - backtrace.c: Crash due to double-free. (Reported by Corey Farrell) * ASTERISK-27339 - [patch] Crash on ast_ssl_teardown when stopping. (Reported by Alexander Traud) * ASTERISK-27333 - sip_to_pjsip not correctly handling disallow=all directive (Reported by Torrey Searle) Improvements made in this release: ----------------------------------- * ASTERISK-24297 - cdr.c: Minor code optimizations. (Reported by Richard Mudgett) * ASTERISK-27449 - [PATCH] When failing to acquire target during attended transfer, display wanted extension (Reported by Niklas Larsson) * ASTERISK-27456 - app_voicemail: Add new object for VoicemailUserEntry (Reported by sungtae kim) * ASTERISK-27380 - ast_coredumper: allow pointing out the asterisk binary explicitly (Reported by Tzafrir Cohen) * ASTERISK-23556 - Compilation warning for invert.c (array subscript is above array bounds) (Reported by Marcello Ceschia) * ASTERISK-27355 - Upgrade bundled PJPROJECT to 2.7 (Reported by Richard Mudgett) * ASTERISK-27335 - CDR performance needs improvement. (Reported by Richard Mudgett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.19.0 Thank you for your continued support of Asterisk! ----- 13.18.5 ----- The Asterisk Development Team would like to announce security releases for Asterisk 13, 14 and 15, and Certified Asterisk 13.18. The available releases are released as versions 13.18.5, 14.7.5, 15.1.5 and 13.18-cert2. The following security vulnerabilities were resolved in these versions: * AST-2017-014: Crash in PJSIP resource when missing a contact header A select set of SIP messages create a dialog in Asterisk. Those SIP messages must contain a contact header. For those messages, if the header was not present and using the PJSIP channel driver, it would cause Asterisk to crash. The severity of this vulnerability is somewhat mitigated if authentication is enabled. If authentication is enabled a user would have to first be authorized before reaching the crash point. For a full list of changes in the current releases, please see the ChangeLogs: https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.5 The security advisory is available at: https://downloads.asterisk.org/pub/security/AST-2017-014.pdf Thank you for your continued support of Asterisk! ----- 13.18.4 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert9, 13.18.4, 14.7.4 and 15.1.4. The release of these versions resolves the following security vulnerabilities: * AST-2017-012: Remote Crash Vulnerability in RTCP Stack If a compound RTCP packet is received containing more than one report (for example a Receiver Report and a Sender Report) the RTCP stack will incorrectly store report information outside of allocated memory potentially causing a crash. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.4 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-012.html http://downloads.asterisk.org/pub/security/AST-2017-012.pdf Thank you for your continued support of Asterisk! ----- 13.18.3 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert8, 13.18.3, 14.7.3 and 15.1.3. The release of these versions resolves the following security vulnerabilities: * AST-2017-013: DOS Vulnerability in Asterisk chan_skinny If the chan_skinny (AKA SCCP protocol) channel driver is flooded with certain requests it can cause the asterisk process to use excessive amounts of virtual memory eventually causing asterisk to stop processing requests of any kind. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.3 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-013.pdf Thank you for your continued support of Asterisk! ----- 13.18.2 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.2. The release of Asterisk 13.18.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.2 Thank you for your continued support of Asterisk! ----- 13.18.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.0. The release of Asterisk 13.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Improvements made in this release: ----------------------------------- * ASTERISK-27278 - [patch] chan_sip: Provide access to read the full SIP Request-URI from INVITE (Reported by David J. Pryke) * ASTERISK-27255 - alembic: Add support for Microsoft SQL server (Reported by Florian Floimair) * ASTERISK-27253 - [patch] libsrtp-2.1.x support (Reported by Alexander Traud) * ASTERISK-27220 - Enable CHANNEL function to get from and to tag from SIP Headers (Reported by Andre Nazario) * ASTERISK-27169 - Google OAuth 2.0 support for XMPP / Motif (Reported by Andrey) * ASTERISK-27173 - Support for GMIME 3.0 (Reported by Tzafrir Cohen) * ASTERISK-27092 - [patch] app_queue: Add Priority to AMI QueueStatus (Reported by Niklas Larsson) * ASTERISK-27085 - [patch] chan_pjsip: Port SIPDtmfMode to chan_pjsip (Reported by Torrey Searle) Bugs fixed in this release: ----------------------------------- * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-27047 - res_pjsip: user=phone added to Anonymous caller-id when it shouldn't be. (Reported by dtryba) * ASTERISK-26988 - res_pjsip_session: user_eq_phone adds double user=phone parameters to URIs (Reported by dtryba) * ASTERISK-27270 - cdr_mysql: various crashes at second module reload if cdr_mysql.conf is configured (Reported by Tzafrir Cohen) * ASTERISK-27301 - [patch] app_queue: Music On Hold for real-time queues is not reset to default (Reported by Nathan Bruning) * ASTERISK-25266 - Application Originate returns SUCCESS to ORIGINATE_STATUS upon failure to originate (Reported by Allen Ford) * ASTERISK-27192 - res_pjsip: Loss of SIP registrations causing unavailable endpoints (Reported by Richard Mudgett) * ASTERISK-27305 - res_ari: Memory leaks in ARI when using Content-Type: application/json (Reported by David Hajek) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-27324 - [patch] Dual-Stack server cannot be used as IPv4 client via TCP/TLS (Reported by Alexander Traud) * ASTERISK-27317 - vector: multiple evaluation of elem in AST_VECTOR_ADD_SORTED. (Reported by Corey Farrell) * ASTERISK-27318 - res_pjsip_mwi: uninitialized value from ast_strings_match (Reported by Corey Farrell) * ASTERISK-27296 - [patch] False positive busy checks when icalendar's recurrence-id mechanism is involved (Reported by Benoît Dereck-Tricot) * ASTERISK-27284 - Status of RFC 3323 and PJSIP (Reported by dtryba) * ASTERISK-27216 - app_queue: does its check-makeannouncement-logic twice each head-caller-loop (Reported by Stefan Engström) * ASTERISK-27295 - Contact is improperly translated after d178f497 (Reported by Sean Bright) * ASTERISK-27292 - Multiple RTP Stream Created Breaking RFC2833 (SSRC Changes) (Reported by Ross Beer) * ASTERISK-27289 - A codeblock that maintains a bug,but maybe the codeblock will never run (Reported by Huangyx) * ASTERISK-27283 - Realtime config fail with PostgreSQL version before 9.1 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-27257 - bridge_native_rtp: half-way direct media when using early bridging (Reported by Jean Aunis - Prescom) * ASTERISK-27279 - Crash in pubsub_on_rx_request NULL pointer - Possible PJSIP Vulnerability (Reported by Ross Beer) * ASTERISK-26606 - tcptls: Incorrect OpenSSL function call leads to misleading error report (Reported by Bob Ham) * ASTERISK-16898 - SRTP unprotect: authentication failure when RTP sequence number switches from 65535 -> 0 (Reported by Marcello Ceschia) * ASTERISK-27274 - RTCP needs better packet validation to resist port scans. (Reported by Richard Mudgett) * ASTERISK-27252 - RTP: One way audio with direct media and strictrtp=yes. (Reported by Richard Mudgett) * ASTERISK-25524 - module reload res_calendar.so does not reload everything in calendar.conf (Reported by Jesper) * ASTERISK-24588 - res_calendar does not process CalDAV from Owncloud [fix included] (Reported by Stefan Gofferje) * ASTERISK-25523 - res_calendar: Warning about invalid channel value (for notification) occurs even when event has no notification configured. (Reported by Jesper) * ASTERISK-21399 - RTP Multicast of L16 (type 10): Asterisk and wireshark disagree (Reported by Tzafrir Cohen) * ASTERISK-27248 - [patch]external_media_address and external_signaling_address don't always honor localnet (Reported by Walter Doekes) * ASTERISK-27165 - CDR: CDR(start,u) function won't work in cdr_custom config (Reported by Jacek Konieczny) * ASTERISK-27217 - chan_sip: Asterisk crashing when subscription doesn't get set (Reported by Bryan Walters) * ASTERISK-24066 - res_smdi: convert to astobj2 (Reported by Corey Farrell) * ASTERISK-17540 - SDP origin attribute modified when issuing re-INVITE because of directmedia=yes (Reported by saghul) * ASTERISK-27254 - alembic: prune_on_boot fix erroneous (Reported by Florian Floimair) * ASTERISK-27232 - When in queue on g722 with interruptions, music on hold can get stuck and no longer play (Reported by Jens T.) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-26879 - PJSIP external_media_address ignored if no local_net options are provided (Reported by Matt Jordan) * ASTERISK-27236 - Segfault ast_channel_name (chan=0x0) at channel_internal_api.c:478 during T.38 Fax Receive (Reported by Ross Beer) * ASTERISK-27225 - Crash when freeing dtls_cfg->cafile (Reported by Richard Kenner) * ASTERISK-27177 - ooh323c: misleading indentation in addons/ooh323c/src/ooSocket.c (Reported by Tzafrir Cohen) * ASTERISK-27241 - libc segfault upon entry into app_directory (Reported by David Moore) * ASTERISK-27152 - Sending a "tel" uri in a From or To header in an unauthenticated message causes asterisk to crash (Reported by Ross Beer) * ASTERISK-27103 - core: ast_safe_system command injection possible. (Reported by Corey Farrell) * ASTERISK-27013 - res_rtp_asterisk: Media can be hijacked even with strict RTP enabled (Reported by Joshua Colp) * ASTERISK-26994 - Confbridge: CBAnn channels intermittently become stuck when caller hangs up before recording name (Reported by James Terhune) * ASTERISK-20858 - app_minivm fails to clean up mkstemp files (Reported by Walter Doekes) * ASTERISK-16777 - several filename bugs in Record() application (Reported by klaus3000) * ASTERISK-27168 - alembic: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-23608 - ControlPlayback fails to play files with names containing certain non-alpha characters (Reported by Jonathan White) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored (Reported by Eelco Brolman) * ASTERISK-27204 - [patch] app_queue: Wrong queue stat calculation (Reported by sungtae kim) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-27207 - XMPP OAuth not working due to inverted logic (Reported by Michael Kuron) * ASTERISK-27174 - res_calendar_icalendar: Recurring events not being loaded from Google calendar using ical (Reported by Mark Thompson) * ASTERISK-27202 - If wget is not installed and "or" is not available, external components (excluding pjsip) are not installed (Reported by Seán C. McCord) * ASTERISK-27147 - Either asterisk or pjproject isn't re-using tcp connections (again) (Reported by George Joseph) * ASTERISK-27193 - IPv6 receive address in message doesn't include brackets (Reported by Scott Griepentrog) * ASTERISK-27158 - [patch] res_rtp_asterisk: RTCP statistics are not available when native bridge is used (Reported by Torrey Searle) * ASTERISK-27110 - RTP session is not fully destroyed on channel hangup (Reported by Matt Jordan) * ASTERISK-26745 - Asymmetric codecs when asymmetric_rtp_codec=no (Reported by Jesse Ross) * ASTERISK-27171 - Asterisk 15.0.0-Beta1 does not compile (Reported by Ira Emus) * ASTERISK-26659 - res_pjsip: PJSIP presence - missing braces around the status element in XML (Reported by Abraham Liebsch) * ASTERISK-27156 - Asterisk won't compile on Fedora 26 with devmode enabled. (Reported by Corey Farrell) * ASTERISK-27130 - Applications ARI: Unsubscribe action for deviceStates does not remove old subscriptions properly (Reported by Sergej Kasumovic) * ASTERISK-25810 - say.c calls for sounds in the subdir "digits" that don't exist (in Core). SayUnixTime or other Say... apps will fail out when they call these sounds. (Reported by Nicolas Riendeau) * ASTERISK-27142 - sounds: Conflict between files in asterisk-sounds-core-1.6 and asterisk-sounds-extra-1.5 (Reported by Corey Farrell) * ASTERISK-27124 - app_playback.c:say_date_generic use timezonename parameter (Reported by Holger Hans Peter Freyther) * ASTERISK-27133 - res_rtp_asterisk: RTCP does not use ICE when RTCP-MUX in use (Reported by Joshua Colp) * ASTERISK-27128 - [patch]res_stasis_snoop: When recording a snoop channel (using ARI) where no media is being received, no recording happens when theres no media (Reported by Dan Jenkins) * ASTERISK-27123 - confbridge: Name recordings are left on filesystem (Reported by Sergej Kasumovic) * ASTERISK-27122 - chan_iax2: On reload MWI taskprocessors keep adding up (Reported by Sergej Kasumovic) * ASTERISK-26807 - sounds: New 3-D Binaural audio features require new sound prompts (Reported by Rusty Newton) * ASTERISK-25816 - French conf-adminmenu, conf-usermenu prompts differ in content from the English files (Reported by Benoit Duverger) * ASTERISK-26274 - Resolve open sounds issues and then create a new sounds release (1.5.1? or 1.6?) (Reported by Rusty Newton) * ASTERISK-27127 - configs: Erroneous load directive in sample configuration results in "Error loading module 'res_pjsip_multihomed.so'" (Reported by HZMI8gkCvPpom0tM) * ASTERISK-27105 - [patch]core: when setting 'maxfiles' in asterisk.conf, a message is printed, even in rasterisk -x (Reported by Tzafrir Cohen) * ASTERISK-27036 - res_pjsip: Asterisk crashes when an extension tries to use PJSIP trunk with from_user containing '@' (Reported by Maxim Vasilev) * ASTERISK-27023 - res_rtp_asterisk: Deadlock when TURN session in use (Reported by Jatin Jain) * ASTERISK-27093 - ODBC deadlocks when app_directory tries to play back non-existent voicemail greeting (Reported by James Terhune) New Features made in this release: ----------------------------------- * ASTERISK-27215 - [patch]AMI : Add CancelAtxfer Action (Reported by Thomas Sevestre) * ASTERISK-27117 - core: Add support for timelen parsing to ast_parse_arg and ACO. (Reported by Corey Farrell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.0 Thank you for your continued support of Asterisk! ----- 13.17.0 ---- The Asterisk Development Team would like to announce the release of Asterisk 13.17.0. The release of Asterisk 13.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27108 - Crash using 'data get' CLI command (Reported by Sean Bright) * ASTERISK-27106 - [patch] autodomain (SIP Domain Support): Add only really different domain with TLS. (Reported by Alexander Traud) * ASTERISK-27100 - channel: ast_waitfordigit_full fails to clear flag in an error branch. (Reported by Corey Farrell) * ASTERISK-27090 - PJSIP: Deadlock using TCP transport (Reported by Richard Mudgett) * ASTERISK-25665 - Duplicate logging in queue log for EXITEMPTY events (Reported by Ove Aursand) * ASTERISK-27065 - call hangup after leaving app_queue (Reported by Marek Cervenka) * ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code() (Reported by Ross Beer) * ASTERISK-27074 - core_local: local channel data not being properly unref'ed and unlocked (Reported by Kevin Harwell) * ASTERISK-27075 - bridge: stuck channel(s) after failed attended transfer (Reported by Kevin Harwell) * ASTERISK-24052 - app_voicemail reloads result in leaked IMAP sockets. (Reported by Louis Jocelyn Paquet) * ASTERISK-27060 - Comment typo format_g729.c (Reported by Matthew Fredrickson) * ASTERISK-27026 - res_ari: Crash when no ari.conf configuration file exists (Reported by Ronald Raikes) * ASTERISK-27041 - Core/PBX: [patch] Deadlock between dialplan execution and application unregistration (Reported by Frederic LE FOLL) * ASTERISK-27057 - Seg Fault in ast_sorcery_object_get_id at sorcery.c (Reported by Ryan Smith) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-27046 - res_pjsip_transport_websocket: segfault in get_write_timeout (Reported by Jørgen H) * ASTERISK-27022 - res_rtp_asterisk: Incorrect SSRC change for RTCP component (Reported by Michael Walton) * ASTERISK-26923 - bridging: T.38 request is lost when channels are added to bridge (Reported by Torrey Searle) * ASTERISK-27053 - res_pjsip_refer/session: Calls dropped during transfer (Reported by Kevin Harwell) * ASTERISK-27052 - Asterisk build process fails with flag --with-pjproject-bundled with curl download command and slow network (Reported by alex) * ASTERISK-27039 - chan_pjsip: Device state is idle when channel from endpoint is in early media (Reported by Joshua Colp) * ASTERISK-26996 - chan_pjsip: Flipping between codecs (Reported by Michael Maier) * ASTERISK-26281 - chan_pjsip would send INVITE to 'Unreachable' endpoints (Reported by Jacek Konieczny) * ASTERISK-26973 - bridge: Crash when freeing frame and snooping (Reported by Michel R. Vaillancourt) * ASTERISK-19291 - Background in realtime (Reported by Andrew Nowrot) * ASTERISK-27025 - channel / meetme: Fix missing parentheses (Reported by Joshua Colp) * ASTERISK-27021 - GET /recordings/stored returns 500 Internal Server Error (Reported by Tim Morgan) * ASTERISK-24858 - [patch]Asterisk 13 PJSIP sends RTP packets in wrong byte order on Intel platform when using slin codec (Reported by Frankie Chin) * ASTERISK-23951 - Asterisk attempts and fails to build format_mp3 even if mp3lib was not downloaded (Reported by Tzafrir Cohen) * ASTERISK-25294 - srtp's crypto_get_random deprecated (Reported by Tzafrir Cohen) * ASTERISK-23839 - AGI - RECORD FILE - documentation doesn't describe BEEP argument (Reported by Rusty Newton) * ASTERISK-22432 - Async AGI crashes Asterisk when issuing "set variable" command without args (Reported by Antoine Pitrou) * ASTERISK-25662 - Malformed AGI 520 Usage response (Reported by Tony Mountifield) * ASTERISK-25101 - DTLS configuration can not be specified in the general section - documentation (Reported by Ben Langfeld) * ASTERISK-27008 - res_format_attr_h264: SDP parse fails if fmtp optional parameters have a space (Reported by John Harris) * ASTERISK-26399 - app_queue: Agent not called when caller is parked (Reported by wushumasters) * ASTERISK-26400 - app_queue: Queue member stops being called after AMI "Redirect" action for queues with wrapuptime (Reported by Etienne Lessard) * ASTERISK-26715 - app_queue: Member will not receive any new calls after doing a transfer if wrapuptime = greater than 0 and using Local channel (Reported by David Brillert) * ASTERISK-26975 - app_queue: Non-zero wrapup time can cause agents not to receive queue calls after transfer queue call (Reported by Lorne Gaetz) * ASTERISK-27012 - app_confbridge: ConfBridge sometimes does not play user name recording while leaving (Reported by Robert Mordec) * ASTERISK-26979 - res_rtp_asterisk: SRTP unprotect failed with authentication failure 10 or 110 (Reported by Javier Riveros) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engström) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26789 - Audit manipulation of channel flags without locks (Reported by Joshua Colp) * ASTERISK-26333 - Problems with Blind Transfer, PJSIP (Aastra 6869i) (Reported by Matthias Binder) Improvements made in this release: ----------------------------------- * ASTERISK-26230 - [patch] res_pjsip_mwi: unsolicited mwi could block PJSIP taskprocessor on startup (Reported by Alexei Gradinari) * ASTERISK-27043 - Core/BuildSystem: Add defines to fix build with LibreSSL (Reported by Guido Falsi) * ASTERISK-27042 - Unpatched asterisk sources fail to build on FreeBSD due to missing crypt.h file (Reported by Guido Falsi) * ASTERISK-26419 - audiohooks: Remove redundant codec translations when using audiohooks (Reported by Michael Walton) * ASTERISK-26976 - libsrtp-2.x.x support (Reported by Alex) * ASTERISK-26124 - res_agi: Set audio format for EAGI audio stream (Reported by John Fawcett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.17.0 Thank you for your continued support of Asterisk!
2018-01-23 09:26:08 +01:00
@comment $NetBSD: PLIST,v 1.11 2018/01/23 08:26:08 jnemeth Exp $
2015-12-06 00:29:05 +01:00
include/asterisk.h
include/asterisk/_private.h
include/asterisk/abstract_jb.h
include/asterisk/acl.h
include/asterisk/adsi.h
include/asterisk/ael_structs.h
include/asterisk/agi.h
include/asterisk/alaw.h
Update to Asterisk 13.16.0: this is mostly a bugfix release. The Asterisk Development Team would like to announce the release of Asterisk 13.16.0. The release of Asterisk 13.16.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engström) * ASTERISK-26979 - res_rtp_asterisk: SRTP unprotect failed with authentication failure 10 or 110 (Reported by Javier Riveros) * ASTERISK-25665 - Duplicate logging in queue log for EXITEMPTY events (Reported by Ove Aursand) * ASTERISK-26998 - res_pjsip_session: INVITE retransmissions could still setup the same call again. (Reported by Richard Mudgett) * ASTERISK-26143 - res_rtp_asterisk: One way audio when transcoding (Reported by Henning Holtschneider) * ASTERISK-26606 - tcptls: Incorrect OpenSSL function call leads to misleading error report (Reported by Bob Ham) * ASTERISK-26983 - Crash in Manager Reload when TLS Config Changes (Reported by Joshua Elson) * ASTERISK-25032 - [patch]cel_odbc sometimes inserts CEL with wrong eventtime (Reported by Etienne Lessard) * ASTERISK-26173 - func_cdr: CDR function does not permit empty values to be assigned (Reported by gkloepfer) * ASTERISK-25506 - [patch]CONFBRIDGE failure after an app_confbrige.so module reload results in segfault or error/warning messages. (Reported by Frederic LE FOLL) * ASTERISK-24529 - Using AMI Action Bridge to on an already bridged channel causes the incorrect return priority to be used (Reported by Corey Farrell) * ASTERISK-26860 - Upon RTCP reception, netsock2.c:210 ast_sockaddr_split_hostport: Port missing in (null) (Reported by Evers Lab) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-26974 - res_pjsip: Deadlock in T.38 framehook (Reported by Richard Mudgett) * ASTERISK-26908 - res_pjsip: The ChanIsAvail causes a res_pjsip session to be leaked. (Reported by Richard Mudgett) * ASTERISK-25823 - SIGSEGV, Segmentation fault. - ../sysdeps/x86_64/strlen.S: No such file or directory. (Reported by Andreas Krüger) * ASTERISK-26951 - chan_sip: ACK with SDP does not update a direct media bridge (Reported by Jean Aunis - Prescom) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26926 - func_speex: Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26929 - pjsip: Add database tables for RLS (Reported by Joshua Colp) * ASTERISK-26953 - Asterisk crash if hep.conf have some missing parameters (Reported by Joel Vandal) * ASTERISK-26890 - STUN server with non-default-route transport causes INVITE delay (Reported by George Joseph) * ASTERISK-26692 - res_rtp_asterisk: Crash in dtls_srtp_handle_timeout at res_rtp_asterisk (using chan_sip) (Reported by scgm11) * ASTERISK-26835 - res_rtp_asterisk: Crash when freeing RTCP address string (Reported by Niklas Larsson) * ASTERISK-26853 - res_rtp_asterisk: Crash in pjnath when receiving packet (Reported by Adagio) * ASTERISK-26613 - format_wav: wav16 format read file only by 320 - half of frame (Reported by Vitaly K) * ASTERISK-26169 - format_ogg_vorbis: Memory leak using OGG in MixMonitor (Reported by Ivan Myalkin) * ASTERISK-21856 - STUN never works when asterisk started without internet access (Reported by Jeremy Kister) * ASTERISK-20984 - Audible clicks when playing sox encoded au file with STREAM FILE AGI command (Reported by Roman S.) * ASTERISK-26851 - res_pjsip_sdp_rtp: RTP instance does not use same IP as explicit transport (Reported by Richard Begg) * ASTERISK-26903 - Listening TCP/TLS sockets stop when temporarily out of open files (Reported by Walter Doekes) * ASTERISK-26528 - [UBSAN] strings.h:signed integer overflow in ast_str_case_hash (Reported by Badalian Vyacheslav) * ASTERISK-26928 - pjsip: Add database tables for PUBLISH support (Reported by Joshua Colp) * ASTERISK-26927 - pjproject_bundled: Crash on pj_ssl_get_info() while ioqueue_on_read_complete(). (Reported by Alexander Traud) * ASTERISK-26905 - pjproject_bundled: Merge 3 upstream deadlock patches into bundled (Reported by Ross Beer) * ASTERISK-26897 - chan_sip: Security vulnerability with client code header (Reported by Alex Villacís Lasso) * ASTERISK-25974 - Unused realtime MOH classes not purged on 'moh reload' (Reported by Sébastien Couture) * ASTERISK-26916 - res_pjsip: Excessive refcount reached on transport ao2 object (Reported by Ross Beer) * ASTERISK-21721 - SIP Failed to parse multiple Supported: headers (Reported by Olle Johansson) * ASTERISK-26915 - chan_sip: Session Timers required but refused wrongly. (Reported by Alexander Traud) * ASTERISK-26363 - res_pjsip: Bye sent to sip trunk is not authenticated even after receiving a 407 error code (Reported by Yaacov Akiba Slama) * ASTERISK-26896 - Overflow of buffer to PQEscapeStringConn with large app_args causes ABRT (Reported by twisted) * ASTERISK-26705 - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) * ASTERISK-21009 - xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client (Reported by Marcello Ceschia) * ASTERISK-25490 - [patch]SDP crypto tag is validated incorrectly (Reported by Joerg Sonnenberger) * ASTERISK-24712 - xmpp: starttls problem causes connection spew (Reported by Matthias Urlichs) * ASTERISK-26086 - res_musiconhold: format option is not documented adequately (Reported by Jens Bürger) * ASTERISK-23996 - No core dumps because of res_musiconhold chdir. (Reported by Walter Doekes) * ASTERISK-26814 - pjproject_bundled build fails to download pjproject source when using cURL (Reported by Gergely Dömsödi) * ASTERISK-23510 - JABBER_STATUS fails with improper code 7 for unavailable clients (Reported by Anthony Critelli) * ASTERISK-21855 - Asterisk crashes when XMPP message is sent (JabberSend) and no internet connection is available (Reported by Jeremy Kister) * ASTERISK-25622 - WARNING for "JABBER: socket read error" should be more specific (Reported by Sean Darcy) * ASTERISK-26818 - cdr: Problem setting variables in h exten (Reported by scgm11) * ASTERISK-26875 - app_mixmonitor: Recording out of sync when 183 but no RTP (Reported by Aaron An) Improvements made in this release: ----------------------------------- * ASTERISK-26088 - Investigate heavy memory utilization by res_pjsip_pubsub (Reported by Richard Mudgett) * ASTERISK-26427 - res_hep_rtcp: Asterisk Master will report channel name with res_hep_rtcp when using chan_sip (Reported by Nir Simionovich (GreenfieldTech - Israel)) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.16.0 Thank you for your continued support of Asterisk!
2017-06-04 09:51:27 +02:00
include/asterisk/alertpipe.h
2015-12-06 00:29:05 +01:00
include/asterisk/aoc.h
include/asterisk/app.h
include/asterisk/ari.h
include/asterisk/ast_expr.h
include/asterisk/ast_version.h
include/asterisk/astdb.h
include/asterisk/astmm.h
include/asterisk/astobj.h
include/asterisk/astobj2.h
include/asterisk/astosp.h
include/asterisk/audiohook.h
include/asterisk/autochan.h
include/asterisk/autoconfig.h
include/asterisk/backtrace.h
include/asterisk/beep.h
include/asterisk/bridge.h
include/asterisk/bridge_after.h
include/asterisk/bridge_basic.h
include/asterisk/bridge_channel.h
include/asterisk/bridge_channel_internal.h
include/asterisk/bridge_features.h
include/asterisk/bridge_internal.h
include/asterisk/bridge_roles.h
include/asterisk/bridge_technology.h
include/asterisk/bucket.h
include/asterisk/build.h
include/asterisk/buildinfo.h
include/asterisk/buildopts.h
include/asterisk/calendar.h
include/asterisk/callerid.h
include/asterisk/causes.h
include/asterisk/ccss.h
include/asterisk/cdr.h
include/asterisk/cel.h
include/asterisk/celt.h
include/asterisk/channel.h
include/asterisk/channel_internal.h
include/asterisk/channelstate.h
include/asterisk/chanvars.h
include/asterisk/cli.h
include/asterisk/codec.h
include/asterisk/compat.h
include/asterisk/compiler.h
include/asterisk/config.h
include/asterisk/config_options.h
include/asterisk/core_local.h
include/asterisk/core_unreal.h
include/asterisk/crypto.h
include/asterisk/data.h
include/asterisk/datastore.h
include/asterisk/devicestate.h
include/asterisk/dial.h
include/asterisk/dlinkedlists.h
include/asterisk/dns.h
include/asterisk/dnsmgr.h
include/asterisk/doxygen/architecture.h
include/asterisk/doxygen/licensing.h
include/asterisk/doxyref.h
include/asterisk/dsp.h
include/asterisk/dundi.h
include/asterisk/endian.h
include/asterisk/endpoints.h
include/asterisk/enum.h
include/asterisk/event.h
include/asterisk/event_defs.h
include/asterisk/extconf.h
include/asterisk/features.h
include/asterisk/features_config.h
include/asterisk/file.h
include/asterisk/format.h
include/asterisk/format_cache.h
include/asterisk/format_cap.h
include/asterisk/format_compatibility.h
include/asterisk/frame.h
include/asterisk/framehook.h
include/asterisk/fskmodem.h
include/asterisk/fskmodem_float.h
include/asterisk/fskmodem_int.h
include/asterisk/global_datastores.h
include/asterisk/hashtab.h
include/asterisk/heap.h
include/asterisk/http.h
include/asterisk/http_websocket.h
include/asterisk/image.h
include/asterisk/indications.h
include/asterisk/inline_api.h
include/asterisk/io.h
include/asterisk/json.h
include/asterisk/linkedlists.h
include/asterisk/localtime.h
include/asterisk/lock.h
include/asterisk/logger.h
include/asterisk/manager.h
include/asterisk/max_forwards.h
include/asterisk/md5.h
include/asterisk/media_index.h
include/asterisk/message.h
include/asterisk/mixmonitor.h
include/asterisk/mod_format.h
include/asterisk/module.h
include/asterisk/monitor.h
Update to Asterisk 13.10.0: this is mainly a bug fix release. The Asterisk Development Team has announced the release of Asterisk 13.10.0. The release of Asterisk 13.10.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Improvements made in this release: ----------------------------------- * ASTERISK-26088 - Investigate heavy memory utilization by res_pjsip_pubsub (Reported by Richard Mudgett) * ASTERISK-26011 - [patch]PJSIP: add "via_addr", "via_port", "call_id" to contacts (Reported by Alexei Gradinari) * ASTERISK-25994 - [patch]res_pjsip: module load priority (Reported by Alexei Gradinari) * ASTERISK-25931 - PJSIP: add "reg_server" to contacts. (Reported by Alexei Gradinari) * ASTERISK-25835 - Authentication using 'Username' field from Digest (Reported by Ross Beer) * ASTERISK-25930 - PJSIP: disable multi domain to improve realtime performace (Reported by Alexei Gradinari) Bugs fixed in this release: ----------------------------------- * ASTERISK-26160 - pjsip: Updated->Reachable during qualify (Reported by Matt Jordan) * ASTERISK-26177 - func_odbc: Database handle is kept when it should be released (Reported by Leandro Dardini) * ASTERISK-26099 - res_pjsip_pubsub: Crash when sending request due to server timeout (Reported by Ross Beer) * ASTERISK-26141 - res_fax: fax_v21_session_new leaks reference to v21_details (Reported by Corey Farrell) * ASTERISK-26140 - res_rtp_asterisk: gcc 6 caught a self-comparison (Reported by George Joseph) * ASTERISK-26138 - chan_unistim: Under FreeBSD, chan_unistim generates a compile error (Reported by George Joseph) * ASTERISK-26128 - Alembic scripts are failing (Reported by Mark Michelson) * ASTERISK-26139 - test_res_pjsip_scheduler: Compile failure if pjproject isn't installed in a system location (Reported by George Joseph) * ASTERISK-26130 - [patch] WebRTC: Should use latest DTLS version. (Reported by Alexander Traud) * ASTERISK-26127 - res_pjsip_session: Crash due to race condition between res_pjsip_session unload and timer (Reported by Joshua Colp) * ASTERISK-26083 - ARI: Announcer channels staying around after playback to a bridge is finished (Reported by Per Jensen) * ASTERISK-26126 - [patch] leverage 'bindaddr' for TLS in http.conf (Reported by Alexander Traud) * ASTERISK-26069 - Asterisk truncates To: header, dropping the closing '>' (Reported by Vasil Kolev) * ASTERISK-26097 - [patch] CLI: show maximum file descriptors (Reported by Alexander Traud) * ASTERISK-25262 - Memory leak when a caller channel does multiple dials and CEL is enabled (Reported by Etienne Lessard) * ASTERISK-26092 - [Segfault] in res_rtp_asterisk.c:4268 after Remotely bridged channels (Reported by Niklas Larsson) * ASTERISK-26096 - res_hep: Crash when configuration file is missing (Reported by Niklas Larsson) * ASTERISK-26089 - Invalid security events during boot using PJSIP Realtime (Reported by Scott Griepentrog) * ASTERISK-26074 - res_odbc: Deadlock within UnixODBC (Reported by Ross Beer) * ASTERISK-26054 - Asterisk crashes (core dump) (Reported by B. Davis) * ASTERISK-24436 - Missing header in res/res_srtp.c when compiling against libsrtp-1.5.0 (Reported by Patrick Laimbock) * ASTERISK-26091 - [patch] ar cru creates warning, instead use ar cr (Reported by Alexander Traud) * ASTERISK-26070 - ari/channels: Creating a local channel without an originator adds all audio formats to it's capabilities (Reported by George Joseph) * ASTERISK-26078 - core: Memory leak in logging (Reported by Etienne Lessard) * ASTERISK-26065 - chan_pjsip: MWI NOTIFY contents not ordered properly (Reported by Ross Beer) * ASTERISK-26063 - ${PJSIP_HEADER(read,Call-ID)} does not work - documentation needs clarification for when read/write is possible (Reported by Private Name) * ASTERISK-25777 - data race in threadpool (Reported by Badalian Vyacheslav) * ASTERISK-26038 - 'make install' doesn't seem to install OS/X init files (Reported by Tzafrir Cohen) * ASTERISK-26029 - parking: ast_parking_park_call should return parking_space instead of parking_exten (Reported by Diederik de Groot) * ASTERISK-25938 - res_odbc: MySQL/MariaDB statement LAST_INSERT_ID() always returns zero. (Reported by Edwin Vandamme) * ASTERISK-25941 - chan_pjsip: Crash on an immediate SIP final response (Reported by Javier Riveros ) * ASTERISK-26014 - res_sorcery_astdb: Make tolerant of unknown fields (Reported by Joshua Colp) * ASTERISK-24986 - keepalive INFO packages ignored by asterisk (Reported by Ilya Trikoz) * ASTERISK-26034 - T.38 passthrough problem behind firewall due to early nosignal packet (Reported by George Joseph) * ASTERISK-26030 - call cut because of double Session-Expires header in re-invite after proxy authentication is required (Reported by George Joseph) * ASTERISK-25964 - Outbound registrations created via ARI/push configuration do not clean up outbound registrations currently in flight (Reported by Matt Jordan) * ASTERISK-26005 - res_pjsip: Multiple SIP messages are combined into 1 TCP packet (Reported by Ross Beer) * ASTERISK-25352 - res_hep_rtcp correlation_id is different then res_hep (Reported by Kevin Scott Adams) * ASTERISK-26008 - app_followme does not delete recorded name prompt (Reported by Tzafrir Cohen) * ASTERISK-26007 - res_pjsip: Endpoints deleting early after upgrade from 13.8.2 to 13.9 (Reported by Greg Siemon) * ASTERISK-25990 - PJSIP TLS registration should respect client_uri scheme when generating Contact URI (Reported by Sebastian Damm) * ASTERISK-25978 - res_pjsip_authenticator_digest: Should not use source port in nonce verification (Reported by Mark Michelson) * ASTERISK-25993 - pjproject: Allow bundling to not require everything it does (Reported by Joshua Colp) * ASTERISK-25956 - Compilation error in conditionally compiled code in config_options.c (Reported by Chris Trobridge) * ASTERISK-25998 - file: Crash when using nativeformats (Reported by Joshua Colp) * ASTERISK-25826 - PJSIP / Sorcery slow load from realtime (Reported by Ross Beer) * ASTERISK-25968 - pjproject_bundled: Configure and make need to be re-tested (Reported by George Joseph) * ASTERISK-24463 - Voicemail email address corrupt or not sent when message is in the process of being recorded during reload (Reported by John Campbell) * ASTERISK-25970 - Segfault in pjsip_url_compare (Reported by Dmitriy Serov) * ASTERISK-25963 - func_odbc requires reconnect checks for stale connections (Reported by Ross Beer) * ASTERISK-25961 - tests/channels/SIP/sip_tls_call: Sporadic crash when running test (Reported by Joshua Colp) * ASTERISK-16115 - [patch] problem with ringinuse=no, queue members receive sometimes two calls (Reported by nik600) * ASTERISK-25917 - [patch]app_voicemail: passwordlocation=spooldir only works if you manually add secret.conf yourself (Reported by Jonathan R. Rose) * ASTERISK-25950 - [patch]SIP channel does not send PeerStatus events for autocreated peers (Reported by Kirill Katsnelson) * ASTERISK-25954 - Manager QueueSummary and QueueStatus Actions are case sensitive to QueueName (Reported by Javier Acosta) New Features made in this release: ----------------------------------- * ASTERISK-25904 - PJSIP: add contact.updated event (Reported by Alexei Gradinari) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.10.0 Thank you for your continued support of Asterisk!
2016-07-24 08:35:50 +02:00
include/asterisk/multicast_rtp.h
2015-12-06 00:29:05 +01:00
include/asterisk/musiconhold.h
Upgrade to Asterisk 13.9.1: this is a bugfix release. Note that since the package doesn't support PJSIP (yet), all reference to PJSIP bugs are not applicable. ----- 13.9.1 The Asterisk Development Team has announced the release of Asterisk 13.9.1. The release of Asterisk 13.9.1 resolves an issue reported by the community and would have not been possible without your participation. Thank you! The following is the issue resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-26007 - res_pjsip: Endpoints deleting early after upgrade from 13.8.2 to 13.9 (Reported by Greg Siemon) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.9.1 Thank you for your continued support of Asterisk! ----- 13.9.0 The Asterisk Development Team has announced the release of Asterisk 13.9.0. The release of Asterisk 13.9.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25963 - func_odbc requires reconnect checks for stale connections (Reported by Ross Beer) * ASTERISK-25970 - Segfault in pjsip_url_compare (Reported by Dmitriy Serov) * ASTERISK-25938 - res_odbc: MySQL/MariaDB statement LAST_INSERT_ID() always returns zero. (Reported by Edwin Vandamme) * ASTERISK-25927 - Removed option "registertrying" is still documented in sip.conf.sample (Reported by Etienne Lessard) * ASTERISK-25947 - Protocol transfers to stasis applications are missing the StasisStart with the replace_channel object. (Reported by Richard Mudgett) * ASTERISK-24649 - Pushing of channel into bridge fails; Stasis fails to get app name (Reported by John Bigelow) * ASTERISK-24782 - StasisEnd event not present for channel that was swapped out for another after completing attended transfer (Reported by John Bigelow) * ASTERISK-25942 - res_pjsip_caller_id: Transfer results in mixed ConnectedLine information (Reported by George Joseph) * ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP thread (Reported by Joshua Colp) * ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events not raised (Reported by Joshua Colp) * ASTERISK-25934 - chan_sip should not require sipregs or updateable sippeers table unless rt (Reported by Jaco Kroon) * ASTERISK-25888 - Frequent segfaults in function can_ring_entry() of app_queue.c (Reported by Sébastien Couture) * ASTERISK-25796 - res_pjsip: DOS/Crash when TCP/TLS sockets exceed pjproject PJ_IOQUEUE_MAX_HANDLES (Reported by George Joseph) * ASTERISK-25707 - Long contact URIs or hostnames can crash pjproject/Asterisk under certain conditions (Reported by George Joseph) * ASTERISK-25123 - Bracketed IPv6 Contact header parameter unparsable with Asterisk/PJSIP (Reported by Anthony Messina) * ASTERISK-25874 - app_voicemail: Stack buffer overflow in test_voicemail_notify_endl (Reported by Badalian Vyacheslav) * ASTERISK-25912 - chan_local passes AST_CONTROL_PVT_CAUSE_CODE without adding them to the local hangupcauses via ast_channel_hangupcause_hash_set (Reported by Jaco Kroon) * ASTERISK-25885 - res_pjsip: Race condition between adding contact and automatic expiration (Reported by Joshua Colp) * ASTERISK-25910 - pjproject: Via headers are not parsed when "received" contains an IPv6 address (Reported by George Joseph) * ASTERISK-25890 - Asterisk 13.8.0 alembic database update fails (Reported by Harley Peters) * ASTERISK-25894 - [patch] webrtc video broken due to missing marker bits in RTP streams (Reported by Jacek Konieczny) * ASTERISK-25854 - No audio after HOLD/RESUME - incorrect a=recvonly in SDP from Asterisk (Reported by Robert McGilvray) * ASTERISK-25873 - res_pjsip: Bundled pjproject: compile error, cannot find -lasteriskpj (Reported by Hans van Eijsden) * ASTERISK-25882 - ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Part 2) (Reported by Richard Mudgett) * ASTERISK-25867 - [patch] Video delay on app_echo (Reported by Jacek Konieczny) * ASTERISK-24605 - res_parking option parkeddynamic does not work with the core Features 'parkcall' (DTMF initiated parking) (Reported by Philip Correia) * ASTERISK-25826 - PJSIP / Sorcery slow load from realtime (Reported by Ross Beer) * ASTERISK-24596 - Unclear how to use Park application with res_parking 'parkeddynamic' enabled. Documentation? (Reported by Philip Correia) * ASTERISK-24543 - Asterisk 13 responds to SIP Invite with all possible codecs configured for peer as opposed to intersection of configured codecs and offered codecs (Reported by Taylor Hawkes) * ASTERISK-25825 - Crashes during shutdown when running CLI commands (Reported by Mark Michelson) * ASTERISK-25407 - Asterisk fails to log to multiple syslog destinations (Reported by Elazar Broad) * ASTERISK-25510 - [patch]Log to syslog failing (Reported by Michael Newton) * ASTERISK-25857 - func_aes: incorrect use of strlen() leads to data corruption (Reported by Gianluca Merlo) Improvements made in this release: ----------------------------------- * ASTERISK-25865 - Message-Account Missing From PJSIP MWI (Reported by Ross Beer) * ASTERISK-25444 - [patch]Music On Hold Warning misleading (Reported by Conrad de Wet) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.9.0 Thank you for your continued support of Asterisk!
2016-06-09 06:41:48 +02:00
include/asterisk/named_locks.h
2015-12-06 00:29:05 +01:00
include/asterisk/netsock.h
include/asterisk/netsock2.h
include/asterisk/network.h
include/asterisk/optional_api.h
include/asterisk/options.h
include/asterisk/opus.h
include/asterisk/parking.h
include/asterisk/paths.h
include/asterisk/pbx.h
include/asterisk/phoneprov.h
include/asterisk/pickup.h
include/asterisk/pktccops.h
include/asterisk/plc.h
include/asterisk/poll-compat.h
include/asterisk/presencestate.h
include/asterisk/privacy.h
include/asterisk/pval.h
include/asterisk/res_fax.h
include/asterisk/res_hep.h
include/asterisk/res_mwi_external.h
include/asterisk/res_odbc.h
Update to Asterisk 13.8.2: this is mainly a bug fix release. It also contains fixes for AST-2016-004 and AST-2016-005. However, those issues only affected the pjsip module. Since Asterisk in pkgsrc doesn't (yet) use pjsip, it wasn't affected. ----- 13.8.2 The Asterisk Development Team has announced the release of Asterisk 13.8.2. The release of Asterisk 13.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events not raised (Reported by Joshua Colp) * ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP thread (Reported by Joshua Colp) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.2 Thank you for your continued support of Asterisk! ----- 13.8.0 The Asterisk Development Team has announced the release of Asterisk 13.8.0. The release of Asterisk 13.8.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-24919 - res_pjsip_config_wizard: Ability to write contents to file (Reported by Ray Crumrine) * ASTERISK-25670 - Add regcontext to PJSIP (Reported by Daniel Journo) * ASTERISK-25480 - [patch]Add field PauseReason on QueueMemberStatus (Reported by Rodrigo Ramirez Norambuena) Bugs fixed in this release: ----------------------------------- * ASTERISK-25849 - chan_pjsip: transfers with direct media sometimes drops audio (Reported by Kevin Harwell) * ASTERISK-25113 - install_prereq in Debian 8 without "standard system utilities" (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25814 - Segfault at f ip in res_pjsip_refer.so (Reported by Sergio Medina Toledo) * ASTERISK-25023 - Deadlock in chan_sip in update_provisional_keepalive (Reported by Arnd Schmitter) * ASTERISK-25321 - [patch]DeadLock ChanSpy with call over Local channel (Reported by Filip Frank) * ASTERISK-25829 - res_pjsip: PJSIP does not accept spaces when separating multiple AORs (Reported by Mateusz Kowalski) * ASTERISK-25771 - ARI:Crash - Attended transfers of channels into Stasis application. (Reported by Javier Riveros ) * ASTERISK-25830 - Revision 2451d4e breaks NAT (Reported by Sean Bright) * ASTERISK-25582 - Testsuite: Reactor timeout error in tests/fax/pjsip/directmedia_reinvite_t38 (Reported by Matt Jordan) * ASTERISK-25811 - Unable to delete object from sorcery cache (Reported by Ross Beer) * ASTERISK-25800 - [patch] Calculate talktime when is first call answered (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25727 - RPM build requires OPTIONAL_API cflag due to PJSIP requirement (Reported by Gergely Dömsödi) * ASTERISK-25337 - Crash on PJSIP_HEADER Add P-Asserted-Identity when calling from Gosub (Reported by Jacques Peacock) * ASTERISK-25738 - res_pjsip_pubsub: Crash while executing OutboundSubscriptionDetail ami action (Reported by Kevin Harwell) * ASTERISK-25721 - [patch] res_phoneprov: memory leak and heap-use-after-free (Reported by Badalian Vyacheslav) * ASTERISK-25272 - [patch]The ICONV dialplan function sometimes returns garbage (Reported by Etienne Lessard) * ASTERISK-25751 - res_pjsip: Support pjsip_dlg_create_uas_and_inc_lock (Reported by Joshua Colp) * ASTERISK-25606 - Core dump when using transports in sorcery (Reported by Martin Moučka) * ASTERISK-20987 - non-admin users, who join muted conference are not being muted (Reported by hristo) * ASTERISK-25737 - res_pjsip_outbound_registration: line option not in Alembic (Reported by Joshua Colp) * ASTERISK-25603 - [patch]udptl: Uninitialized lengths and bufs in udptl_rx_packet cause ast_frdup crash (Reported by Walter Doekes) * ASTERISK-25742 - Secondary IFP Packets can result in accessing uninitialized pointers and a crash (Reported by Torrey Searle) * ASTERISK-24972 - Transport Layer Security (TLS) Protocol BEAST Vulnerability - Investigate vulnerability of HTTP server (Reported by Alex A. Welzl) * ASTERISK-25397 - [patch]chan_sip: File descriptor leak with non-default timert1 (Reported by Alexander Traud) * ASTERISK-25702 - PjSip realtime DB and Cache Errors since upgrade to asterisk-13.7.0 from asterisk-13.7.0-rc2 (Reported by Nic Colledge) * ASTERISK-25730 - build: make uninstall after make distclean tries to remove root (Reported by George Joseph) * ASTERISK-25725 - core: Incorrect XML documentation may result in weird behavior (Reported by Joshua Colp) * ASTERISK-25722 - ASAN & testsute: stack-buffer-overflow in sip_sipredirect (Reported by Badalian Vyacheslav) * ASTERISK-25709 - ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Reported by Mark Michelson) * ASTERISK-25714 - ASAN:heap-buffer-overflow in logger.c (Reported by Badalian Vyacheslav) * ASTERISK-25685 - infrastructure: Run alembic in Jenkins build script (Reported by Joshua Colp) * ASTERISK-25712 - Second call to already-on-call phone and Asterisk sends "Ready" (Reported by Richard Mudgett) * ASTERISK-24801 - ASAN: ast_el_read_char stack-buffer-overflow (Reported by Badalian Vyacheslav) * ASTERISK-25179 - CDR(billsec,f) and CDR(duration,f) report incorrect values (Reported by Gianluca Merlo) * ASTERISK-25611 - core: threadpool thread_timeout_thrash unit test sporadically failing (Reported by Joshua Colp) * ASTERISK-24097 - Documentation - CHANNEL function help text missing 'linkedid' argument (Reported by Steven T. Wheeler) * ASTERISK-25700 - main/config: Clean config maps on shutdown. (Reported by Corey Farrell) * ASTERISK-25696 - bridge_basic: don't cache xferfailsound during a transfer (Reported by Kevin Harwell) * ASTERISK-25697 - bridge_basic: don't play an attended transfer fail sound after target hangs up (Reported by Kevin Harwell) * ASTERISK-25683 - res_ari: Asterisk fails to start if compiled with MALLOC_DEBUG (Reported by yaron nahum) * ASTERISK-25686 - PJSIP: qualify_timeout is a double, database schema is an integer (Reported by Marcelo Terres) * ASTERISK-25690 - Hanging up when executing connected line sub does not cause hangup (Reported by Joshua Colp) * ASTERISK-25687 - res_musiconhold: Concurrent invocations of 'moh reload' cause a crash (Reported by Sean Bright) * ASTERISK-25632 - res_pjsip_sdp_rtp: RTP is sent from wrong IP address when multihomed (Reported by Olivier Krief) * ASTERISK-25637 - Multi homed server using wrong IP (Reported by Daniel Journo) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25640 - pbx: Deadlock on features reload and state change hint. (Reported by Krzysztof Trempala) * ASTERISK-25681 - devicestate: Engine thread is not shut down (Reported by Corey Farrell) * ASTERISK-25680 - manager: manager_channelvars is not cleaned at shutdown (Reported by Corey Farrell) * ASTERISK-25679 - res_calendar leaks scheduler. (Reported by Corey Farrell) * ASTERISK-25675 - Endpoint not listed as Unreachable (Reported by Daniel Journo) * ASTERISK-25677 - pbx_dundi: leaks during failed load. (Reported by Corey Farrell) * ASTERISK-25673 - res_crypto leaks CLI entries (Reported by Corey Farrell) * ASTERISK-25668 - res_pjsip: Deadlock in distributor (Reported by Mark Michelson) * ASTERISK-25664 - ast_format_cap_append_by_type leaks a reference (Reported by Corey Farrell) * ASTERISK-25647 - bug of cel_radius.c: wrong point of ADD_VENDOR_CODE (Reported by Aaron An) * ASTERISK-25317 - asterisk sends too many stun requests (Reported by Stefan Engström) * ASTERISK-25137 - endpoint stasis messages are delivered twice (Reported by Vitezslav Novy) * ASTERISK-25116 - res_pjsip: Two PeerStatus AMI messages are sent for every status change (Reported by George Joseph) * ASTERISK-25641 - bridge: GOTO_ON_BLINDXFR doesn't work on transfer initiated channel (Reported by Dmitry Melekhov) * ASTERISK-25614 - DTLS negotiation delays (Reported by Dade Brandon) * ASTERISK-25442 - using realtime (mysql) queue members are never updated in wait_our_turn function (app_queue.c) (Reported by Carlos Oliva) * ASTERISK-25625 - res_sorcery_memory_cache: Add full backend caching (Reported by Joshua Colp) * ASTERISK-25601 - json: Audit reference usage and thread safety (Reported by Joshua Colp) * ASTERISK-25624 - AMI Event OriginateResponse bug (Reported by sungtae kim) Improvements made in this release: ----------------------------------- * ASTERISK-25495 - [patch] Prevent old-update packages on repository Debian systems (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25846 - Gracefully deal with Absent Stasis Apps (Reported by Andrew Nagy) * ASTERISK-25791 - res_pjsip_caller_id: Lack of support for Anonymous <anonymous at anonymous.invalid> (Reported by Anthony Messina) * ASTERISK-24813 - asterisk.c: #if statement in listener() confuses code folding editors (Reported by Corey Farrell) * ASTERISK-25767 - [patch] Add check to configure for sanitizes (Reported by Badalian Vyacheslav) * ASTERISK-25068 - Move commonly used FreePBX extra sounds to the core set (Reported by Rusty Newton) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.0 Thank you for your continued support of Asterisk!
2016-05-06 09:41:06 +02:00
include/asterisk/res_odbc_transaction.h
include/asterisk/res_pjproject.h
2015-12-06 00:29:05 +01:00
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_body_generator_types.h
include/asterisk/res_pjsip_cli.h
include/asterisk/res_pjsip_outbound_publish.h
include/asterisk/res_pjsip_presence_xml.h
include/asterisk/res_pjsip_pubsub.h
include/asterisk/res_pjsip_session.h
include/asterisk/res_srtp.h
include/asterisk/rtp_engine.h
include/asterisk/say.h
include/asterisk/sched.h
include/asterisk/sdp_srtp.h
include/asterisk/security_events.h
include/asterisk/security_events_defs.h
include/asterisk/select.h
include/asterisk/sem.h
include/asterisk/sha1.h
include/asterisk/silk.h
include/asterisk/sip_api.h
include/asterisk/slin.h
include/asterisk/slinfactory.h
include/asterisk/smdi.h
include/asterisk/smoother.h
include/asterisk/sorcery.h
include/asterisk/sounds_index.h
include/asterisk/speech.h
include/asterisk/spinlock.h
include/asterisk/srv.h
include/asterisk/stasis.h
include/asterisk/stasis_app.h
include/asterisk/stasis_app_device_state.h
include/asterisk/stasis_app_impl.h
include/asterisk/stasis_app_mailbox.h
include/asterisk/stasis_app_playback.h
include/asterisk/stasis_app_recording.h
include/asterisk/stasis_app_snoop.h
include/asterisk/stasis_bridges.h
include/asterisk/stasis_cache_pattern.h
include/asterisk/stasis_channels.h
include/asterisk/stasis_endpoints.h
include/asterisk/stasis_internal.h
include/asterisk/stasis_message_router.h
include/asterisk/stasis_system.h
include/asterisk/stasis_test.h
include/asterisk/statsd.h
include/asterisk/stringfields.h
include/asterisk/strings.h
include/asterisk/stun.h
include/asterisk/syslog.h
include/asterisk/taskprocessor.h
include/asterisk/tcptls.h
include/asterisk/tdd.h
include/asterisk/term.h
include/asterisk/test.h
include/asterisk/threadpool.h
include/asterisk/threadstorage.h
include/asterisk/time.h
include/asterisk/timing.h
include/asterisk/transcap.h
include/asterisk/translate.h
include/asterisk/udptl.h
include/asterisk/ulaw.h
include/asterisk/unaligned.h
include/asterisk/uri.h
include/asterisk/utils.h
include/asterisk/uuid.h
include/asterisk/vector.h
include/asterisk/version.h
include/asterisk/xml.h
include/asterisk/xmldoc.h
include/asterisk/xmpp.h
lib/asterisk/modules/app_adsiprog.so
lib/asterisk/modules/app_agent_pool.so
lib/asterisk/modules/app_alarmreceiver.so
lib/asterisk/modules/app_amd.so
lib/asterisk/modules/app_authenticate.so
lib/asterisk/modules/app_bridgewait.so
lib/asterisk/modules/app_cdr.so
lib/asterisk/modules/app_celgenuserevent.so
lib/asterisk/modules/app_chanisavail.so
lib/asterisk/modules/app_channelredirect.so
lib/asterisk/modules/app_chanspy.so
lib/asterisk/modules/app_confbridge.so
lib/asterisk/modules/app_controlplayback.so
lib/asterisk/modules/app_db.so
lib/asterisk/modules/app_dial.so
lib/asterisk/modules/app_dictate.so
lib/asterisk/modules/app_directed_pickup.so
lib/asterisk/modules/app_directory.so
lib/asterisk/modules/app_disa.so
lib/asterisk/modules/app_dumpchan.so
lib/asterisk/modules/app_echo.so
lib/asterisk/modules/app_exec.so
lib/asterisk/modules/app_externalivr.so
lib/asterisk/modules/app_festival.so
lib/asterisk/modules/app_followme.so
lib/asterisk/modules/app_forkcdr.so
lib/asterisk/modules/app_getcpeid.so
lib/asterisk/modules/app_ices.so
lib/asterisk/modules/app_image.so
lib/asterisk/modules/app_macro.so
lib/asterisk/modules/app_milliwatt.so
lib/asterisk/modules/app_minivm.so
lib/asterisk/modules/app_mixmonitor.so
lib/asterisk/modules/app_morsecode.so
lib/asterisk/modules/app_mp3.so
lib/asterisk/modules/app_nbscat.so
lib/asterisk/modules/app_originate.so
lib/asterisk/modules/app_page.so
lib/asterisk/modules/app_playback.so
lib/asterisk/modules/app_playtones.so
lib/asterisk/modules/app_privacy.so
lib/asterisk/modules/app_queue.so
lib/asterisk/modules/app_read.so
lib/asterisk/modules/app_readexten.so
lib/asterisk/modules/app_record.so
lib/asterisk/modules/app_sayunixtime.so
lib/asterisk/modules/app_senddtmf.so
lib/asterisk/modules/app_sendtext.so
lib/asterisk/modules/app_sms.so
lib/asterisk/modules/app_softhangup.so
lib/asterisk/modules/app_speech_utils.so
lib/asterisk/modules/app_stack.so
lib/asterisk/modules/app_stasis.so
lib/asterisk/modules/app_system.so
lib/asterisk/modules/app_talkdetect.so
lib/asterisk/modules/app_test.so
lib/asterisk/modules/app_transfer.so
lib/asterisk/modules/app_url.so
lib/asterisk/modules/app_userevent.so
lib/asterisk/modules/app_verbose.so
lib/asterisk/modules/app_voicemail.so
lib/asterisk/modules/app_waitforring.so
lib/asterisk/modules/app_waitforsilence.so
lib/asterisk/modules/app_waituntil.so
lib/asterisk/modules/app_while.so
lib/asterisk/modules/app_zapateller.so
lib/asterisk/modules/bridge_builtin_features.so
lib/asterisk/modules/bridge_builtin_interval_features.so
lib/asterisk/modules/bridge_holding.so
lib/asterisk/modules/bridge_native_rtp.so
lib/asterisk/modules/bridge_simple.so
lib/asterisk/modules/bridge_softmix.so
${PLIST.unixodbc}lib/asterisk/modules/cdr_adaptive_odbc.so
lib/asterisk/modules/cdr_csv.so
lib/asterisk/modules/cdr_custom.so
lib/asterisk/modules/cdr_manager.so
${PLIST.unixodbc}lib/asterisk/modules/cdr_odbc.so
${PLIST.pgsql}lib/asterisk/modules/cdr_pgsql.so
lib/asterisk/modules/cdr_sqlite3_custom.so
lib/asterisk/modules/cdr_syslog.so
lib/asterisk/modules/cel_custom.so
lib/asterisk/modules/cel_manager.so
${PLIST.unixodbc}lib/asterisk/modules/cel_odbc.so
${PLIST.pgsql}lib/asterisk/modules/cel_pgsql.so
lib/asterisk/modules/cel_sqlite3_custom.so
lib/asterisk/modules/chan_bridge_media.so
lib/asterisk/modules/chan_iax2.so
${PLIST.mgcp}lib/asterisk/modules/chan_mgcp.so
${PLIST.jabber}lib/asterisk/modules/chan_motif.so
lib/asterisk/modules/chan_oss.so
Update to Asterisk 13.11.2: this is mainly a bug fix release including two security issues: AST-2016-006 and AST-2016-007. Note that AST-2016-006 only affected setups using PJSIP, which pkgsrc Asterisk does not. pkgsrc changes: - don't use gethostbyname_r on NetBSD - eliminte conflict with new hmac(1) function on NetBSD ----- AST-2016-006 Asterisk can be crashed remotely by sending an ACK to it from an endpoint username that Asterisk does not recognize. Most SIP request types result in an "artificial" endpoint being looked up, but ACKs bypass this lookup. The resulting NULL pointer results in a crash when attempting to determine if ACLs should be applied. This issue was introduced in the Asterisk 13.10 release and only affects that release. This issue only affects users using the PJSIP stack with Asterisk. Those users that use chan_sip are unaffected. ----- AST-2016-007 The overlap dialing feature in chan_sip allows chan_sip to report to a device that the number that has been dialed is incomplete and more digits are required. If this functionality is used with a device that has performed username/password authentication RTP resources are leaked. This occurs because the code fails to release the old RTP resources before allocating new ones in this scenario. If all resources are used then RTP port exhaustion will occur and no RTP sessions are able to be set up. ----- 13.11.2 The Asterisk Development Team has announced the release of Asterisk 13.11.2. The release of Asterisk 13.11.2 resolves an issue reported by the community and would have not been possible without your participation. Thank you! The following is the issue resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-26349 - 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed (Reported by Dmitry Melekhov) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.11.2 Thank you for your continued support of Asterisk! ----- 13.11.0 The Asterisk Development Team has announced the release of Asterisk 13.11.0. The release of Asterisk 13.11.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-25904 - PJSIP: add contact.updated event (Reported by Alexei Gradinari) Bugs fixed in this release: ----------------------------------- * ASTERISK-26269 - res_pjsip: Wrong state for aors without registered contacts after startup (Reported by nappsoft) * ASTERISK-26299 - app_queue: Queue application sometimes stops calling members with Local interface (Reported by Etienne Lessard) * ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..." (Reported by Hans van Eijsden) * ASTERISK-26237 - Fax is detected on regular calls. (Reported by Richard Mudgett) * ASTERISK-26227 - sqlalchemy error due to long identifier name (Reported by Mark Michelson) * ASTERISK-19968 - TCP Session-Timers not dropping call (Reported by Aaron Hamstra) * ASTERISK-26214 - Allow arbitrary time for fax detection to end on a channel (Reported by Richard Mudgett) * ASTERISK-23013 - [patch] Deadlock between 'sip show channels' command and attended transfer handling (Reported by Ben Smithurst) * ASTERISK-26216 - res_fax: Deadlock when detect fax while channel executing Playback (Reported by Richard Mudgett) * ASTERISK-26212 - [patch] Makefile: Retain XML Declaration and DTD in docs. (Reported by Alexander Traud) * ASTERISK-26211 - Unit tests: AST_TEST_DEFINE should be used in conditional code. (Reported by Corey Farrell) * ASTERISK-26207 - [patch] sRTP: Count a roll-over of the sequence number even on lost packets. (Reported by Alexander Traud) * ASTERISK-26038 - 'make install' doesn't seem to install OS/X init files (Reported by Tzafrir Cohen) * ASTERISK-26200 - [patch] res_pjsip_mwi: improve realtime performance - remove unneeded check on endpoint's contacts. (Reported by Alexei Gradinari) * ASTERISK-26133 - app_queue: Queue members receive multiple calls (Reported by Richard Miller) * ASTERISK-26196 - pbx: Time based includes can leak timezone string (Reported by Corey Farrell) * ASTERISK-26193 - chan_sip: reference leak in mwi_event_cb (Reported by Corey Farrell) * ASTERISK-25659 - res_rtp_asterisk: ECDH not negotiated causing DTLS failure occurred on RTP instance (Reported by Edwin Vandamme) * ASTERISK-26191 - threadpool: Leak on duplicate taskprocessor for ast_threadpool_serializer_group (Reported by Corey Farrell) * ASTERISK-26046 - [patch] Avoid obsolete warnings on autoconf. (Reported by Alexander Traud) * ASTERISK-26160 - pjsip: Updated->Reachable during qualify (Reported by Matt Jordan) * ASTERISK-25289 - Build System does not respect CFLAGS and CXXFLAGS when building menuselect (Reported by Jeffrey Walton) * ASTERISK-26119 - [patch] fix: memory leaks, resource leaks, out of bounds and bugs (Reported by Alexei Gradinari) * ASTERISK-26177 - func_odbc: Database handle is kept when it should be released (Reported by Leandro Dardini) * ASTERISK-26184 - chan_sip: Reference leaks in error paths. (Reported by Corey Farrell) * ASTERISK-26181 - REF_DEBUG: Node object incorrectly logged during duplicate replacement (Reported by Corey Farrell) * ASTERISK-26180 - PJSIP: provide valid tcp nodelay option for reuse (Reported by Scott Griepentrog) * ASTERISK-26179 - chan_sip: Second T.38 request fails (Reported by Joshua Colp) * ASTERISK-26172 - res_sorcery_realtime: fix bug when successful sql UPDATE is treated as failed if there is no affected rows. (Reported by Alexei Gradinari) * ASTERISK-25772 - res_pjsip: Unexpected two BYE when answered (Reported by Dmitriy Serov) * ASTERISK-26099 - res_pjsip_pubsub: Crash when sending request due to server timeout (Reported by Ross Beer) * ASTERISK-26144 - Crash on loading codecs g729/g723 (Reported by Alexei Gradinari) * ASTERISK-26157 - Build: Fix errors highlighted by GCC 6.x (Reported by George Joseph) * ASTERISK-26021 - Build codecs siren7 and siren14 for Asterisk 13 (Reported by Daniel Denson) * ASTERISK-26326 - Crash when dialing MulticastRTP channel (Reported by George Joseph) Improvements made in this release: ----------------------------------- * ASTERISK-26220 - Add support for noreturn function attributes. (Reported by Corey Farrell) * ASTERISK-22131 - Update the make dependencies script to pull, build, and install the correct pjproject (Reported by Matt Jordan) * ASTERISK-25471 - [patch]Add subscribe_context to res_pjsip (Reported by JoshE) * ASTERISK-26159 - res_hep: enabled by default and information sent to default address (Reported by Ross Beer) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.11.0 Thank you for your continued support of Asterisk!
2016-09-23 19:50:19 +02:00
lib/asterisk/modules/chan_rtp.so
2015-12-06 00:29:05 +01:00
lib/asterisk/modules/chan_sip.so
lib/asterisk/modules/chan_skinny.so
lib/asterisk/modules/chan_unistim.so
lib/asterisk/modules/codec_a_mu.so
lib/asterisk/modules/codec_adpcm.so
lib/asterisk/modules/codec_alaw.so
lib/asterisk/modules/codec_g722.so
lib/asterisk/modules/codec_g726.so
lib/asterisk/modules/codec_gsm.so
lib/asterisk/modules/codec_ilbc.so
lib/asterisk/modules/codec_lpc10.so
lib/asterisk/modules/codec_resample.so
${PLIST.speex}lib/asterisk/modules/codec_speex.so
lib/asterisk/modules/codec_ulaw.so
lib/asterisk/modules/format_g719.so
lib/asterisk/modules/format_g723.so
lib/asterisk/modules/format_g726.so
lib/asterisk/modules/format_g729.so
lib/asterisk/modules/format_gsm.so
lib/asterisk/modules/format_h263.so
lib/asterisk/modules/format_h264.so
lib/asterisk/modules/format_ilbc.so
lib/asterisk/modules/format_jpeg.so
lib/asterisk/modules/format_pcm.so
lib/asterisk/modules/format_siren14.so
lib/asterisk/modules/format_siren7.so
lib/asterisk/modules/format_sln.so
lib/asterisk/modules/format_vox.so
lib/asterisk/modules/format_wav.so
lib/asterisk/modules/format_wav_gsm.so
lib/asterisk/modules/func_aes.so
lib/asterisk/modules/func_audiohookinherit.so
lib/asterisk/modules/func_base64.so
lib/asterisk/modules/func_blacklist.so
lib/asterisk/modules/func_callcompletion.so
lib/asterisk/modules/func_callerid.so
lib/asterisk/modules/func_cdr.so
lib/asterisk/modules/func_channel.so
lib/asterisk/modules/func_config.so
lib/asterisk/modules/func_curl.so
lib/asterisk/modules/func_cut.so
lib/asterisk/modules/func_db.so
lib/asterisk/modules/func_devstate.so
lib/asterisk/modules/func_dialgroup.so
lib/asterisk/modules/func_dialplan.so
lib/asterisk/modules/func_enum.so
lib/asterisk/modules/func_env.so
lib/asterisk/modules/func_extstate.so
lib/asterisk/modules/func_frame_trace.so
lib/asterisk/modules/func_global.so
lib/asterisk/modules/func_groupcount.so
lib/asterisk/modules/func_hangupcause.so
Update Asterisk to 13.7.2: this is mainly bug fixes with some minor features and fixes for AST-2016-001, AST-2016-002, and AST-2016-003. Also some pkglinting. ----- 13.7.2 The Asterisk Development Team has announced the release of Asterisk 13.7.2. The release of Asterisk 13.7.2 resolves an issue reported by the community and would have not been possible without your participation. Thank you! The following is the issue resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25702 - PjSip realtime DB and Cache Errors since upgrade to asterisk-13.7.0 from asterisk-13.7.0-rc2 (Reported by Nic Colledge) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.7.2 Thank you for your continued support of Asterisk! ----- 13.7.1 The Asterisk Development Team has announced security releases for Certified Asterisk 11.6 and 13.1 and Asterisk 11 and 13. The available security releases are released as versions 11.6-cert12, 11.21.1, 13.1-cert3, and 13.7.1. The release of these versions resolves the following security vulnerabilities: * AST-2016-001: BEAST vulnerability in HTTP server The Asterisk HTTP server currently has a default configuration which allows the BEAST vulnerability to be exploited if the TLS functionality is enabled. This can allow a man-in-the-middle attack to decrypt data passing through it. * AST-2016-002: File descriptor exhaustion in chan_sip Setting the sip.conf timert1 value to a value higher than 1245 can cause an integer overflow and result in large retransmit timeout times. These large timeout values hold system file descriptors hostage and can cause the system to run out of file descriptors. * AST-2016-003: Remote crash vulnerability receiving UDPTL FAX data. If no UDPTL packets are lost there is no problem. However, a lost packet causes Asterisk to use the available error correcting redundancy packets. If those redundancy packets have zero length then Asterisk uses an uninitialized buffer pointer and length value which can cause invalid memory accesses later when the packet is copied. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.7.1 The security advisories are available at: * http://downloads.asterisk.org/pub/security/AST-2016-001.pdf * http://downloads.asterisk.org/pub/security/AST-2016-002.pdf * http://downloads.asterisk.org/pub/security/AST-2016-003.pdf Thank you for your continued support of Asterisk! ----- 13.7.0 The Asterisk Development Team has announced the release of Asterisk 13.7.0. The release of Asterisk 13.7.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-25419 - Dialplan Application for Integration of StatsD (Reported by Ashley Sanders) * ASTERISK-25549 - Confbridge: Add participant timeout option (Reported by Mark Michelson) * ASTERISK-24922 - ARI: Add the ability to intercept hold and raise an event (Reported by Matt Jordan) Bugs fixed in this release: ----------------------------------- * ASTERISK-25689 - pjsip show contacts not working in Asterisk 13.7rc2 (Reported by Marcelo Terres) * ASTERISK-25640 - pbx: Deadlock on features reload and state change hint. (Reported by Krzysztof Trempala) * ASTERISK-25664 - ast_format_cap_append_by_type leaks a reference (Reported by Corey Farrell) * ASTERISK-25601 - json: Audit reference usage and thread safety (Reported by Joshua Colp) * ASTERISK-25625 - res_sorcery_memory_cache: Add full backend caching (Reported by Joshua Colp) * ASTERISK-25615 - res_pjsip: Setting transport async_operations > 1 causes segfault on tls transports (Reported by George Joseph) * ASTERISK-25364 - [patch]Issue a TCP connection(kernel) and thread of asterisk is not released (Reported by Hiroaki Komatsu) * ASTERISK-25619 - res_chan_stats not sending the correct information to StatsD (Reported by Tyler Cambron) * ASTERISK-25569 - app_meetme: Audio quality issues (Reported by Corey Farrell) * ASTERISK-25609 - [patch]Asterisk may crash when calling ast_channel_get_t38_state(c) (Reported by Filip Jenicek) * ASTERISK-24146 - [patch]No audio on WebRtc caller side when answer waiting time is more than ~7sec (Reported by Aleksei Kulakov) * ASTERISK-25599 - [patch] SLIN Resampling Codec only 80 msec (Reported by Alexander Traud) * ASTERISK-25616 - Warning with a Codec Module which supports PLC with FEC (Reported by Alexander Traud) * ASTERISK-25610 - Asterisk crash during "sip reload" (Reported by Dudás József) * ASTERISK-25608 - res_pjsip/contacts/statsd: Lifecycle events aren't consistent (Reported by George Joseph) * ASTERISK-25584 - [patch] format-attribute module: VP8 missing (Reported by Alexander Traud) * ASTERISK-25583 - [patch] format-attribute module: RFC 7587 (Opus Codec) (Reported by Alexander Traud) * ASTERISK-25498 - Asterisk crashes when negotiating g729 without that module installed (Reported by Ben Langfeld) * ASTERISK-25595 - Unescaped : in messge sent to statsd (Reported by Niklas Larsson) * ASTERISK-25476 - chan_sip loses registrations after a while (Reported by Michael Keuter) * ASTERISK-25598 - res_pjsip: Contact status messages are printing a hash instead of the uri (Reported by George Joseph) * ASTERISK-25600 - bridging: Inconsistency in BRIDGEPEER (Reported by Jonathan Rose) * ASTERISK-25582 - Testsuite: Reactor timeout error in tests/fax/pjsip/directmedia_reinvite_t38 (Reported by Matt Jordan) * ASTERISK-25593 - fastagi: record file closed after sending result (Reported by Kevin Harwell) * ASTERISK-25585 - [patch]rasterisk never hits most of main(), but it's assumed to (Reported by Walter Doekes) * ASTERISK-25590 - CLI Usage info for 'pjsip send notify' references incorrect config (Reported by Corey Farrell) * ASTERISK-25165 - Testsuite - Sorcery memory cache leaks (Reported by Corey Farrell) * ASTERISK-25575 - res_pjsip: Dynamic outbound registrations created via ARI are not loaded into memory on Asterisk start/restart (Reported by Matt Jordan) * ASTERISK-25545 - [patch] translation module gets cached not joint format (Reported by Alexander Traud) * ASTERISK-25573 - [patch] H.264 format attribute module: resets whole SDP (Reported by Alexander Traud) * ASTERISK-24958 - Forwarding loop detection inhibits certain desirable scenarios (Reported by Mark Michelson) * ASTERISK-25561 - app_queue.c line 6503 (try_calling): mutex 'qe->chan' freed more times than we've locked! (Reported by Alec Davis) * ASTERISK-25552 - hashtab: Improve NULL tolerance (Reported by Joshua Colp) * ASTERISK-25160 - [patch] Opus Codec: SIP/SDP line fmtp missing when called internally (Reported by Alexander Traud) * ASTERISK-25535 - [patch] format creation on module load instead of cache (Reported by Alexander Traud) * ASTERISK-25449 - main/sched: Regression introduced by 5c713fdf18f causes erroneous duplicate RTCP messages; other potential scheduling issues in chan_sip/chan_skinny (Reported by Matt Jordan) * ASTERISK-25546 - threadpool: Race condition between idle timeout and activation (Reported by Joshua Colp) * ASTERISK-25537 - [patch] format-attribute module: RFC or internal defaults? (Reported by Alexander Traud) * ASTERISK-25533 - [patch] buffer for ast_format_cap_get_names only 64 bytes (Reported by Alexander Traud) * ASTERISK-25373 - add documentation for CALLERID(pres) and also the CONNECTEDLINE and REDIRECTING variants (Reported by Walter Doekes) * ASTERISK-25527 - Quirky xmldoc description wrapping (Reported by Walter Doekes) * ASTERISK-24779 - Passthrough OPUS codec not working with chan_pjsip (Reported by PowerPBX) * ASTERISK-25522 - ARI: Crash when creating channel via ARI originate with requesting channel (Reported by Matt Jordan) * ASTERISK-25434 - Compiler flags not reported in 'core show settings' despite usage during compilation (Reported by Rusty Newton) * ASTERISK-24106 - WebSockets Automatically decides what driver it will use (Reported by Andrew Nagy) * ASTERISK-25513 - Crash: malloc failed with high load of subscriptions. (Reported by John Bigelow) * ASTERISK-25505 - res_pjsip_pubsub: Crash on off-nominal when UAS dialog can't be created (Reported by Joshua Colp) * ASTERISK-24543 - Asterisk 13 responds to SIP Invite with all possible codecs configured for peer as opposed to intersection of configured codecs and offered codecs (Reported by Taylor Hawkes) * ASTERISK-25494 - build: GCC 5.1.x catches some new const, array bounds and missing paren issues (Reported by George Joseph) * ASTERISK-25485 - res_pjsip_outbound_registration: registration stops due to 400 response (Reported by Kevin Harwell) * ASTERISK-25486 - res_pjsip: Fix deadlock when validating URIs (Reported by Joshua Colp) * ASTERISK-7803 - [patch] Update the maximum packetization values in frame.c (Reported by dea) * ASTERISK-25484 - [patch] autoframing=yes has no effect (Reported by Alexander Traud) * ASTERISK-25461 - Nested dialplan #includes don't work as expected. (Reported by Richard Mudgett) * ASTERISK-25455 - Deadlock of PJSIP realtime over res_config_pgsql (Reported by mdu113) * ASTERISK-25135 - [patch]RTP Timeout hangup cause code missing (Reported by Olle Johansson) * ASTERISK-25435 - Asterisk periodically hangs. UDP Recv-Q greatly exceeds zero. (Reported by Dmitriy Serov) * ASTERISK-25451 - Broken video - erased rtp marker bit (Reported by Stefan Engström) * ASTERISK-25400 - Hints broken when "CustomPresence" doesn't exist in AstDB (Reported by Andrew Nagy) * ASTERISK-25443 - [patch]IPv6 - Potential issue in via header parsing (Reported by ffs) * ASTERISK-25404 - segfault/crash in chan_pjsip_hangup ... at chan_pjsip.c (Reported by Chet Stevens) * ASTERISK-25391 - AMI GetConfigJSON returns invalid JSON (Reported by Bojan Nemčić) * ASTERISK-25441 - Deadlock in res_sorcery_memory_cache. (Reported by Richard Mudgett) * ASTERISK-25438 - res_rtp_asterisk: ICE role message even when ICE is not enabled (Reported by Joshua Colp) Improvements made in this release: ----------------------------------- * ASTERISK-25618 - res_pjsip: Check for readability of TLS files at startup (Reported by George Joseph) * ASTERISK-25572 - Endpoints: Add StatsD stats for Asterisk endpoints (Reported by Matt Jordan) * ASTERISK-25571 - PJSIP: Add StatsD stats for some common PJSIP objects (Reported by Matt Jordan) * ASTERISK-25518 - taskprocessor: Add high water mark (Reported by Jonathan Rose) * ASTERISK-25477 - pjsip show "command" like [criteria] (Reported by Bryant Zimmerman) * ASTERISK-24718 - [patch]Add inital support of "sanitize" to configure (Reported by Badalian Vyacheslav) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.7.0 Thank you for your continued support of Asterisk!
2016-02-07 10:13:34 +01:00
lib/asterisk/modules/func_holdintercept.so
2015-12-06 00:29:05 +01:00
lib/asterisk/modules/func_iconv.so
lib/asterisk/modules/func_jitterbuffer.so
lib/asterisk/modules/func_lock.so
lib/asterisk/modules/func_logic.so
lib/asterisk/modules/func_math.so
lib/asterisk/modules/func_md5.so
lib/asterisk/modules/func_module.so
${PLIST.unixodbc}lib/asterisk/modules/func_odbc.so
lib/asterisk/modules/func_periodic_hook.so
lib/asterisk/modules/func_pitchshift.so
lib/asterisk/modules/func_presencestate.so
lib/asterisk/modules/func_rand.so
lib/asterisk/modules/func_realtime.so
lib/asterisk/modules/func_sha1.so
lib/asterisk/modules/func_shell.so
lib/asterisk/modules/func_sorcery.so
${PLIST.speex}lib/asterisk/modules/func_speex.so
lib/asterisk/modules/func_sprintf.so
lib/asterisk/modules/func_srv.so
lib/asterisk/modules/func_strings.so
lib/asterisk/modules/func_sysinfo.so
lib/asterisk/modules/func_talkdetect.so
lib/asterisk/modules/func_timeout.so
lib/asterisk/modules/func_uri.so
lib/asterisk/modules/func_version.so
lib/asterisk/modules/func_vmcount.so
lib/asterisk/modules/func_volume.so
lib/asterisk/modules/pbx_ael.so
lib/asterisk/modules/pbx_config.so
lib/asterisk/modules/pbx_dundi.so
lib/asterisk/modules/pbx_loopback.so
lib/asterisk/modules/pbx_realtime.so
lib/asterisk/modules/pbx_spool.so
lib/asterisk/modules/res_adsi.so
lib/asterisk/modules/res_ael_share.so
lib/asterisk/modules/res_agi.so
lib/asterisk/modules/res_ari.so
lib/asterisk/modules/res_ari_applications.so
lib/asterisk/modules/res_ari_asterisk.so
lib/asterisk/modules/res_ari_bridges.so
lib/asterisk/modules/res_ari_channels.so
lib/asterisk/modules/res_ari_device_states.so
lib/asterisk/modules/res_ari_endpoints.so
lib/asterisk/modules/res_ari_events.so
lib/asterisk/modules/res_ari_model.so
lib/asterisk/modules/res_ari_playbacks.so
lib/asterisk/modules/res_ari_recordings.so
lib/asterisk/modules/res_ari_sounds.so
lib/asterisk/modules/res_calendar.so
lib/asterisk/modules/res_clialiases.so
lib/asterisk/modules/res_clioriginate.so
lib/asterisk/modules/res_config_curl.so
${PLIST.ldap}lib/asterisk/modules/res_config_ldap.so
${PLIST.unixodbc}lib/asterisk/modules/res_config_odbc.so
${PLIST.pgsql}lib/asterisk/modules/res_config_pgsql.so
lib/asterisk/modules/res_config_sqlite3.so
lib/asterisk/modules/res_convert.so
lib/asterisk/modules/res_crypto.so
lib/asterisk/modules/res_curl.so
lib/asterisk/modules/res_fax.so
${PLIST.spandsp}lib/asterisk/modules/res_fax_spandsp.so
lib/asterisk/modules/res_format_attr_celt.so
Update to Asterisk 13.12.0: this is mostly a bug fix release. The Asterisk Development Team has announced the release of Asterisk 13.12.0. The release of Asterisk 13.12.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-26277 - Add dialplan function PJSIP_SEND_SESSION_REFRESH that sends a session refresh to update formats on a channel after session establishment (Reported by Matt Jordan) Bugs fixed in this release: ----------------------------------- * ASTERISK-26477 - pjproject: SEGV during SSL operations (Reported by George Joseph) * ASTERISK-17470 - [patch] - When videosupport=yes, asterisk allows one end peer to send video, even though the other end supports only audio. (Reported by effie mouzeli) * ASTERISK-26416 - pjproject-bundled: configure fails to check for all required utilities (Reported by Corey Farrell) * ASTERISK-26466 - core: Be forgiving on external callerid that may be flawed so we don't drop events (Reported by Richard Mudgett) * ASTERISK-26362 - res_config_mysql: Broken after 13.10 (Reported by Carlos Chavez) * ASTERISK-26446 - app_dial: There's no way to override the hangupcause on unanswered channels (Reported by George Joseph) * ASTERISK-24311 - Populating database via Alembic fails when using same database for multiple schema sets (Reported by Dafi Ni) * ASTERISK-26438 - [patch] chan_sip: auto_force_rport: No NAT = No Symmetric Response. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-18232 - Broken REGISTER sent to IPv4 server when bindaddr=[::] (Reported by Jacek) * ASTERISK-25468 - Deadlock in chan_sip - core show locks shows do_monitor lock (Reported by Barry Flanagan) * ASTERISK-26397 - manager: PresenceState action crashes Asterisk 14 (Reported by Andrew Nagy) * ASTERISK-26389 - res_odbc: Clean up pooling options (Reported by Joshua Colp) * ASTERISK-26359 - [patch] cdr_mysql: fails to use UTC if so instructed (Reported by Tzafrir Cohen) * ASTERISK-26273 - core: Won't compile when LOW_MEMORY is enabled (Reported by Anthony Messina) * ASTERISK-26263 - SQL error when using realtime and registering extension / inserting into ps_contacts (Reported by Jeppe Ryskov Larsen) * ASTERISK-26374 - res_pjsip_multihomed: Contact port is rewritten for connectionful protocols (Reported by Joshua Colp) * ASTERISK-26367 - rtp: Timestamps broken when video frame is across multiple RTP packets (Reported by Joshua Colp) * ASTERISK-26375 - res_pjsip_transport_management: Log message states seconds, but time value is milliseconds (Reported by Joshua Colp) * ASTERISK-19968 - TCP Session-Timers not dropping call (Reported by Aaron Hamstra) * ASTERISK-26360 - app_queue: "queue show" output gets "failed to extend from 240 to 327" msgs. (Reported by Richard Mudgett) * ASTERISK-26316 - res_pjsip_callerid: Irregular URI causes unexpected callerid (Reported by Kevin Harwell) * ASTERISK-26349 - 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed (Reported by Dmitry Melekhov) * ASTERISK-26272 - chan_sip: File descriptors leak (UDP sockets) (Reported by Etienne Lessard) * ASTERISK-26264 - res_pjsip: Crash when applying ACL from non-existent endpoint (Reported by nappsoft) * ASTERISK-26288 - followme: fails to reset config items to default values on reload (Reported by Tzafrir Cohen) * ASTERISK-25691 - Crash occurs when screening mode (Dial's 'p' argument) is enabled and callee rejects a call or hangs up. (Reported by Etienne Lessard) * ASTERISK-26331 - Crash on "core show channeltype Surrogate" in ast_format_cap_get_names (Reported by CGI.NET) * ASTERISK-26282 - AEL: macro-call in Dial application, macro "lacks 's' extension" (Reported by chris de rock) * ASTERISK-26226 - pbx: Asterisk crash on AMI action "ShowDialplan" when there's a circular dependency between contexts (Reported by Etienne Lessard) * ASTERISK-26279 - pjproject-bundled: Fails to compile on Debian 6 (Reported by George Joseph) * ASTERISK-26306 - channel: Hang-up crashes, chan_pjsip not cleaning up properly (Reported by Alexander Traud) * ASTERISK-26299 - app_queue: Queue application sometimes stops calling members with Local interface (Reported by Etienne Lessard) * ASTERISK-26203 - res_fax: Deadlock when using FAXOPT(gateway)=yes with Local channels (Reported by Etienne Lessard) * ASTERISK-24822 - Deadlock: Fax Gateway framehook creates locking inversion in T.38 query option with features bridging code (Reported by David Brillert) * ASTERISK-22732 - Deadlock potential in res_fax and CCSS with local channels. (Reported by Richard Mudgett) * ASTERISK-26269 - res_pjsip: Wrong state for aors without registered contacts after startup (Reported by nappsoft) * ASTERISK-22374 - Finish mapping the sip.conf parameters to res_sip.conf parameters (Reported by Matt Jordan) * ASTERISK-24425 - [patch] jabber/xmpp to use TLS instead of SSLv3, security fix POODLE (CVE-2014-3566) (Reported by abelbeck) * ASTERISK-25472 - Swagger scripts are not replacing format variable in file brief (Reported by Corey Farrell) * ASTERISK-26228 - res_pjsip_sdp_rtp: G729A does not include annexb=no attribute. (Reported by Ali Ghavidel) * ASTERISK-25984 - res_odbc relies on res_odbc_transaction, but it's not mandatory to compile it (Reported by József Dudás) * ASTERISK-26303 - [patch] BuildSystem: ca_list_path capabilities not detected in PJProject. (Reported by Alexander Traud) * ASTERISK-25492 - ARI: Path parameters are case sensitive (Reported by Joshua Colp) * ASTERISK-26233 - pbx: Failure to remove inconsistent extension names (Reported by Corey Farrell) * ASTERISK-26164 - XMPP no longer triggers NOTIFY to device via chan_pjsip (Reported by Ross Beer) * ASTERISK-26246 - Security: Privilege escalation by AMI adding dialplan extensions. (Reported by Richard Mudgett) * ASTERISK-26267 - ast_register_atexit callbacks should be run on failed startup. (Reported by Corey Farrell) * ASTERISK-26241 - res_pjsip: When using compact headers, rpid and pai are incorrectly generated (Reported by George Joseph) * ASTERISK-26239 - res_pjsip_logger: An empty global/debug option is treated as a "match all" hostname (Reported by George Joseph) * ASTERISK-26238 - res_pjsip: Empty global default_from_user causes crash (Reported by Joshua Colp) * ASTERISK-25797 - app_queue: Crash when calling a queue with a member with a forward to an nonexistent extension (Reported by Etienne Lessard) * ASTERISK-26268 - alembic: 'auth_username' not in PJSIP 'identify_by' enum (Reported by Joshua Colp) * ASTERISK-26145 - pjsip: Deadlock with suspend + masquerade + indicate (Reported by Ross Beer) * ASTERISK-26183 - alembic: error when using sqlalchemy version 1.1.0b2 (Reported by Kevin Harwell) * ASTERISK-26280 - DNS lookups can block channel media paths (Reported by Mark Michelson) * ASTERISK-25217 - [patch]res_pjsip_outbound_publish.c needs a similar treatment for module unloading as res_pjsip_outbound_registration.c (Reported by Richard Mudgett) * ASTERISK-26265 - Errors ignored from some parts of system initialization. (Reported by Corey Farrell) * ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex for get all (Reported by Dmitry) * ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains brackets with IP6 (Reported by Alexander Traud) * ASTERISK-25996 - Remove "live_dangerously" requirement on DB(read) (Reported by Andrew Nagy) * ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..." (Reported by Hans van Eijsden) Improvements made in this release: ----------------------------------- * ASTERISK-26409 - codec_opus: Update Asterisk to support the translation codec. (Reported by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.12.0 Thank you for your continued support of Asterisk!
2016-10-27 03:08:17 +02:00
lib/asterisk/modules/res_format_attr_g729.so
2015-12-06 00:29:05 +01:00
lib/asterisk/modules/res_format_attr_h263.so
lib/asterisk/modules/res_format_attr_h264.so
lib/asterisk/modules/res_format_attr_opus.so
lib/asterisk/modules/res_format_attr_silk.so
Update to Asterisk 13.11.2: this is mainly a bug fix release including two security issues: AST-2016-006 and AST-2016-007. Note that AST-2016-006 only affected setups using PJSIP, which pkgsrc Asterisk does not. pkgsrc changes: - don't use gethostbyname_r on NetBSD - eliminte conflict with new hmac(1) function on NetBSD ----- AST-2016-006 Asterisk can be crashed remotely by sending an ACK to it from an endpoint username that Asterisk does not recognize. Most SIP request types result in an "artificial" endpoint being looked up, but ACKs bypass this lookup. The resulting NULL pointer results in a crash when attempting to determine if ACLs should be applied. This issue was introduced in the Asterisk 13.10 release and only affects that release. This issue only affects users using the PJSIP stack with Asterisk. Those users that use chan_sip are unaffected. ----- AST-2016-007 The overlap dialing feature in chan_sip allows chan_sip to report to a device that the number that has been dialed is incomplete and more digits are required. If this functionality is used with a device that has performed username/password authentication RTP resources are leaked. This occurs because the code fails to release the old RTP resources before allocating new ones in this scenario. If all resources are used then RTP port exhaustion will occur and no RTP sessions are able to be set up. ----- 13.11.2 The Asterisk Development Team has announced the release of Asterisk 13.11.2. The release of Asterisk 13.11.2 resolves an issue reported by the community and would have not been possible without your participation. Thank you! The following is the issue resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-26349 - 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed (Reported by Dmitry Melekhov) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.11.2 Thank you for your continued support of Asterisk! ----- 13.11.0 The Asterisk Development Team has announced the release of Asterisk 13.11.0. The release of Asterisk 13.11.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-25904 - PJSIP: add contact.updated event (Reported by Alexei Gradinari) Bugs fixed in this release: ----------------------------------- * ASTERISK-26269 - res_pjsip: Wrong state for aors without registered contacts after startup (Reported by nappsoft) * ASTERISK-26299 - app_queue: Queue application sometimes stops calling members with Local interface (Reported by Etienne Lessard) * ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..." (Reported by Hans van Eijsden) * ASTERISK-26237 - Fax is detected on regular calls. (Reported by Richard Mudgett) * ASTERISK-26227 - sqlalchemy error due to long identifier name (Reported by Mark Michelson) * ASTERISK-19968 - TCP Session-Timers not dropping call (Reported by Aaron Hamstra) * ASTERISK-26214 - Allow arbitrary time for fax detection to end on a channel (Reported by Richard Mudgett) * ASTERISK-23013 - [patch] Deadlock between 'sip show channels' command and attended transfer handling (Reported by Ben Smithurst) * ASTERISK-26216 - res_fax: Deadlock when detect fax while channel executing Playback (Reported by Richard Mudgett) * ASTERISK-26212 - [patch] Makefile: Retain XML Declaration and DTD in docs. (Reported by Alexander Traud) * ASTERISK-26211 - Unit tests: AST_TEST_DEFINE should be used in conditional code. (Reported by Corey Farrell) * ASTERISK-26207 - [patch] sRTP: Count a roll-over of the sequence number even on lost packets. (Reported by Alexander Traud) * ASTERISK-26038 - 'make install' doesn't seem to install OS/X init files (Reported by Tzafrir Cohen) * ASTERISK-26200 - [patch] res_pjsip_mwi: improve realtime performance - remove unneeded check on endpoint's contacts. (Reported by Alexei Gradinari) * ASTERISK-26133 - app_queue: Queue members receive multiple calls (Reported by Richard Miller) * ASTERISK-26196 - pbx: Time based includes can leak timezone string (Reported by Corey Farrell) * ASTERISK-26193 - chan_sip: reference leak in mwi_event_cb (Reported by Corey Farrell) * ASTERISK-25659 - res_rtp_asterisk: ECDH not negotiated causing DTLS failure occurred on RTP instance (Reported by Edwin Vandamme) * ASTERISK-26191 - threadpool: Leak on duplicate taskprocessor for ast_threadpool_serializer_group (Reported by Corey Farrell) * ASTERISK-26046 - [patch] Avoid obsolete warnings on autoconf. (Reported by Alexander Traud) * ASTERISK-26160 - pjsip: Updated->Reachable during qualify (Reported by Matt Jordan) * ASTERISK-25289 - Build System does not respect CFLAGS and CXXFLAGS when building menuselect (Reported by Jeffrey Walton) * ASTERISK-26119 - [patch] fix: memory leaks, resource leaks, out of bounds and bugs (Reported by Alexei Gradinari) * ASTERISK-26177 - func_odbc: Database handle is kept when it should be released (Reported by Leandro Dardini) * ASTERISK-26184 - chan_sip: Reference leaks in error paths. (Reported by Corey Farrell) * ASTERISK-26181 - REF_DEBUG: Node object incorrectly logged during duplicate replacement (Reported by Corey Farrell) * ASTERISK-26180 - PJSIP: provide valid tcp nodelay option for reuse (Reported by Scott Griepentrog) * ASTERISK-26179 - chan_sip: Second T.38 request fails (Reported by Joshua Colp) * ASTERISK-26172 - res_sorcery_realtime: fix bug when successful sql UPDATE is treated as failed if there is no affected rows. (Reported by Alexei Gradinari) * ASTERISK-25772 - res_pjsip: Unexpected two BYE when answered (Reported by Dmitriy Serov) * ASTERISK-26099 - res_pjsip_pubsub: Crash when sending request due to server timeout (Reported by Ross Beer) * ASTERISK-26144 - Crash on loading codecs g729/g723 (Reported by Alexei Gradinari) * ASTERISK-26157 - Build: Fix errors highlighted by GCC 6.x (Reported by George Joseph) * ASTERISK-26021 - Build codecs siren7 and siren14 for Asterisk 13 (Reported by Daniel Denson) * ASTERISK-26326 - Crash when dialing MulticastRTP channel (Reported by George Joseph) Improvements made in this release: ----------------------------------- * ASTERISK-26220 - Add support for noreturn function attributes. (Reported by Corey Farrell) * ASTERISK-22131 - Update the make dependencies script to pull, build, and install the correct pjproject (Reported by Matt Jordan) * ASTERISK-25471 - [patch]Add subscribe_context to res_pjsip (Reported by JoshE) * ASTERISK-26159 - res_hep: enabled by default and information sent to default address (Reported by Ross Beer) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.11.0 Thank you for your continued support of Asterisk!
2016-09-23 19:50:19 +02:00
lib/asterisk/modules/res_format_attr_siren14.so
lib/asterisk/modules/res_format_attr_siren7.so
Update Asterisk to 13.7.2: this is mainly bug fixes with some minor features and fixes for AST-2016-001, AST-2016-002, and AST-2016-003. Also some pkglinting. ----- 13.7.2 The Asterisk Development Team has announced the release of Asterisk 13.7.2. The release of Asterisk 13.7.2 resolves an issue reported by the community and would have not been possible without your participation. Thank you! The following is the issue resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25702 - PjSip realtime DB and Cache Errors since upgrade to asterisk-13.7.0 from asterisk-13.7.0-rc2 (Reported by Nic Colledge) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.7.2 Thank you for your continued support of Asterisk! ----- 13.7.1 The Asterisk Development Team has announced security releases for Certified Asterisk 11.6 and 13.1 and Asterisk 11 and 13. The available security releases are released as versions 11.6-cert12, 11.21.1, 13.1-cert3, and 13.7.1. The release of these versions resolves the following security vulnerabilities: * AST-2016-001: BEAST vulnerability in HTTP server The Asterisk HTTP server currently has a default configuration which allows the BEAST vulnerability to be exploited if the TLS functionality is enabled. This can allow a man-in-the-middle attack to decrypt data passing through it. * AST-2016-002: File descriptor exhaustion in chan_sip Setting the sip.conf timert1 value to a value higher than 1245 can cause an integer overflow and result in large retransmit timeout times. These large timeout values hold system file descriptors hostage and can cause the system to run out of file descriptors. * AST-2016-003: Remote crash vulnerability receiving UDPTL FAX data. If no UDPTL packets are lost there is no problem. However, a lost packet causes Asterisk to use the available error correcting redundancy packets. If those redundancy packets have zero length then Asterisk uses an uninitialized buffer pointer and length value which can cause invalid memory accesses later when the packet is copied. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.7.1 The security advisories are available at: * http://downloads.asterisk.org/pub/security/AST-2016-001.pdf * http://downloads.asterisk.org/pub/security/AST-2016-002.pdf * http://downloads.asterisk.org/pub/security/AST-2016-003.pdf Thank you for your continued support of Asterisk! ----- 13.7.0 The Asterisk Development Team has announced the release of Asterisk 13.7.0. The release of Asterisk 13.7.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-25419 - Dialplan Application for Integration of StatsD (Reported by Ashley Sanders) * ASTERISK-25549 - Confbridge: Add participant timeout option (Reported by Mark Michelson) * ASTERISK-24922 - ARI: Add the ability to intercept hold and raise an event (Reported by Matt Jordan) Bugs fixed in this release: ----------------------------------- * ASTERISK-25689 - pjsip show contacts not working in Asterisk 13.7rc2 (Reported by Marcelo Terres) * ASTERISK-25640 - pbx: Deadlock on features reload and state change hint. (Reported by Krzysztof Trempala) * ASTERISK-25664 - ast_format_cap_append_by_type leaks a reference (Reported by Corey Farrell) * ASTERISK-25601 - json: Audit reference usage and thread safety (Reported by Joshua Colp) * ASTERISK-25625 - res_sorcery_memory_cache: Add full backend caching (Reported by Joshua Colp) * ASTERISK-25615 - res_pjsip: Setting transport async_operations > 1 causes segfault on tls transports (Reported by George Joseph) * ASTERISK-25364 - [patch]Issue a TCP connection(kernel) and thread of asterisk is not released (Reported by Hiroaki Komatsu) * ASTERISK-25619 - res_chan_stats not sending the correct information to StatsD (Reported by Tyler Cambron) * ASTERISK-25569 - app_meetme: Audio quality issues (Reported by Corey Farrell) * ASTERISK-25609 - [patch]Asterisk may crash when calling ast_channel_get_t38_state(c) (Reported by Filip Jenicek) * ASTERISK-24146 - [patch]No audio on WebRtc caller side when answer waiting time is more than ~7sec (Reported by Aleksei Kulakov) * ASTERISK-25599 - [patch] SLIN Resampling Codec only 80 msec (Reported by Alexander Traud) * ASTERISK-25616 - Warning with a Codec Module which supports PLC with FEC (Reported by Alexander Traud) * ASTERISK-25610 - Asterisk crash during "sip reload" (Reported by Dudás József) * ASTERISK-25608 - res_pjsip/contacts/statsd: Lifecycle events aren't consistent (Reported by George Joseph) * ASTERISK-25584 - [patch] format-attribute module: VP8 missing (Reported by Alexander Traud) * ASTERISK-25583 - [patch] format-attribute module: RFC 7587 (Opus Codec) (Reported by Alexander Traud) * ASTERISK-25498 - Asterisk crashes when negotiating g729 without that module installed (Reported by Ben Langfeld) * ASTERISK-25595 - Unescaped : in messge sent to statsd (Reported by Niklas Larsson) * ASTERISK-25476 - chan_sip loses registrations after a while (Reported by Michael Keuter) * ASTERISK-25598 - res_pjsip: Contact status messages are printing a hash instead of the uri (Reported by George Joseph) * ASTERISK-25600 - bridging: Inconsistency in BRIDGEPEER (Reported by Jonathan Rose) * ASTERISK-25582 - Testsuite: Reactor timeout error in tests/fax/pjsip/directmedia_reinvite_t38 (Reported by Matt Jordan) * ASTERISK-25593 - fastagi: record file closed after sending result (Reported by Kevin Harwell) * ASTERISK-25585 - [patch]rasterisk never hits most of main(), but it's assumed to (Reported by Walter Doekes) * ASTERISK-25590 - CLI Usage info for 'pjsip send notify' references incorrect config (Reported by Corey Farrell) * ASTERISK-25165 - Testsuite - Sorcery memory cache leaks (Reported by Corey Farrell) * ASTERISK-25575 - res_pjsip: Dynamic outbound registrations created via ARI are not loaded into memory on Asterisk start/restart (Reported by Matt Jordan) * ASTERISK-25545 - [patch] translation module gets cached not joint format (Reported by Alexander Traud) * ASTERISK-25573 - [patch] H.264 format attribute module: resets whole SDP (Reported by Alexander Traud) * ASTERISK-24958 - Forwarding loop detection inhibits certain desirable scenarios (Reported by Mark Michelson) * ASTERISK-25561 - app_queue.c line 6503 (try_calling): mutex 'qe->chan' freed more times than we've locked! (Reported by Alec Davis) * ASTERISK-25552 - hashtab: Improve NULL tolerance (Reported by Joshua Colp) * ASTERISK-25160 - [patch] Opus Codec: SIP/SDP line fmtp missing when called internally (Reported by Alexander Traud) * ASTERISK-25535 - [patch] format creation on module load instead of cache (Reported by Alexander Traud) * ASTERISK-25449 - main/sched: Regression introduced by 5c713fdf18f causes erroneous duplicate RTCP messages; other potential scheduling issues in chan_sip/chan_skinny (Reported by Matt Jordan) * ASTERISK-25546 - threadpool: Race condition between idle timeout and activation (Reported by Joshua Colp) * ASTERISK-25537 - [patch] format-attribute module: RFC or internal defaults? (Reported by Alexander Traud) * ASTERISK-25533 - [patch] buffer for ast_format_cap_get_names only 64 bytes (Reported by Alexander Traud) * ASTERISK-25373 - add documentation for CALLERID(pres) and also the CONNECTEDLINE and REDIRECTING variants (Reported by Walter Doekes) * ASTERISK-25527 - Quirky xmldoc description wrapping (Reported by Walter Doekes) * ASTERISK-24779 - Passthrough OPUS codec not working with chan_pjsip (Reported by PowerPBX) * ASTERISK-25522 - ARI: Crash when creating channel via ARI originate with requesting channel (Reported by Matt Jordan) * ASTERISK-25434 - Compiler flags not reported in 'core show settings' despite usage during compilation (Reported by Rusty Newton) * ASTERISK-24106 - WebSockets Automatically decides what driver it will use (Reported by Andrew Nagy) * ASTERISK-25513 - Crash: malloc failed with high load of subscriptions. (Reported by John Bigelow) * ASTERISK-25505 - res_pjsip_pubsub: Crash on off-nominal when UAS dialog can't be created (Reported by Joshua Colp) * ASTERISK-24543 - Asterisk 13 responds to SIP Invite with all possible codecs configured for peer as opposed to intersection of configured codecs and offered codecs (Reported by Taylor Hawkes) * ASTERISK-25494 - build: GCC 5.1.x catches some new const, array bounds and missing paren issues (Reported by George Joseph) * ASTERISK-25485 - res_pjsip_outbound_registration: registration stops due to 400 response (Reported by Kevin Harwell) * ASTERISK-25486 - res_pjsip: Fix deadlock when validating URIs (Reported by Joshua Colp) * ASTERISK-7803 - [patch] Update the maximum packetization values in frame.c (Reported by dea) * ASTERISK-25484 - [patch] autoframing=yes has no effect (Reported by Alexander Traud) * ASTERISK-25461 - Nested dialplan #includes don't work as expected. (Reported by Richard Mudgett) * ASTERISK-25455 - Deadlock of PJSIP realtime over res_config_pgsql (Reported by mdu113) * ASTERISK-25135 - [patch]RTP Timeout hangup cause code missing (Reported by Olle Johansson) * ASTERISK-25435 - Asterisk periodically hangs. UDP Recv-Q greatly exceeds zero. (Reported by Dmitriy Serov) * ASTERISK-25451 - Broken video - erased rtp marker bit (Reported by Stefan Engström) * ASTERISK-25400 - Hints broken when "CustomPresence" doesn't exist in AstDB (Reported by Andrew Nagy) * ASTERISK-25443 - [patch]IPv6 - Potential issue in via header parsing (Reported by ffs) * ASTERISK-25404 - segfault/crash in chan_pjsip_hangup ... at chan_pjsip.c (Reported by Chet Stevens) * ASTERISK-25391 - AMI GetConfigJSON returns invalid JSON (Reported by Bojan Nemčić) * ASTERISK-25441 - Deadlock in res_sorcery_memory_cache. (Reported by Richard Mudgett) * ASTERISK-25438 - res_rtp_asterisk: ICE role message even when ICE is not enabled (Reported by Joshua Colp) Improvements made in this release: ----------------------------------- * ASTERISK-25618 - res_pjsip: Check for readability of TLS files at startup (Reported by George Joseph) * ASTERISK-25572 - Endpoints: Add StatsD stats for Asterisk endpoints (Reported by Matt Jordan) * ASTERISK-25571 - PJSIP: Add StatsD stats for some common PJSIP objects (Reported by Matt Jordan) * ASTERISK-25518 - taskprocessor: Add high water mark (Reported by Jonathan Rose) * ASTERISK-25477 - pjsip show "command" like [criteria] (Reported by Bryant Zimmerman) * ASTERISK-24718 - [patch]Add inital support of "sanitize" to configure (Reported by Badalian Vyacheslav) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.7.0 Thank you for your continued support of Asterisk!
2016-02-07 10:13:34 +01:00
lib/asterisk/modules/res_format_attr_vp8.so
2015-12-06 00:29:05 +01:00
lib/asterisk/modules/res_hep.so
lib/asterisk/modules/res_hep_rtcp.so
lib/asterisk/modules/res_http_websocket.so
lib/asterisk/modules/res_limit.so
lib/asterisk/modules/res_manager_devicestate.so
lib/asterisk/modules/res_manager_presencestate.so
lib/asterisk/modules/res_monitor.so
lib/asterisk/modules/res_musiconhold.so
lib/asterisk/modules/res_mutestream.so
${PLIST.unixodbc}lib/asterisk/modules/res_odbc.so
Update to Asterisk 13.8.2: this is mainly a bug fix release. It also contains fixes for AST-2016-004 and AST-2016-005. However, those issues only affected the pjsip module. Since Asterisk in pkgsrc doesn't (yet) use pjsip, it wasn't affected. ----- 13.8.2 The Asterisk Development Team has announced the release of Asterisk 13.8.2. The release of Asterisk 13.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events not raised (Reported by Joshua Colp) * ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP thread (Reported by Joshua Colp) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.2 Thank you for your continued support of Asterisk! ----- 13.8.0 The Asterisk Development Team has announced the release of Asterisk 13.8.0. The release of Asterisk 13.8.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-24919 - res_pjsip_config_wizard: Ability to write contents to file (Reported by Ray Crumrine) * ASTERISK-25670 - Add regcontext to PJSIP (Reported by Daniel Journo) * ASTERISK-25480 - [patch]Add field PauseReason on QueueMemberStatus (Reported by Rodrigo Ramirez Norambuena) Bugs fixed in this release: ----------------------------------- * ASTERISK-25849 - chan_pjsip: transfers with direct media sometimes drops audio (Reported by Kevin Harwell) * ASTERISK-25113 - install_prereq in Debian 8 without "standard system utilities" (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25814 - Segfault at f ip in res_pjsip_refer.so (Reported by Sergio Medina Toledo) * ASTERISK-25023 - Deadlock in chan_sip in update_provisional_keepalive (Reported by Arnd Schmitter) * ASTERISK-25321 - [patch]DeadLock ChanSpy with call over Local channel (Reported by Filip Frank) * ASTERISK-25829 - res_pjsip: PJSIP does not accept spaces when separating multiple AORs (Reported by Mateusz Kowalski) * ASTERISK-25771 - ARI:Crash - Attended transfers of channels into Stasis application. (Reported by Javier Riveros ) * ASTERISK-25830 - Revision 2451d4e breaks NAT (Reported by Sean Bright) * ASTERISK-25582 - Testsuite: Reactor timeout error in tests/fax/pjsip/directmedia_reinvite_t38 (Reported by Matt Jordan) * ASTERISK-25811 - Unable to delete object from sorcery cache (Reported by Ross Beer) * ASTERISK-25800 - [patch] Calculate talktime when is first call answered (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25727 - RPM build requires OPTIONAL_API cflag due to PJSIP requirement (Reported by Gergely Dömsödi) * ASTERISK-25337 - Crash on PJSIP_HEADER Add P-Asserted-Identity when calling from Gosub (Reported by Jacques Peacock) * ASTERISK-25738 - res_pjsip_pubsub: Crash while executing OutboundSubscriptionDetail ami action (Reported by Kevin Harwell) * ASTERISK-25721 - [patch] res_phoneprov: memory leak and heap-use-after-free (Reported by Badalian Vyacheslav) * ASTERISK-25272 - [patch]The ICONV dialplan function sometimes returns garbage (Reported by Etienne Lessard) * ASTERISK-25751 - res_pjsip: Support pjsip_dlg_create_uas_and_inc_lock (Reported by Joshua Colp) * ASTERISK-25606 - Core dump when using transports in sorcery (Reported by Martin Moučka) * ASTERISK-20987 - non-admin users, who join muted conference are not being muted (Reported by hristo) * ASTERISK-25737 - res_pjsip_outbound_registration: line option not in Alembic (Reported by Joshua Colp) * ASTERISK-25603 - [patch]udptl: Uninitialized lengths and bufs in udptl_rx_packet cause ast_frdup crash (Reported by Walter Doekes) * ASTERISK-25742 - Secondary IFP Packets can result in accessing uninitialized pointers and a crash (Reported by Torrey Searle) * ASTERISK-24972 - Transport Layer Security (TLS) Protocol BEAST Vulnerability - Investigate vulnerability of HTTP server (Reported by Alex A. Welzl) * ASTERISK-25397 - [patch]chan_sip: File descriptor leak with non-default timert1 (Reported by Alexander Traud) * ASTERISK-25702 - PjSip realtime DB and Cache Errors since upgrade to asterisk-13.7.0 from asterisk-13.7.0-rc2 (Reported by Nic Colledge) * ASTERISK-25730 - build: make uninstall after make distclean tries to remove root (Reported by George Joseph) * ASTERISK-25725 - core: Incorrect XML documentation may result in weird behavior (Reported by Joshua Colp) * ASTERISK-25722 - ASAN & testsute: stack-buffer-overflow in sip_sipredirect (Reported by Badalian Vyacheslav) * ASTERISK-25709 - ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Reported by Mark Michelson) * ASTERISK-25714 - ASAN:heap-buffer-overflow in logger.c (Reported by Badalian Vyacheslav) * ASTERISK-25685 - infrastructure: Run alembic in Jenkins build script (Reported by Joshua Colp) * ASTERISK-25712 - Second call to already-on-call phone and Asterisk sends "Ready" (Reported by Richard Mudgett) * ASTERISK-24801 - ASAN: ast_el_read_char stack-buffer-overflow (Reported by Badalian Vyacheslav) * ASTERISK-25179 - CDR(billsec,f) and CDR(duration,f) report incorrect values (Reported by Gianluca Merlo) * ASTERISK-25611 - core: threadpool thread_timeout_thrash unit test sporadically failing (Reported by Joshua Colp) * ASTERISK-24097 - Documentation - CHANNEL function help text missing 'linkedid' argument (Reported by Steven T. Wheeler) * ASTERISK-25700 - main/config: Clean config maps on shutdown. (Reported by Corey Farrell) * ASTERISK-25696 - bridge_basic: don't cache xferfailsound during a transfer (Reported by Kevin Harwell) * ASTERISK-25697 - bridge_basic: don't play an attended transfer fail sound after target hangs up (Reported by Kevin Harwell) * ASTERISK-25683 - res_ari: Asterisk fails to start if compiled with MALLOC_DEBUG (Reported by yaron nahum) * ASTERISK-25686 - PJSIP: qualify_timeout is a double, database schema is an integer (Reported by Marcelo Terres) * ASTERISK-25690 - Hanging up when executing connected line sub does not cause hangup (Reported by Joshua Colp) * ASTERISK-25687 - res_musiconhold: Concurrent invocations of 'moh reload' cause a crash (Reported by Sean Bright) * ASTERISK-25632 - res_pjsip_sdp_rtp: RTP is sent from wrong IP address when multihomed (Reported by Olivier Krief) * ASTERISK-25637 - Multi homed server using wrong IP (Reported by Daniel Journo) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25640 - pbx: Deadlock on features reload and state change hint. (Reported by Krzysztof Trempala) * ASTERISK-25681 - devicestate: Engine thread is not shut down (Reported by Corey Farrell) * ASTERISK-25680 - manager: manager_channelvars is not cleaned at shutdown (Reported by Corey Farrell) * ASTERISK-25679 - res_calendar leaks scheduler. (Reported by Corey Farrell) * ASTERISK-25675 - Endpoint not listed as Unreachable (Reported by Daniel Journo) * ASTERISK-25677 - pbx_dundi: leaks during failed load. (Reported by Corey Farrell) * ASTERISK-25673 - res_crypto leaks CLI entries (Reported by Corey Farrell) * ASTERISK-25668 - res_pjsip: Deadlock in distributor (Reported by Mark Michelson) * ASTERISK-25664 - ast_format_cap_append_by_type leaks a reference (Reported by Corey Farrell) * ASTERISK-25647 - bug of cel_radius.c: wrong point of ADD_VENDOR_CODE (Reported by Aaron An) * ASTERISK-25317 - asterisk sends too many stun requests (Reported by Stefan Engström) * ASTERISK-25137 - endpoint stasis messages are delivered twice (Reported by Vitezslav Novy) * ASTERISK-25116 - res_pjsip: Two PeerStatus AMI messages are sent for every status change (Reported by George Joseph) * ASTERISK-25641 - bridge: GOTO_ON_BLINDXFR doesn't work on transfer initiated channel (Reported by Dmitry Melekhov) * ASTERISK-25614 - DTLS negotiation delays (Reported by Dade Brandon) * ASTERISK-25442 - using realtime (mysql) queue members are never updated in wait_our_turn function (app_queue.c) (Reported by Carlos Oliva) * ASTERISK-25625 - res_sorcery_memory_cache: Add full backend caching (Reported by Joshua Colp) * ASTERISK-25601 - json: Audit reference usage and thread safety (Reported by Joshua Colp) * ASTERISK-25624 - AMI Event OriginateResponse bug (Reported by sungtae kim) Improvements made in this release: ----------------------------------- * ASTERISK-25495 - [patch] Prevent old-update packages on repository Debian systems (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25846 - Gracefully deal with Absent Stasis Apps (Reported by Andrew Nagy) * ASTERISK-25791 - res_pjsip_caller_id: Lack of support for Anonymous <anonymous at anonymous.invalid> (Reported by Anthony Messina) * ASTERISK-24813 - asterisk.c: #if statement in listener() confuses code folding editors (Reported by Corey Farrell) * ASTERISK-25767 - [patch] Add check to configure for sanitizes (Reported by Badalian Vyacheslav) * ASTERISK-25068 - Move commonly used FreePBX extra sounds to the core set (Reported by Rusty Newton) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.0 Thank you for your continued support of Asterisk!
2016-05-06 09:41:06 +02:00
${PLIST.unixodbc}lib/asterisk/modules/res_odbc_transaction.so
2015-12-06 00:29:05 +01:00
lib/asterisk/modules/res_parking.so
lib/asterisk/modules/res_phoneprov.so
${PLIST.mgcp}lib/asterisk/modules/res_pktccops.so
lib/asterisk/modules/res_realtime.so
lib/asterisk/modules/res_rtp_asterisk.so
lib/asterisk/modules/res_rtp_multicast.so
lib/asterisk/modules/res_security_log.so
lib/asterisk/modules/res_smdi.so
${PLIST.snmp}lib/asterisk/modules/res_snmp.so
lib/asterisk/modules/res_sorcery_astdb.so
lib/asterisk/modules/res_sorcery_config.so
lib/asterisk/modules/res_sorcery_memory.so
lib/asterisk/modules/res_sorcery_memory_cache.so
lib/asterisk/modules/res_sorcery_realtime.so
lib/asterisk/modules/res_speech.so
${PLIST.srtp}lib/asterisk/modules/res_srtp.so
lib/asterisk/modules/res_stasis.so
lib/asterisk/modules/res_stasis_answer.so
lib/asterisk/modules/res_stasis_device_state.so
lib/asterisk/modules/res_stasis_playback.so
lib/asterisk/modules/res_stasis_recording.so
lib/asterisk/modules/res_stasis_snoop.so
lib/asterisk/modules/res_statsd.so
lib/asterisk/modules/res_stun_monitor.so
${PLIST.kqueue}lib/asterisk/modules/res_timing_kqueue.so
lib/asterisk/modules/res_timing_pthread.so
${PLIST.jabber}lib/asterisk/modules/res_xmpp.so
lib/libasteriskssl.so
lib/libasteriskssl.so.1
lib/pkgconfig/asterisk.pc
libdata/asterisk/documentation/appdocsxml.dtd
libdata/asterisk/documentation/appdocsxml.xslt
libdata/asterisk/documentation/core-en_US.xml
libdata/asterisk/images/asterisk-intro.jpg
libdata/asterisk/images/kpad2.jpg
libdata/asterisk/moh/.asterisk-moh-opsound-wav-2.03
libdata/asterisk/moh/CHANGES-asterisk-moh-opsound-wav
libdata/asterisk/moh/CREDITS-asterisk-moh-opsound-wav
libdata/asterisk/moh/LICENSE-asterisk-moh-opsound-wav
libdata/asterisk/moh/macroform-cold_day.wav
libdata/asterisk/moh/macroform-robot_dity.wav
libdata/asterisk/moh/macroform-the_simplicity.wav
libdata/asterisk/moh/manolo_camp-morning_coffee.wav
libdata/asterisk/moh/reno_project-system.wav
libdata/asterisk/phoneprov/000000000000-directory.xml
libdata/asterisk/phoneprov/000000000000-phone.cfg
libdata/asterisk/phoneprov/000000000000.cfg
libdata/asterisk/phoneprov/polycom.xml
libdata/asterisk/phoneprov/polycom_line.xml
libdata/asterisk/phoneprov/snom-mac.xml
libdata/asterisk/rest-api/applications.json
libdata/asterisk/rest-api/asterisk.json
libdata/asterisk/rest-api/bridges.json
libdata/asterisk/rest-api/channels.json
libdata/asterisk/rest-api/deviceStates.json
libdata/asterisk/rest-api/endpoints.json
libdata/asterisk/rest-api/events.json
libdata/asterisk/rest-api/mailboxes.json
libdata/asterisk/rest-api/playbacks.json
libdata/asterisk/rest-api/recordings.json
libdata/asterisk/rest-api/resources.json
libdata/asterisk/rest-api/sounds.json
Update to Asterisk 13.15.0. This is mostly a bug fix release with a few minor enhancements. 13.14.1 was released to fix AST-2017-001. ----- 13.15.0 The Asterisk Development Team would like to announce the release of Asterisk 13.15.0. The release of Asterisk 13.15.0 resolves several issues reported by the community and would have not been possible without your participation. *Thank you!* The following issues are resolved in this release: *New Features made in this release:* ----------------------------------- - [ASTERISK-26878 <https://issues.asterisk.org/jira/browse/ASTERISK-26878>] - func_channel: Add ability to get the callid so dialplan has access to it. (Reported by Richard Mudgett) - [ASTERISK-26863 <https://issues.asterisk.org/jira/browse/ASTERISK-26863>] - res_pjsip: Add endpoint identification scheme based on a configured SIP header/value (Reported by Matt Jordan) - [ASTERISK-17428 <https://issues.asterisk.org/jira/browse/ASTERISK-17428>] - [patch] Allow "Comedian Mail" branding to be removed (Reported by John Covert) *Bugs fixed in this release:* ----------------------------------- - [ASTERISK-26851 <https://issues.asterisk.org/jira/browse/ASTERISK-26851>] - res_pjsip_sdp_rtp: RTP instance does not use same IP as explicit transport (Reported by Richard Begg) - [ASTERISK-26897 <https://issues.asterisk.org/jira/browse/ASTERISK-26897>] - chan_sip: Security vulnerability with client code header (Reported by Alex Villacís Lasso) - [ASTERISK-26916 <https://issues.asterisk.org/jira/browse/ASTERISK-26916>] - res_pjsip: Excessive refcount reached on transport ao2 object (Reported by Ross Beer) - [ASTERISK-26705 <https://issues.asterisk.org/jira/browse/ASTERISK-26705>] - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) - [ASTERISK-26850 <https://issues.asterisk.org/jira/browse/ASTERISK-26850>] - res_hep_pjsip: Asterisk insert wrong protocol name in "Protocol ID" field in HEP packets (Reported by Max Norba) - [ASTERISK-26484 <https://issues.asterisk.org/jira/browse/ASTERISK-26484>] - res_pjsip_messaging: Crash when using invalid URI in MessageSend 'from' argument. (Reported by Vinod Dharashive) - [ASTERISK-26776 <https://issues.asterisk.org/jira/browse/ASTERISK-26776>] - res_pjsip_pubsub: Crash when generating xpidf content (Reported by Andrew Green) - [ASTERISK-26880 <https://issues.asterisk.org/jira/browse/ASTERISK-26880>] - Asterisk crashes when multiple speex users join confbridge with pp_vad and dtx enabled (Reported by Kirsty Tyerman) - [ASTERISK-26862 <https://issues.asterisk.org/jira/browse/ASTERISK-26862>] - app_queue: Queue stops calling members with local interface after forwarding in previous call (Reported by Robert Mordec) - [ASTERISK-26732 <https://issues.asterisk.org/jira/browse/ASTERISK-26732>] - res_rtp_asterisk: Implement RTCP Multiplexing - breaking WebRTC in Chrome (Reported by Dan Jenkins) - [ASTERISK-26879 <https://issues.asterisk.org/jira/browse/ASTERISK-26879>] - PJSIP external_media_address ignored if no local_net options are provided (Reported by Matt Jordan) - [ASTERISK-26867 <https://issues.asterisk.org/jira/browse/ASTERISK-26867>] - autochan: Locking in a function ast_autochan_destroy() on destroyed channel (after masquerade). (Reported by Krzysztof Trempala) - [ASTERISK-26869 <https://issues.asterisk.org/jira/browse/ASTERISK-26869>] - res_pjsip_refer: blind call transfer w/o a user name doesn't go to the s extension (Reported by Torrey Searle) - [ASTERISK-26668 <https://issues.asterisk.org/jira/browse/ASTERISK-26668>] - core: Malformed pattern matching extension (various factors) results in crash (Reported by xrobau) - [ASTERISK-26865 <https://issues.asterisk.org/jira/browse/ASTERISK-26865>] - chan_iax2: Reload of iax peer results in loss of host address/port (Reported by Richard Begg) - [ASTERISK-26872 <https://issues.asterisk.org/jira/browse/ASTERISK-26872>] - Bundled pjproject fails to build when tarball downloaded with curl due to md5 verification failure in Docker containers (or when there is no terminal) (Reported by Matt Jordan) - [ASTERISK-26717 <https://issues.asterisk.org/jira/browse/ASTERISK-26717>] - Document the fact that Asterisk HEP support only works with the PJSIP channel driver (Reported by Olivier Krief) - [ASTERISK-26643 <https://issues.asterisk.org/jira/browse/ASTERISK-26643>] - Extra new line in Device field of DeviceStateChange AMI Event after restart of Asterisk (Reported by Roman Bedros) - [ASTERISK-25237 <https://issues.asterisk.org/jira/browse/ASTERISK-25237>] - stasis_cache.c:845 caching_topic_exec: - misleading ERROR message (Reported by Smirnov Aleksey) - [ASTERISK-26857 <https://issues.asterisk.org/jira/browse/ASTERISK-26857>] - chan_pjsip: Dialplan function race condition (Reported by Joshua Colp) - [ASTERISK-26841 <https://issues.asterisk.org/jira/browse/ASTERISK-26841>] - chan_sip: Call not cancelled after receiving a 422 response (Reported by Jean Aunis - Prescom) - [ASTERISK-26822 <https://issues.asterisk.org/jira/browse/ASTERISK-26822>] - pjsip/cli_commands: pjsip show channelstats shows wrong codec (Reported by Kevin Harwell) - [ASTERISK-26685 <https://issues.asterisk.org/jira/browse/ASTERISK-26685>] - res_pjsip: Crash when using IPv6 and Transport ws,wss (Reported by Michael Balen) - [ASTERISK-24562 <https://issues.asterisk.org/jira/browse/ASTERISK-24562>] - app_voicemail: Cannot set fromstring on a per-mailbox basis (Reported by Mark Scholten) - [ASTERISK-26598 <https://issues.asterisk.org/jira/browse/ASTERISK-26598>] - Saynumber is trying to get "and" from "digits/" subfolder (Reported by Jonathan Harris) - [ASTERISK-17067 <https://issues.asterisk.org/jira/browse/ASTERISK-17067>] - Long lines in call files cause spurious syntax error (Reported by Dave Olszewski) - [ASTERISK-26796 <https://issues.asterisk.org/jira/browse/ASTERISK-26796>] - res_pjsip_transport_websocket: Via header is 'WS' when it should be 'WSS' (Reported by Jørgen H) - [ASTERISK-25628 <https://issues.asterisk.org/jira/browse/ASTERISK-25628>] - res_config_pgsql: should match the behavior of other drivers so that queue_log can disable adaptive logging (Reported by Dmitry Wagin) - [ASTERISK-26825 <https://issues.asterisk.org/jira/browse/ASTERISK-26825>] - pjsip.conf.sample: user_agent: still refers to branch 12 (Reported by Tzafrir Cohen) - [ASTERISK-26823 <https://issues.asterisk.org/jira/browse/ASTERISK-26823>] - PJSIP: Persistent subscriptions can cause FRACKs if endpoint does not exist (Reported by Mark Michelson) - [ASTERISK-26623 <https://issues.asterisk.org/jira/browse/ASTERISK-26623>] - res_pjsip: Crash when calling PJSIPShowEndpoint (Reported by Jørgen H) - [ASTERISK-26808 <https://issues.asterisk.org/jira/browse/ASTERISK-26808>] - res_pjsip_outbound_registration doesn't know about network change events (Reported by George Joseph) - [ASTERISK-26313 <https://issues.asterisk.org/jira/browse/ASTERISK-26313>] - chan_sip : Asterisk restart seems to be required for changing encryption option (Reported by benasse) - [ASTERISK-26781 <https://issues.asterisk.org/jira/browse/ASTERISK-26781>] - bridge: Passing the 'p' (play tone) flag to Bridge() application results in garbled audio (Reported by Sean Bright) - [ASTERISK-26782 <https://issues.asterisk.org/jira/browse/ASTERISK-26782>] - res_pjsip: URI requirement for fields is not consistently documented and error does not provide indication (Reported by Peter Sokolov) - [ASTERISK-26812 <https://issues.asterisk.org/jira/browse/ASTERISK-26812>] - [patch] Fix download_externals To Allow The Use Of curl Or wget (Reported by Michael L. Young) - [ASTERISK-18271 <https://issues.asterisk.org/jira/browse/ASTERISK-18271>] - Pattern matching with res_config_mysql extensions does not behave as expected (Reported by Charlie Smurthwaite) - [ASTERISK-26669 <https://issues.asterisk.org/jira/browse/ASTERISK-26669>] - PJSIP Segfault 13.13.1 (Bundled PJSIP) (Reported by Nic Colledge) - [ASTERISK-18731 <https://issues.asterisk.org/jira/browse/ASTERISK-18731>] - [patch] DUNDi weight parameter not processed correctly (Reported by Peter Racz) - [ASTERISK-26580 <https://issues.asterisk.org/jira/browse/ASTERISK-26580>] - [patch] Error during LDAP modify action when user unregisters (Reported by Nicholas John Koch) - [ASTERISK-26799 <https://issues.asterisk.org/jira/browse/ASTERISK-26799>] - res_pjsip: Using an auth object for inbound and outbound authentication fails. (Reported by Richard Mudgett) - [ASTERISK-26738 <https://issues.asterisk.org/jira/browse/ASTERISK-26738>] - Frequent segfaults since activation of DNS SRV, in pjsip_auth_clt_reinit_req at /pjsip/sip_auth_client.c, and pj_atomic_inc_and_get at pj/os_core_unix.c (Reported by Michael Maier) - [ASTERISK-25893 <https://issues.asterisk.org/jira/browse/ASTERISK-25893>] - Function vmauthenticate accesses uninitialized memory (Reported by Filip Jenicek) - [ASTERISK-26802 <https://issues.asterisk.org/jira/browse/ASTERISK-26802>] - [patch] Integrity Check Of PJSIP Download Fails (Reported by Michael L. Young) - [ASTERISK-15858 <https://issues.asterisk.org/jira/browse/ASTERISK-15858>] - [patch] Fix query with double backslash in string literals and stop log warnings (Reported by Humberto Figuera) - [ASTERISK-26057 <https://issues.asterisk.org/jira/browse/ASTERISK-26057>] - res_config_sqlite3 uses incorrect query - unnecessary escape (Reported by Stepan) - [ASTERISK-23457 <https://issues.asterisk.org/jira/browse/ASTERISK-23457>] - SQlite3: Realtime queue loading fails after PRAGMA query result (Reported by Scott Griepentrog) - [ASTERISK-26794 <https://issues.asterisk.org/jira/browse/ASTERISK-26794>] - http: Crash on Reload Only in ast_tcptls_server_start (Reported by Joshua Elson) - [ASTERISK-26714 <https://issues.asterisk.org/jira/browse/ASTERISK-26714>] - Phone default have not ringing on ARM (Reported by Igor Goncharovsky) - [ASTERISK-26696 <https://issues.asterisk.org/jira/browse/ASTERISK-26696>] - pjsip_pubsub: PJSIP Subscription Persistence in AstDB Does not update on subscription refresh (Reported by Zach R) - [ASTERISK-26756 <https://issues.asterisk.org/jira/browse/ASTERISK-26756>] - res_pjsip_mwi: Asterisk does not terminate MWI subscription (Reported by Carl Fortin) - [ASTERISK-26109 <https://issues.asterisk.org/jira/browse/ASTERISK-26109>] - Asterisk fails building with OpenSSL 1.1.0 (Reported by Tzafrir Cohen) - [ASTERISK-26723 <https://issues.asterisk.org/jira/browse/ASTERISK-26723>] - VoiceMailPlayMsg not playing messages via realtime (Reported by Ryan Rittgarn) - [ASTERISK-18286 <https://issues.asterisk.org/jira/browse/ASTERISK-18286>] - [patch] 'Silence' is truncated in Record() (Reported by var) - [ASTERISK-26248 <https://issues.asterisk.org/jira/browse/ASTERISK-26248>] - chan_pjsip: Error when calling PJSIP client with domain specified (Reported by Norbert Varga) - [ASTERISK-26788 <https://issues.asterisk.org/jira/browse/ASTERISK-26788>] - core: Protect flags during ast_waitfor (Reported by Joshua Colp) - [ASTERISK-26115 <https://issues.asterisk.org/jira/browse/ASTERISK-26115>] - pbx: AMI Originate ignore "failed" extension on call failure (Reported by Nasir Iqbal) - [ASTERISK-26785 <https://issues.asterisk.org/jira/browse/ASTERISK-26785>] - configs/samples: The 'identify' entry is in the wrong section in sorcery.conf.sample (Reported by Torrey Searle) - [ASTERISK-26772 <https://issues.asterisk.org/jira/browse/ASTERISK-26772>] - Crash in srv.c on startup with pjsip (Reported by nappsoft) - [ASTERISK-26770 <https://issues.asterisk.org/jira/browse/ASTERISK-26770>] - res_stasis_device_state: Duplicate subscriptions when multiple received at same time (Reported by Joshua Colp) *Improvements made in this release:* ----------------------------------- - [ASTERISK-26864 <https://issues.asterisk.org/jira/browse/ASTERISK-26864>] - res_pjsip_session: Add support for overlap dialling (Reported by Richard Begg) - [ASTERISK-26846 <https://issues.asterisk.org/jira/browse/ASTERISK-26846>] - chan_sip: Add rtcp-mux support (Reported by Sean Bright) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.15.0 *Thank you for your continued support of Asterisk!* ----- 13.14.0 The Asterisk Development Team has announced the release of Asterisk 13.14.0. The release of Asterisk 13.14.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-26630 - Make logging PJPROJECT messages a bit easier (Reported by Richard Mudgett) Bugs fixed in this release: ----------------------------------- * ASTERISK-26772 - Crash in srv.c on startup with pjsip (Reported by nappsoft) * ASTERISK-26704 - res_odbc.conf contains deprecated configuration: 'pooling', 'shared_connections', 'limit', and 'idlecheck' options were replaced by 'max_connections'. (Reported by Anthony Messina) * ASTERISK-21094 - MixMonitorMute mutes through stream if already slinear (e.g. Originate) (Reported by David Woolley) * ASTERISK-26716 - ari: Channels with pre-dial handlers cannot be hung up via ARI (Reported by Tom Pawelek) * ASTERISK-26632 - core: Possibility of a frame "imbalance" leading to stuck channels. (Reported by Mark Michelson) * ASTERISK-25951 - res_agi: run_agi eats frames it shouldn't (Reported by George Joseph) * ASTERISK-26343 - ASTERISK-25951 causes issues for callerid manipulation through agi (Reported by Morten Tryfoss) * ASTERISK-26679 - Crash on invalid contact domain (pjsip aor) (Reported by Dmitriy) * ASTERISK-26699 - res_pjsip: Assertion when sending OPTIONS request to endpoint (Reported by Ross Beer) * ASTERISK-24858 - [patch]Asterisk 13 PJSIP sends RTP packets in wrong byte order on Intel platform when using slin codec (Reported by Frankie Chin) * ASTERISK-26754 - build_tools: make_build_h does not handle \ in user name (Reported by Kirill Katsnelson) * ASTERISK-26753 - AMI disconnect causes "ast_careful_fwrite: fwrite() returned error: Broken pipe" (Reported by Kirill Katsnelson) * ASTERISK-26755 - app_queue: Random queues disappear on "core reload queue all" (Reported by Kirill Katsnelson) * ASTERISK-26735 - res_pjsip_endpoint_identifier_ip: "srv_lookups" after match in .conf has no effect (Reported by Michael Maier) * ASTERISK-26693 - res_pjsip_endpoint_identifier_ip: Add support for SRV (Reported by Joshua Colp) * ASTERISK-26743 - PJPROJECT: Detecting compiled max log level does not work. (Reported by Richard Mudgett) * ASTERISK-26740 - voicemail API test: uses varlibdir instead of datadir for a sound file (Reported by Tzafrir Cohen) * ASTERISK-26739 - voicemail API test: confuses expected and actual values (Reported by Tzafrir Cohen) * ASTERISK-26731 - res_sorcery_memory_cache: memory leak on every sorcery memory cache populate (Reported by Ustinov Artem) * ASTERISK-26710 - [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp,all_rtt),(rtcp,all_loss),(rtcp,all_jitter) always return 0 (Reported by Aaron An) * ASTERISK-26672 - Crash when setting remote address on RTP instance (Reported by Richard Mudgett) * ASTERISK-26670 - [patch] Outgoing SIP-URI Dialing via PJSIP (Reported by Alexander Traud) * ASTERISK-26691 - Remember SDP negotiation on SIP_CODEC_INBOUND. (Reported by Alexander Traud) * ASTERISK-26673 - chan_pjsip: Crash when using CHANNEL dialplan function around masquerade (Reported by Joshua Colp) * ASTERISK-26684 - res_pjsip: Various issues with compact SIP headers (Reported by Joshua Elson) * ASTERISK-26655 - [patch]pjsip: Transfers Broken with Compact Headers Enabled (Reported by JoshE) * ASTERISK-26621 - app_queue: Queue application does not ring members with Local interface (Reported by Jonas Kellens) * ASTERISK-26586 - chan_sip: Segfaults upon reload if client with MWI wasn't registered (Reported by Michael Kuron) * ASTERISK-25494 - build: GCC 5.1.x catches some new const, array bounds and missing paren issues (Reported by George Joseph) * ASTERISK-24499 - Need more explicit debug when PJSIP dialstring is invalid (Reported by Rusty Newton) * ASTERISK-25083 - Message.c: Message channel becomes saturated with frames leading to spammy log messages (Reported by Jonathan Rose) * ASTERISK-26653 - pjproject_bundled doesn't verify already downloaded tarballs (Reported by George Joseph) * ASTERISK-26433 - chan_sip: Allows To-tag checks to be bypassed, setting up new calls (Reported by Walter Doekes) * ASTERISK-26579 - codec_opus: Recursiveness when parsing fmtp line (Reported by Jørgen H) * ASTERISK-26644 - PJSIPShowRegistrationsInbound just dumps all aors (Reported by George Joseph) * ASTERISK-26490 - res_pjsip: sends 481 Call/Transaction Does Not Exist when transaction branch parameter contains "_" (Reported by Juris Breicis) * ASTERISK-26617 - res_rtp_asterisk: Can't bind on systems without IPv6 (Reported by Guido Falsi) * ASTERISK-24330 - Requirement for 'wss' value in Contact header transport parameter on inbound traffic violates RFC7118 (Reported by Marek Cervenka) * ASTERISK-26546 - mips64el and x32 - undefined reference to symbol 'dlopen@@GLIBC_2.2' (Reported by Tzafrir Cohen) * ASTERISK-26566 - res_rtp_asterisk: RTT miscalculation in RTCP (Reported by Hector Royo Concepcion) * ASTERISK-26604 - chan_sip: sip reload doesn't apply changes to tlscertfile, tlsciphers, etc. (Reported by Michael Kuron) * ASTERISK-26603 - [patch] chan_pjsip: not switching sending codec to receiving codec when asymmetric_rtp_codec=no (Reported by Alexei Gradinari) * ASTERISK-26523 - chan_sip: Asterisk 13.12.1 disconnects incoming calls after 2 minutes - rtptimeout behaving badly - regression (Reported by Michael Keuter) * ASTERISK-26503 - app_voicemail: Asterisk crashes when MailboxExists is used (Reported by Doug Lytle) Improvements made in this release: ----------------------------------- * ASTERISK-23828 - pjsip - Need a command to list active SIP subscriptions (Reported by Rusty Newton) * ASTERISK-26527 - Testsuite: increase timeout to check "core fullybooted wait" up to 30 sec (Reported by Badalian Vyacheslav) * ASTERISK-26624 - res_calendar_caldav: Add support for gmail (Reported by Eduardo Scudeller Libardi) * ASTERISK-26562 - app_controlplayback: Transmit Silence on ControlPlayback pause (Reported by Mikheili Dautashvili) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.14.0 Thank you for your continued support of Asterisk! -----
2017-05-14 00:39:13 +02:00
libdata/asterisk/scripts/ast_coredumper
libdata/asterisk/scripts/ast_logescalator
libdata/asterisk/scripts/ast_loggrabber
libdata/asterisk/scripts/refcounter.py
update to Asterisk 13.19.0 -- this contains both security fixes and general bug fixes, fixes AST-2017-005, AST-2017-006, AST-2017-007, AST-2017-008, AST-2017-009, AST-2017-10, AST-2017-11, AST-2017-12, AST-2017-13, and AST-2017-14 (note that a number of these only pertain to PJSIP which isn't used in pkgsrc) ----- 13.19.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.19.0. The release of Asterisk 13.19.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-27478 - PJSIP: Add CHANNEL(pjsip,request_uri) to get incoming INVITE Request-URI. (Reported by Richard Mudgett) * ASTERISK-27413 - Add cache_media_frames debugging option. (Reported by Richard Mudgett) * ASTERISK-27206 - res_pjsip: No mechanism exists to limit endpoint identification to IP only (Reported by Ben Merrills) Bugs fixed in this release: ----------------------------------- * ASTERISK-27531 - Compiler optimizations can break module load sequence. (Reported by abelbeck) * ASTERISK-27480 - Security: Authenticated SUBSCRIBE without Contact crashes asterisk (Reported by Ross Beer) * ASTERISK-27299 - Asterisk Hangs with Bad file descriptor on read() (Reported by Abhay Gupta) * ASTERISK-25079 - AMI bridge of channels results in MOH not destroyed and robotic audio on one channel (Reported by Zane Conkle) * ASTERISK-27490 - chan_console: 'set active' fails to work (Reported by Tzafrir Cohen) * ASTERISK-24756 - ConfBridge sound_muted does not work from CLI or AMI (Reported by Thomas Frederiksen) * ASTERISK-25649 - Transfer application does not work with Local channels - documentation misleading (Reported by Ivan Ullmann) * ASTERISK-25869 - chan_sip: "rejected because extension not found" should be logged as a security event (Reported by Brian J. Murrell) * ASTERISK-27440 - Strictrtp has issues to qualify video rtp streams (Reported by Wim De Vlaminck) * ASTERISK-24329 - Music On Hold announcement cuts intro of music the first time it is played (Reported by Thomas Frederiksen) * ASTERISK-19657 - Coverity Report: Fix issues for error type CHAR_IO (Reported by Matt Jordan) * ASTERISK-27175 - iax.conf demo peer is invalid (Reported by Tzafrir Cohen) * ASTERISK-27430 - README refers to security documents that do not exist. (Reported by Corey Farrell) * ASTERISK-20281 - "core set verbose" behaves strangely, can't alias it, cli.conf example broken (Reported by Tim Ringenbach at Asteria Solutions Group) * ASTERISK-27382 - crash after an invalid rtcp packet from GT48 FXS gateway (Reported by Tzafrir Cohen) * ASTERISK-27429 - res_rtp_asterisk: Multiple reports in an RTCP packet will write past where it should (Reported by Vitezslav Novy) * ASTERISK-27408 - Identify causes and fix pjsip/resolver/srv/failover/in_dialog/transport_tcp (Reported by Corey Farrell) * ASTERISK-18411 - Queue members with hints for state_interface get stuck in "In Use" state. (Reported by Steven T. Wheeler) * ASTERISK-26131 - chan_sip: Crash Asterisk (in sip_request_call at chan_sip.c) by making a call to a single character in a dot pattern match (Reported by Dwayne Hubbard) * ASTERISK-27475 - codec_opus requires libcurl (Reported by Samuel For) * ASTERISK-27467 - pjsip_options: qualify_frequency sometimes not applied on reload (Reported by John Bigelow) * ASTERISK-27465 - CLI Completion Not Working (Reported by Ross Beer) * ASTERISK-27460 - CDR: Deadlock using AMI Originate with Variable CDR(amaflags)=... (Reported by Richard Mudgett) * ASTERISK-27453 - RTP: Blind transfer direct media scenario results in one way audio. (Reported by Richard Mudgett) * ASTERISK-20643 - SIP ICE support - remove hardcoded limitation on SDP size, make ICE support disabled by default in SIP, maybe provide a better warning message (Reported by Roy) * ASTERISK-26980 - pjsip: Clean up WebRTC disables (Reported by abelbeck) * ASTERISK-27452 - Security: chan_skinny: Memory exhaustion if flooded with unauthenticated requests (Reported by George Joseph) * ASTERISK-27454 - res_http_post: Don't require GMIME_MAJOR_VERSION (Reported by Joshua Colp) * ASTERISK-23735 - Transcoding makes bad choice in high-rate translations (Reported by Richard Kenner) * ASTERISK-27445 - ARI: Updating a bridge gives wrong error message. (Reported by Frank Durden) * ASTERISK-24662 - [patch] column and row headers for Signed Linear format variants in output of 'core show translation' are ambiguous (Reported by Rusty Newton) * ASTERISK-27353 - H323 audio starts with a delay of 2 seconds. (Reported by Marco Giordani) * ASTERISK-27442 - pjsip: 183 without To tag does not negotiate media (Reported by Kevin Harwell) * ASTERISK-27437 - [patch] ICE: server-reflexive candidates (srflx) with Dual-Stack. (Reported by Alexander Traud) * ASTERISK-27434 - [patch] chan_sip/ICE: Square brackets around IPv6 addresses. (Reported by Alexander Traud) * ASTERISK-27435 - [patch] configure: pjsip_evsub_set_uas_timeout not found. (Reported by Alexander Traud) * ASTERISK-27431 - Asterisk fails to build when openssl headers are not installed. (Reported by Corey Farrell) * ASTERISK-27332 - Asterisk fails to configure on MacOS Sierra (Reported by Ivan Larionov) * ASTERISK-27421 - RTP source learning not working with devices that have some clock issues (Reported by nappsoft) * ASTERISK-27361 - Attended transfer crashes in Asterisk 13.17.2 (Reported by Alessandro Pimenta) * ASTERISK-27238 - Bridging: Crash freeing a frame that's already been freed (Reported by Richard Kenner) * ASTERISK-27412 - core: Audiohook freeing interpolated frame when it shouldn't. (Reported by Mikhail) * ASTERISK-27423 - app_record: We set the RECORD_STATUS channel variable before closing the file (Reported by George Joseph) * ASTERISK-26758 - res_hep_pjsip: For WebRTC clients Asterisk insert same ip address in "source ip address" and "destination ip address" fields in HEP packets (Reported by Max Norba) * ASTERISK-27363 - res_http_websocket: Wrong LocalAddress (it is equal to RemoteAddress) (Reported by Vasilii Rogin) * ASTERISK-27415 - asterisk.conf: Setting astctl without setting astrundir is ineffective. (Reported by Corey Farrell) * ASTERISK-27411 - pjsip: TCP connections may not be destroyed (Reported by Joshua Colp) * ASTERISK-27345 - res_pjsip_session: RTP instances leak on 488 responses. (Reported by Corey Farrell) * ASTERISK-27337 - chan_sip: Security vulnerability with client code header (revisited) (Reported by Richard Mudgett) * ASTERISK-27319 - (Security) Function in PJSIP 2.7 miscalculates the length of an unsigned long variable in 64bit machines (Reported by Kim youngsung) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) * ASTERISK-27393 - res_pjsip: Crash occurs when an empty contact read from astdb or database (Reported by Aaron An) * ASTERISK-27290 - res_pjsip: PIDF contact field has malformed/invalid XML (Reported by basildane) * ASTERISK-27032 - res_pjsip: TLS options do not handle empty values (Reported by seanchann.zhou) * ASTERISK-27394 - [patch] tcptls: Print notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-27378 - Modules: Fix issues with CLI completion. (Reported by Corey Farrell) * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27390 - Audit menuselect module dependencies (Reported by Corey Farrell) * ASTERISK-27389 - Optional API modules should not allow unload. (Reported by Corey Farrell) * ASTERISK-27369 - Bridge() dialplan application fails without setting BRIDGERESULT channel variable (Reported by James Terhune) * ASTERISK-27377 - Typo in CHANNEL(dtmf_features) usage documentation (Reported by Igor Goncharovsky) * ASTERISK-27181 - GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting' (Reported by Anthony Messina) * ASTERISK-27194 - jitterbuffer: Does not handle case where translator returns null frame. (Reported by Joshua Elson) * ASTERISK-26639 - core: Disabling xmldoc support does not work. Also results in abort during Asterisk startup. (Reported by Mr Dini) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-18140 - Expires handling in SUBSCRIBE confuses the absence of the Expires header field with an unsubscribe action. (Reported by Jonathan Cloots) * ASTERISK-25960 - The config_hook unit test causes Asterisk to crash if run a second time (Reported by George Joseph) * ASTERISK-27198 - res_pjsip: SDP contains IP4 instead of IP6 when rtp_ipv6 set to yes (Reported by Martin Cisárik) * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27365 - [patch] chan_sip: Crypto attribute not last but first on SDP media level. (Reported by Alexander Traud) * ASTERISK-24483 - res_pjsip_pubsub.so, res_pjsip_refer.so: Assertion on un/re-load: mod.id == -1 (Reported by Tzafrir Cohen) * ASTERISK-23462 - Cannot disable SIP debugging via CLI after enabling with conf file option - also 'sip set debug off' reports debugging disabled, when it really isn't (Reported by Rusty Newton) * ASTERISK-27328 - Missing openssl dependencies in res_rtp_asterisk and tcptls (Reported by Tzafrir Cohen) * ASTERISK-27341 - [patch] res_pjsip_session: SIP/SDP origin (o=) contains local address. (Reported by Alexander Traud) * ASTERISK-27343 - Fails to build in FreeBSD due to sys/sysmacros.h not existing there (Reported by Guido Falsi) * ASTERISK-27340 - backtrace.c: Crash due to double-free. (Reported by Corey Farrell) * ASTERISK-27339 - [patch] Crash on ast_ssl_teardown when stopping. (Reported by Alexander Traud) * ASTERISK-27333 - sip_to_pjsip not correctly handling disallow=all directive (Reported by Torrey Searle) Improvements made in this release: ----------------------------------- * ASTERISK-24297 - cdr.c: Minor code optimizations. (Reported by Richard Mudgett) * ASTERISK-27449 - [PATCH] When failing to acquire target during attended transfer, display wanted extension (Reported by Niklas Larsson) * ASTERISK-27456 - app_voicemail: Add new object for VoicemailUserEntry (Reported by sungtae kim) * ASTERISK-27380 - ast_coredumper: allow pointing out the asterisk binary explicitly (Reported by Tzafrir Cohen) * ASTERISK-23556 - Compilation warning for invert.c (array subscript is above array bounds) (Reported by Marcello Ceschia) * ASTERISK-27355 - Upgrade bundled PJPROJECT to 2.7 (Reported by Richard Mudgett) * ASTERISK-27335 - CDR performance needs improvement. (Reported by Richard Mudgett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.19.0 Thank you for your continued support of Asterisk! ----- 13.18.5 ----- The Asterisk Development Team would like to announce security releases for Asterisk 13, 14 and 15, and Certified Asterisk 13.18. The available releases are released as versions 13.18.5, 14.7.5, 15.1.5 and 13.18-cert2. The following security vulnerabilities were resolved in these versions: * AST-2017-014: Crash in PJSIP resource when missing a contact header A select set of SIP messages create a dialog in Asterisk. Those SIP messages must contain a contact header. For those messages, if the header was not present and using the PJSIP channel driver, it would cause Asterisk to crash. The severity of this vulnerability is somewhat mitigated if authentication is enabled. If authentication is enabled a user would have to first be authorized before reaching the crash point. For a full list of changes in the current releases, please see the ChangeLogs: https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.5 The security advisory is available at: https://downloads.asterisk.org/pub/security/AST-2017-014.pdf Thank you for your continued support of Asterisk! ----- 13.18.4 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert9, 13.18.4, 14.7.4 and 15.1.4. The release of these versions resolves the following security vulnerabilities: * AST-2017-012: Remote Crash Vulnerability in RTCP Stack If a compound RTCP packet is received containing more than one report (for example a Receiver Report and a Sender Report) the RTCP stack will incorrectly store report information outside of allocated memory potentially causing a crash. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.4 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-012.html http://downloads.asterisk.org/pub/security/AST-2017-012.pdf Thank you for your continued support of Asterisk! ----- 13.18.3 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert8, 13.18.3, 14.7.3 and 15.1.3. The release of these versions resolves the following security vulnerabilities: * AST-2017-013: DOS Vulnerability in Asterisk chan_skinny If the chan_skinny (AKA SCCP protocol) channel driver is flooded with certain requests it can cause the asterisk process to use excessive amounts of virtual memory eventually causing asterisk to stop processing requests of any kind. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.3 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-013.pdf Thank you for your continued support of Asterisk! ----- 13.18.2 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.2. The release of Asterisk 13.18.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.2 Thank you for your continued support of Asterisk! ----- 13.18.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.0. The release of Asterisk 13.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Improvements made in this release: ----------------------------------- * ASTERISK-27278 - [patch] chan_sip: Provide access to read the full SIP Request-URI from INVITE (Reported by David J. Pryke) * ASTERISK-27255 - alembic: Add support for Microsoft SQL server (Reported by Florian Floimair) * ASTERISK-27253 - [patch] libsrtp-2.1.x support (Reported by Alexander Traud) * ASTERISK-27220 - Enable CHANNEL function to get from and to tag from SIP Headers (Reported by Andre Nazario) * ASTERISK-27169 - Google OAuth 2.0 support for XMPP / Motif (Reported by Andrey) * ASTERISK-27173 - Support for GMIME 3.0 (Reported by Tzafrir Cohen) * ASTERISK-27092 - [patch] app_queue: Add Priority to AMI QueueStatus (Reported by Niklas Larsson) * ASTERISK-27085 - [patch] chan_pjsip: Port SIPDtmfMode to chan_pjsip (Reported by Torrey Searle) Bugs fixed in this release: ----------------------------------- * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-27047 - res_pjsip: user=phone added to Anonymous caller-id when it shouldn't be. (Reported by dtryba) * ASTERISK-26988 - res_pjsip_session: user_eq_phone adds double user=phone parameters to URIs (Reported by dtryba) * ASTERISK-27270 - cdr_mysql: various crashes at second module reload if cdr_mysql.conf is configured (Reported by Tzafrir Cohen) * ASTERISK-27301 - [patch] app_queue: Music On Hold for real-time queues is not reset to default (Reported by Nathan Bruning) * ASTERISK-25266 - Application Originate returns SUCCESS to ORIGINATE_STATUS upon failure to originate (Reported by Allen Ford) * ASTERISK-27192 - res_pjsip: Loss of SIP registrations causing unavailable endpoints (Reported by Richard Mudgett) * ASTERISK-27305 - res_ari: Memory leaks in ARI when using Content-Type: application/json (Reported by David Hajek) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-27324 - [patch] Dual-Stack server cannot be used as IPv4 client via TCP/TLS (Reported by Alexander Traud) * ASTERISK-27317 - vector: multiple evaluation of elem in AST_VECTOR_ADD_SORTED. (Reported by Corey Farrell) * ASTERISK-27318 - res_pjsip_mwi: uninitialized value from ast_strings_match (Reported by Corey Farrell) * ASTERISK-27296 - [patch] False positive busy checks when icalendar's recurrence-id mechanism is involved (Reported by Benoît Dereck-Tricot) * ASTERISK-27284 - Status of RFC 3323 and PJSIP (Reported by dtryba) * ASTERISK-27216 - app_queue: does its check-makeannouncement-logic twice each head-caller-loop (Reported by Stefan Engström) * ASTERISK-27295 - Contact is improperly translated after d178f497 (Reported by Sean Bright) * ASTERISK-27292 - Multiple RTP Stream Created Breaking RFC2833 (SSRC Changes) (Reported by Ross Beer) * ASTERISK-27289 - A codeblock that maintains a bug,but maybe the codeblock will never run (Reported by Huangyx) * ASTERISK-27283 - Realtime config fail with PostgreSQL version before 9.1 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-27257 - bridge_native_rtp: half-way direct media when using early bridging (Reported by Jean Aunis - Prescom) * ASTERISK-27279 - Crash in pubsub_on_rx_request NULL pointer - Possible PJSIP Vulnerability (Reported by Ross Beer) * ASTERISK-26606 - tcptls: Incorrect OpenSSL function call leads to misleading error report (Reported by Bob Ham) * ASTERISK-16898 - SRTP unprotect: authentication failure when RTP sequence number switches from 65535 -> 0 (Reported by Marcello Ceschia) * ASTERISK-27274 - RTCP needs better packet validation to resist port scans. (Reported by Richard Mudgett) * ASTERISK-27252 - RTP: One way audio with direct media and strictrtp=yes. (Reported by Richard Mudgett) * ASTERISK-25524 - module reload res_calendar.so does not reload everything in calendar.conf (Reported by Jesper) * ASTERISK-24588 - res_calendar does not process CalDAV from Owncloud [fix included] (Reported by Stefan Gofferje) * ASTERISK-25523 - res_calendar: Warning about invalid channel value (for notification) occurs even when event has no notification configured. (Reported by Jesper) * ASTERISK-21399 - RTP Multicast of L16 (type 10): Asterisk and wireshark disagree (Reported by Tzafrir Cohen) * ASTERISK-27248 - [patch]external_media_address and external_signaling_address don't always honor localnet (Reported by Walter Doekes) * ASTERISK-27165 - CDR: CDR(start,u) function won't work in cdr_custom config (Reported by Jacek Konieczny) * ASTERISK-27217 - chan_sip: Asterisk crashing when subscription doesn't get set (Reported by Bryan Walters) * ASTERISK-24066 - res_smdi: convert to astobj2 (Reported by Corey Farrell) * ASTERISK-17540 - SDP origin attribute modified when issuing re-INVITE because of directmedia=yes (Reported by saghul) * ASTERISK-27254 - alembic: prune_on_boot fix erroneous (Reported by Florian Floimair) * ASTERISK-27232 - When in queue on g722 with interruptions, music on hold can get stuck and no longer play (Reported by Jens T.) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-26879 - PJSIP external_media_address ignored if no local_net options are provided (Reported by Matt Jordan) * ASTERISK-27236 - Segfault ast_channel_name (chan=0x0) at channel_internal_api.c:478 during T.38 Fax Receive (Reported by Ross Beer) * ASTERISK-27225 - Crash when freeing dtls_cfg->cafile (Reported by Richard Kenner) * ASTERISK-27177 - ooh323c: misleading indentation in addons/ooh323c/src/ooSocket.c (Reported by Tzafrir Cohen) * ASTERISK-27241 - libc segfault upon entry into app_directory (Reported by David Moore) * ASTERISK-27152 - Sending a "tel" uri in a From or To header in an unauthenticated message causes asterisk to crash (Reported by Ross Beer) * ASTERISK-27103 - core: ast_safe_system command injection possible. (Reported by Corey Farrell) * ASTERISK-27013 - res_rtp_asterisk: Media can be hijacked even with strict RTP enabled (Reported by Joshua Colp) * ASTERISK-26994 - Confbridge: CBAnn channels intermittently become stuck when caller hangs up before recording name (Reported by James Terhune) * ASTERISK-20858 - app_minivm fails to clean up mkstemp files (Reported by Walter Doekes) * ASTERISK-16777 - several filename bugs in Record() application (Reported by klaus3000) * ASTERISK-27168 - alembic: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-23608 - ControlPlayback fails to play files with names containing certain non-alpha characters (Reported by Jonathan White) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored (Reported by Eelco Brolman) * ASTERISK-27204 - [patch] app_queue: Wrong queue stat calculation (Reported by sungtae kim) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-27207 - XMPP OAuth not working due to inverted logic (Reported by Michael Kuron) * ASTERISK-27174 - res_calendar_icalendar: Recurring events not being loaded from Google calendar using ical (Reported by Mark Thompson) * ASTERISK-27202 - If wget is not installed and "or" is not available, external components (excluding pjsip) are not installed (Reported by Seán C. McCord) * ASTERISK-27147 - Either asterisk or pjproject isn't re-using tcp connections (again) (Reported by George Joseph) * ASTERISK-27193 - IPv6 receive address in message doesn't include brackets (Reported by Scott Griepentrog) * ASTERISK-27158 - [patch] res_rtp_asterisk: RTCP statistics are not available when native bridge is used (Reported by Torrey Searle) * ASTERISK-27110 - RTP session is not fully destroyed on channel hangup (Reported by Matt Jordan) * ASTERISK-26745 - Asymmetric codecs when asymmetric_rtp_codec=no (Reported by Jesse Ross) * ASTERISK-27171 - Asterisk 15.0.0-Beta1 does not compile (Reported by Ira Emus) * ASTERISK-26659 - res_pjsip: PJSIP presence - missing braces around the status element in XML (Reported by Abraham Liebsch) * ASTERISK-27156 - Asterisk won't compile on Fedora 26 with devmode enabled. (Reported by Corey Farrell) * ASTERISK-27130 - Applications ARI: Unsubscribe action for deviceStates does not remove old subscriptions properly (Reported by Sergej Kasumovic) * ASTERISK-25810 - say.c calls for sounds in the subdir "digits" that don't exist (in Core). SayUnixTime or other Say... apps will fail out when they call these sounds. (Reported by Nicolas Riendeau) * ASTERISK-27142 - sounds: Conflict between files in asterisk-sounds-core-1.6 and asterisk-sounds-extra-1.5 (Reported by Corey Farrell) * ASTERISK-27124 - app_playback.c:say_date_generic use timezonename parameter (Reported by Holger Hans Peter Freyther) * ASTERISK-27133 - res_rtp_asterisk: RTCP does not use ICE when RTCP-MUX in use (Reported by Joshua Colp) * ASTERISK-27128 - [patch]res_stasis_snoop: When recording a snoop channel (using ARI) where no media is being received, no recording happens when theres no media (Reported by Dan Jenkins) * ASTERISK-27123 - confbridge: Name recordings are left on filesystem (Reported by Sergej Kasumovic) * ASTERISK-27122 - chan_iax2: On reload MWI taskprocessors keep adding up (Reported by Sergej Kasumovic) * ASTERISK-26807 - sounds: New 3-D Binaural audio features require new sound prompts (Reported by Rusty Newton) * ASTERISK-25816 - French conf-adminmenu, conf-usermenu prompts differ in content from the English files (Reported by Benoit Duverger) * ASTERISK-26274 - Resolve open sounds issues and then create a new sounds release (1.5.1? or 1.6?) (Reported by Rusty Newton) * ASTERISK-27127 - configs: Erroneous load directive in sample configuration results in "Error loading module 'res_pjsip_multihomed.so'" (Reported by HZMI8gkCvPpom0tM) * ASTERISK-27105 - [patch]core: when setting 'maxfiles' in asterisk.conf, a message is printed, even in rasterisk -x (Reported by Tzafrir Cohen) * ASTERISK-27036 - res_pjsip: Asterisk crashes when an extension tries to use PJSIP trunk with from_user containing '@' (Reported by Maxim Vasilev) * ASTERISK-27023 - res_rtp_asterisk: Deadlock when TURN session in use (Reported by Jatin Jain) * ASTERISK-27093 - ODBC deadlocks when app_directory tries to play back non-existent voicemail greeting (Reported by James Terhune) New Features made in this release: ----------------------------------- * ASTERISK-27215 - [patch]AMI : Add CancelAtxfer Action (Reported by Thomas Sevestre) * ASTERISK-27117 - core: Add support for timelen parsing to ast_parse_arg and ACO. (Reported by Corey Farrell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.0 Thank you for your continued support of Asterisk! ----- 13.17.0 ---- The Asterisk Development Team would like to announce the release of Asterisk 13.17.0. The release of Asterisk 13.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27108 - Crash using 'data get' CLI command (Reported by Sean Bright) * ASTERISK-27106 - [patch] autodomain (SIP Domain Support): Add only really different domain with TLS. (Reported by Alexander Traud) * ASTERISK-27100 - channel: ast_waitfordigit_full fails to clear flag in an error branch. (Reported by Corey Farrell) * ASTERISK-27090 - PJSIP: Deadlock using TCP transport (Reported by Richard Mudgett) * ASTERISK-25665 - Duplicate logging in queue log for EXITEMPTY events (Reported by Ove Aursand) * ASTERISK-27065 - call hangup after leaving app_queue (Reported by Marek Cervenka) * ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code() (Reported by Ross Beer) * ASTERISK-27074 - core_local: local channel data not being properly unref'ed and unlocked (Reported by Kevin Harwell) * ASTERISK-27075 - bridge: stuck channel(s) after failed attended transfer (Reported by Kevin Harwell) * ASTERISK-24052 - app_voicemail reloads result in leaked IMAP sockets. (Reported by Louis Jocelyn Paquet) * ASTERISK-27060 - Comment typo format_g729.c (Reported by Matthew Fredrickson) * ASTERISK-27026 - res_ari: Crash when no ari.conf configuration file exists (Reported by Ronald Raikes) * ASTERISK-27041 - Core/PBX: [patch] Deadlock between dialplan execution and application unregistration (Reported by Frederic LE FOLL) * ASTERISK-27057 - Seg Fault in ast_sorcery_object_get_id at sorcery.c (Reported by Ryan Smith) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-27046 - res_pjsip_transport_websocket: segfault in get_write_timeout (Reported by Jørgen H) * ASTERISK-27022 - res_rtp_asterisk: Incorrect SSRC change for RTCP component (Reported by Michael Walton) * ASTERISK-26923 - bridging: T.38 request is lost when channels are added to bridge (Reported by Torrey Searle) * ASTERISK-27053 - res_pjsip_refer/session: Calls dropped during transfer (Reported by Kevin Harwell) * ASTERISK-27052 - Asterisk build process fails with flag --with-pjproject-bundled with curl download command and slow network (Reported by alex) * ASTERISK-27039 - chan_pjsip: Device state is idle when channel from endpoint is in early media (Reported by Joshua Colp) * ASTERISK-26996 - chan_pjsip: Flipping between codecs (Reported by Michael Maier) * ASTERISK-26281 - chan_pjsip would send INVITE to 'Unreachable' endpoints (Reported by Jacek Konieczny) * ASTERISK-26973 - bridge: Crash when freeing frame and snooping (Reported by Michel R. Vaillancourt) * ASTERISK-19291 - Background in realtime (Reported by Andrew Nowrot) * ASTERISK-27025 - channel / meetme: Fix missing parentheses (Reported by Joshua Colp) * ASTERISK-27021 - GET /recordings/stored returns 500 Internal Server Error (Reported by Tim Morgan) * ASTERISK-24858 - [patch]Asterisk 13 PJSIP sends RTP packets in wrong byte order on Intel platform when using slin codec (Reported by Frankie Chin) * ASTERISK-23951 - Asterisk attempts and fails to build format_mp3 even if mp3lib was not downloaded (Reported by Tzafrir Cohen) * ASTERISK-25294 - srtp's crypto_get_random deprecated (Reported by Tzafrir Cohen) * ASTERISK-23839 - AGI - RECORD FILE - documentation doesn't describe BEEP argument (Reported by Rusty Newton) * ASTERISK-22432 - Async AGI crashes Asterisk when issuing "set variable" command without args (Reported by Antoine Pitrou) * ASTERISK-25662 - Malformed AGI 520 Usage response (Reported by Tony Mountifield) * ASTERISK-25101 - DTLS configuration can not be specified in the general section - documentation (Reported by Ben Langfeld) * ASTERISK-27008 - res_format_attr_h264: SDP parse fails if fmtp optional parameters have a space (Reported by John Harris) * ASTERISK-26399 - app_queue: Agent not called when caller is parked (Reported by wushumasters) * ASTERISK-26400 - app_queue: Queue member stops being called after AMI "Redirect" action for queues with wrapuptime (Reported by Etienne Lessard) * ASTERISK-26715 - app_queue: Member will not receive any new calls after doing a transfer if wrapuptime = greater than 0 and using Local channel (Reported by David Brillert) * ASTERISK-26975 - app_queue: Non-zero wrapup time can cause agents not to receive queue calls after transfer queue call (Reported by Lorne Gaetz) * ASTERISK-27012 - app_confbridge: ConfBridge sometimes does not play user name recording while leaving (Reported by Robert Mordec) * ASTERISK-26979 - res_rtp_asterisk: SRTP unprotect failed with authentication failure 10 or 110 (Reported by Javier Riveros) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engström) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26789 - Audit manipulation of channel flags without locks (Reported by Joshua Colp) * ASTERISK-26333 - Problems with Blind Transfer, PJSIP (Aastra 6869i) (Reported by Matthias Binder) Improvements made in this release: ----------------------------------- * ASTERISK-26230 - [patch] res_pjsip_mwi: unsolicited mwi could block PJSIP taskprocessor on startup (Reported by Alexei Gradinari) * ASTERISK-27043 - Core/BuildSystem: Add defines to fix build with LibreSSL (Reported by Guido Falsi) * ASTERISK-27042 - Unpatched asterisk sources fail to build on FreeBSD due to missing crypt.h file (Reported by Guido Falsi) * ASTERISK-26419 - audiohooks: Remove redundant codec translations when using audiohooks (Reported by Michael Walton) * ASTERISK-26976 - libsrtp-2.x.x support (Reported by Alex) * ASTERISK-26124 - res_agi: Set audio format for EAGI audio stream (Reported by John Fawcett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.17.0 Thank you for your continued support of Asterisk!
2018-01-23 09:26:08 +01:00
libdata/asterisk/sounds/en/.asterisk-core-sounds-en-gsm-1.6
2015-12-06 00:29:05 +01:00
libdata/asterisk/sounds/en/1-for-am-2-for-pm.gsm
libdata/asterisk/sounds/en/1-yes-2-no.gsm
update to Asterisk 13.19.0 -- this contains both security fixes and general bug fixes, fixes AST-2017-005, AST-2017-006, AST-2017-007, AST-2017-008, AST-2017-009, AST-2017-10, AST-2017-11, AST-2017-12, AST-2017-13, and AST-2017-14 (note that a number of these only pertain to PJSIP which isn't used in pkgsrc) ----- 13.19.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.19.0. The release of Asterisk 13.19.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-27478 - PJSIP: Add CHANNEL(pjsip,request_uri) to get incoming INVITE Request-URI. (Reported by Richard Mudgett) * ASTERISK-27413 - Add cache_media_frames debugging option. (Reported by Richard Mudgett) * ASTERISK-27206 - res_pjsip: No mechanism exists to limit endpoint identification to IP only (Reported by Ben Merrills) Bugs fixed in this release: ----------------------------------- * ASTERISK-27531 - Compiler optimizations can break module load sequence. (Reported by abelbeck) * ASTERISK-27480 - Security: Authenticated SUBSCRIBE without Contact crashes asterisk (Reported by Ross Beer) * ASTERISK-27299 - Asterisk Hangs with Bad file descriptor on read() (Reported by Abhay Gupta) * ASTERISK-25079 - AMI bridge of channels results in MOH not destroyed and robotic audio on one channel (Reported by Zane Conkle) * ASTERISK-27490 - chan_console: 'set active' fails to work (Reported by Tzafrir Cohen) * ASTERISK-24756 - ConfBridge sound_muted does not work from CLI or AMI (Reported by Thomas Frederiksen) * ASTERISK-25649 - Transfer application does not work with Local channels - documentation misleading (Reported by Ivan Ullmann) * ASTERISK-25869 - chan_sip: "rejected because extension not found" should be logged as a security event (Reported by Brian J. Murrell) * ASTERISK-27440 - Strictrtp has issues to qualify video rtp streams (Reported by Wim De Vlaminck) * ASTERISK-24329 - Music On Hold announcement cuts intro of music the first time it is played (Reported by Thomas Frederiksen) * ASTERISK-19657 - Coverity Report: Fix issues for error type CHAR_IO (Reported by Matt Jordan) * ASTERISK-27175 - iax.conf demo peer is invalid (Reported by Tzafrir Cohen) * ASTERISK-27430 - README refers to security documents that do not exist. (Reported by Corey Farrell) * ASTERISK-20281 - "core set verbose" behaves strangely, can't alias it, cli.conf example broken (Reported by Tim Ringenbach at Asteria Solutions Group) * ASTERISK-27382 - crash after an invalid rtcp packet from GT48 FXS gateway (Reported by Tzafrir Cohen) * ASTERISK-27429 - res_rtp_asterisk: Multiple reports in an RTCP packet will write past where it should (Reported by Vitezslav Novy) * ASTERISK-27408 - Identify causes and fix pjsip/resolver/srv/failover/in_dialog/transport_tcp (Reported by Corey Farrell) * ASTERISK-18411 - Queue members with hints for state_interface get stuck in "In Use" state. (Reported by Steven T. Wheeler) * ASTERISK-26131 - chan_sip: Crash Asterisk (in sip_request_call at chan_sip.c) by making a call to a single character in a dot pattern match (Reported by Dwayne Hubbard) * ASTERISK-27475 - codec_opus requires libcurl (Reported by Samuel For) * ASTERISK-27467 - pjsip_options: qualify_frequency sometimes not applied on reload (Reported by John Bigelow) * ASTERISK-27465 - CLI Completion Not Working (Reported by Ross Beer) * ASTERISK-27460 - CDR: Deadlock using AMI Originate with Variable CDR(amaflags)=... (Reported by Richard Mudgett) * ASTERISK-27453 - RTP: Blind transfer direct media scenario results in one way audio. (Reported by Richard Mudgett) * ASTERISK-20643 - SIP ICE support - remove hardcoded limitation on SDP size, make ICE support disabled by default in SIP, maybe provide a better warning message (Reported by Roy) * ASTERISK-26980 - pjsip: Clean up WebRTC disables (Reported by abelbeck) * ASTERISK-27452 - Security: chan_skinny: Memory exhaustion if flooded with unauthenticated requests (Reported by George Joseph) * ASTERISK-27454 - res_http_post: Don't require GMIME_MAJOR_VERSION (Reported by Joshua Colp) * ASTERISK-23735 - Transcoding makes bad choice in high-rate translations (Reported by Richard Kenner) * ASTERISK-27445 - ARI: Updating a bridge gives wrong error message. (Reported by Frank Durden) * ASTERISK-24662 - [patch] column and row headers for Signed Linear format variants in output of 'core show translation' are ambiguous (Reported by Rusty Newton) * ASTERISK-27353 - H323 audio starts with a delay of 2 seconds. (Reported by Marco Giordani) * ASTERISK-27442 - pjsip: 183 without To tag does not negotiate media (Reported by Kevin Harwell) * ASTERISK-27437 - [patch] ICE: server-reflexive candidates (srflx) with Dual-Stack. (Reported by Alexander Traud) * ASTERISK-27434 - [patch] chan_sip/ICE: Square brackets around IPv6 addresses. (Reported by Alexander Traud) * ASTERISK-27435 - [patch] configure: pjsip_evsub_set_uas_timeout not found. (Reported by Alexander Traud) * ASTERISK-27431 - Asterisk fails to build when openssl headers are not installed. (Reported by Corey Farrell) * ASTERISK-27332 - Asterisk fails to configure on MacOS Sierra (Reported by Ivan Larionov) * ASTERISK-27421 - RTP source learning not working with devices that have some clock issues (Reported by nappsoft) * ASTERISK-27361 - Attended transfer crashes in Asterisk 13.17.2 (Reported by Alessandro Pimenta) * ASTERISK-27238 - Bridging: Crash freeing a frame that's already been freed (Reported by Richard Kenner) * ASTERISK-27412 - core: Audiohook freeing interpolated frame when it shouldn't. (Reported by Mikhail) * ASTERISK-27423 - app_record: We set the RECORD_STATUS channel variable before closing the file (Reported by George Joseph) * ASTERISK-26758 - res_hep_pjsip: For WebRTC clients Asterisk insert same ip address in "source ip address" and "destination ip address" fields in HEP packets (Reported by Max Norba) * ASTERISK-27363 - res_http_websocket: Wrong LocalAddress (it is equal to RemoteAddress) (Reported by Vasilii Rogin) * ASTERISK-27415 - asterisk.conf: Setting astctl without setting astrundir is ineffective. (Reported by Corey Farrell) * ASTERISK-27411 - pjsip: TCP connections may not be destroyed (Reported by Joshua Colp) * ASTERISK-27345 - res_pjsip_session: RTP instances leak on 488 responses. (Reported by Corey Farrell) * ASTERISK-27337 - chan_sip: Security vulnerability with client code header (revisited) (Reported by Richard Mudgett) * ASTERISK-27319 - (Security) Function in PJSIP 2.7 miscalculates the length of an unsigned long variable in 64bit machines (Reported by Kim youngsung) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) * ASTERISK-27393 - res_pjsip: Crash occurs when an empty contact read from astdb or database (Reported by Aaron An) * ASTERISK-27290 - res_pjsip: PIDF contact field has malformed/invalid XML (Reported by basildane) * ASTERISK-27032 - res_pjsip: TLS options do not handle empty values (Reported by seanchann.zhou) * ASTERISK-27394 - [patch] tcptls: Print notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-27378 - Modules: Fix issues with CLI completion. (Reported by Corey Farrell) * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27390 - Audit menuselect module dependencies (Reported by Corey Farrell) * ASTERISK-27389 - Optional API modules should not allow unload. (Reported by Corey Farrell) * ASTERISK-27369 - Bridge() dialplan application fails without setting BRIDGERESULT channel variable (Reported by James Terhune) * ASTERISK-27377 - Typo in CHANNEL(dtmf_features) usage documentation (Reported by Igor Goncharovsky) * ASTERISK-27181 - GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting' (Reported by Anthony Messina) * ASTERISK-27194 - jitterbuffer: Does not handle case where translator returns null frame. (Reported by Joshua Elson) * ASTERISK-26639 - core: Disabling xmldoc support does not work. Also results in abort during Asterisk startup. (Reported by Mr Dini) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-18140 - Expires handling in SUBSCRIBE confuses the absence of the Expires header field with an unsubscribe action. (Reported by Jonathan Cloots) * ASTERISK-25960 - The config_hook unit test causes Asterisk to crash if run a second time (Reported by George Joseph) * ASTERISK-27198 - res_pjsip: SDP contains IP4 instead of IP6 when rtp_ipv6 set to yes (Reported by Martin Cisárik) * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27365 - [patch] chan_sip: Crypto attribute not last but first on SDP media level. (Reported by Alexander Traud) * ASTERISK-24483 - res_pjsip_pubsub.so, res_pjsip_refer.so: Assertion on un/re-load: mod.id == -1 (Reported by Tzafrir Cohen) * ASTERISK-23462 - Cannot disable SIP debugging via CLI after enabling with conf file option - also 'sip set debug off' reports debugging disabled, when it really isn't (Reported by Rusty Newton) * ASTERISK-27328 - Missing openssl dependencies in res_rtp_asterisk and tcptls (Reported by Tzafrir Cohen) * ASTERISK-27341 - [patch] res_pjsip_session: SIP/SDP origin (o=) contains local address. (Reported by Alexander Traud) * ASTERISK-27343 - Fails to build in FreeBSD due to sys/sysmacros.h not existing there (Reported by Guido Falsi) * ASTERISK-27340 - backtrace.c: Crash due to double-free. (Reported by Corey Farrell) * ASTERISK-27339 - [patch] Crash on ast_ssl_teardown when stopping. (Reported by Alexander Traud) * ASTERISK-27333 - sip_to_pjsip not correctly handling disallow=all directive (Reported by Torrey Searle) Improvements made in this release: ----------------------------------- * ASTERISK-24297 - cdr.c: Minor code optimizations. (Reported by Richard Mudgett) * ASTERISK-27449 - [PATCH] When failing to acquire target during attended transfer, display wanted extension (Reported by Niklas Larsson) * ASTERISK-27456 - app_voicemail: Add new object for VoicemailUserEntry (Reported by sungtae kim) * ASTERISK-27380 - ast_coredumper: allow pointing out the asterisk binary explicitly (Reported by Tzafrir Cohen) * ASTERISK-23556 - Compilation warning for invert.c (array subscript is above array bounds) (Reported by Marcello Ceschia) * ASTERISK-27355 - Upgrade bundled PJPROJECT to 2.7 (Reported by Richard Mudgett) * ASTERISK-27335 - CDR performance needs improvement. (Reported by Richard Mudgett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.19.0 Thank you for your continued support of Asterisk! ----- 13.18.5 ----- The Asterisk Development Team would like to announce security releases for Asterisk 13, 14 and 15, and Certified Asterisk 13.18. The available releases are released as versions 13.18.5, 14.7.5, 15.1.5 and 13.18-cert2. The following security vulnerabilities were resolved in these versions: * AST-2017-014: Crash in PJSIP resource when missing a contact header A select set of SIP messages create a dialog in Asterisk. Those SIP messages must contain a contact header. For those messages, if the header was not present and using the PJSIP channel driver, it would cause Asterisk to crash. The severity of this vulnerability is somewhat mitigated if authentication is enabled. If authentication is enabled a user would have to first be authorized before reaching the crash point. For a full list of changes in the current releases, please see the ChangeLogs: https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.5 The security advisory is available at: https://downloads.asterisk.org/pub/security/AST-2017-014.pdf Thank you for your continued support of Asterisk! ----- 13.18.4 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert9, 13.18.4, 14.7.4 and 15.1.4. The release of these versions resolves the following security vulnerabilities: * AST-2017-012: Remote Crash Vulnerability in RTCP Stack If a compound RTCP packet is received containing more than one report (for example a Receiver Report and a Sender Report) the RTCP stack will incorrectly store report information outside of allocated memory potentially causing a crash. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.4 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-012.html http://downloads.asterisk.org/pub/security/AST-2017-012.pdf Thank you for your continued support of Asterisk! ----- 13.18.3 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert8, 13.18.3, 14.7.3 and 15.1.3. The release of these versions resolves the following security vulnerabilities: * AST-2017-013: DOS Vulnerability in Asterisk chan_skinny If the chan_skinny (AKA SCCP protocol) channel driver is flooded with certain requests it can cause the asterisk process to use excessive amounts of virtual memory eventually causing asterisk to stop processing requests of any kind. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.3 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-013.pdf Thank you for your continued support of Asterisk! ----- 13.18.2 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.2. The release of Asterisk 13.18.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.2 Thank you for your continued support of Asterisk! ----- 13.18.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.0. The release of Asterisk 13.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Improvements made in this release: ----------------------------------- * ASTERISK-27278 - [patch] chan_sip: Provide access to read the full SIP Request-URI from INVITE (Reported by David J. Pryke) * ASTERISK-27255 - alembic: Add support for Microsoft SQL server (Reported by Florian Floimair) * ASTERISK-27253 - [patch] libsrtp-2.1.x support (Reported by Alexander Traud) * ASTERISK-27220 - Enable CHANNEL function to get from and to tag from SIP Headers (Reported by Andre Nazario) * ASTERISK-27169 - Google OAuth 2.0 support for XMPP / Motif (Reported by Andrey) * ASTERISK-27173 - Support for GMIME 3.0 (Reported by Tzafrir Cohen) * ASTERISK-27092 - [patch] app_queue: Add Priority to AMI QueueStatus (Reported by Niklas Larsson) * ASTERISK-27085 - [patch] chan_pjsip: Port SIPDtmfMode to chan_pjsip (Reported by Torrey Searle) Bugs fixed in this release: ----------------------------------- * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-27047 - res_pjsip: user=phone added to Anonymous caller-id when it shouldn't be. (Reported by dtryba) * ASTERISK-26988 - res_pjsip_session: user_eq_phone adds double user=phone parameters to URIs (Reported by dtryba) * ASTERISK-27270 - cdr_mysql: various crashes at second module reload if cdr_mysql.conf is configured (Reported by Tzafrir Cohen) * ASTERISK-27301 - [patch] app_queue: Music On Hold for real-time queues is not reset to default (Reported by Nathan Bruning) * ASTERISK-25266 - Application Originate returns SUCCESS to ORIGINATE_STATUS upon failure to originate (Reported by Allen Ford) * ASTERISK-27192 - res_pjsip: Loss of SIP registrations causing unavailable endpoints (Reported by Richard Mudgett) * ASTERISK-27305 - res_ari: Memory leaks in ARI when using Content-Type: application/json (Reported by David Hajek) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-27324 - [patch] Dual-Stack server cannot be used as IPv4 client via TCP/TLS (Reported by Alexander Traud) * ASTERISK-27317 - vector: multiple evaluation of elem in AST_VECTOR_ADD_SORTED. (Reported by Corey Farrell) * ASTERISK-27318 - res_pjsip_mwi: uninitialized value from ast_strings_match (Reported by Corey Farrell) * ASTERISK-27296 - [patch] False positive busy checks when icalendar's recurrence-id mechanism is involved (Reported by Benoît Dereck-Tricot) * ASTERISK-27284 - Status of RFC 3323 and PJSIP (Reported by dtryba) * ASTERISK-27216 - app_queue: does its check-makeannouncement-logic twice each head-caller-loop (Reported by Stefan Engström) * ASTERISK-27295 - Contact is improperly translated after d178f497 (Reported by Sean Bright) * ASTERISK-27292 - Multiple RTP Stream Created Breaking RFC2833 (SSRC Changes) (Reported by Ross Beer) * ASTERISK-27289 - A codeblock that maintains a bug,but maybe the codeblock will never run (Reported by Huangyx) * ASTERISK-27283 - Realtime config fail with PostgreSQL version before 9.1 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-27257 - bridge_native_rtp: half-way direct media when using early bridging (Reported by Jean Aunis - Prescom) * ASTERISK-27279 - Crash in pubsub_on_rx_request NULL pointer - Possible PJSIP Vulnerability (Reported by Ross Beer) * ASTERISK-26606 - tcptls: Incorrect OpenSSL function call leads to misleading error report (Reported by Bob Ham) * ASTERISK-16898 - SRTP unprotect: authentication failure when RTP sequence number switches from 65535 -> 0 (Reported by Marcello Ceschia) * ASTERISK-27274 - RTCP needs better packet validation to resist port scans. (Reported by Richard Mudgett) * ASTERISK-27252 - RTP: One way audio with direct media and strictrtp=yes. (Reported by Richard Mudgett) * ASTERISK-25524 - module reload res_calendar.so does not reload everything in calendar.conf (Reported by Jesper) * ASTERISK-24588 - res_calendar does not process CalDAV from Owncloud [fix included] (Reported by Stefan Gofferje) * ASTERISK-25523 - res_calendar: Warning about invalid channel value (for notification) occurs even when event has no notification configured. (Reported by Jesper) * ASTERISK-21399 - RTP Multicast of L16 (type 10): Asterisk and wireshark disagree (Reported by Tzafrir Cohen) * ASTERISK-27248 - [patch]external_media_address and external_signaling_address don't always honor localnet (Reported by Walter Doekes) * ASTERISK-27165 - CDR: CDR(start,u) function won't work in cdr_custom config (Reported by Jacek Konieczny) * ASTERISK-27217 - chan_sip: Asterisk crashing when subscription doesn't get set (Reported by Bryan Walters) * ASTERISK-24066 - res_smdi: convert to astobj2 (Reported by Corey Farrell) * ASTERISK-17540 - SDP origin attribute modified when issuing re-INVITE because of directmedia=yes (Reported by saghul) * ASTERISK-27254 - alembic: prune_on_boot fix erroneous (Reported by Florian Floimair) * ASTERISK-27232 - When in queue on g722 with interruptions, music on hold can get stuck and no longer play (Reported by Jens T.) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-26879 - PJSIP external_media_address ignored if no local_net options are provided (Reported by Matt Jordan) * ASTERISK-27236 - Segfault ast_channel_name (chan=0x0) at channel_internal_api.c:478 during T.38 Fax Receive (Reported by Ross Beer) * ASTERISK-27225 - Crash when freeing dtls_cfg->cafile (Reported by Richard Kenner) * ASTERISK-27177 - ooh323c: misleading indentation in addons/ooh323c/src/ooSocket.c (Reported by Tzafrir Cohen) * ASTERISK-27241 - libc segfault upon entry into app_directory (Reported by David Moore) * ASTERISK-27152 - Sending a "tel" uri in a From or To header in an unauthenticated message causes asterisk to crash (Reported by Ross Beer) * ASTERISK-27103 - core: ast_safe_system command injection possible. (Reported by Corey Farrell) * ASTERISK-27013 - res_rtp_asterisk: Media can be hijacked even with strict RTP enabled (Reported by Joshua Colp) * ASTERISK-26994 - Confbridge: CBAnn channels intermittently become stuck when caller hangs up before recording name (Reported by James Terhune) * ASTERISK-20858 - app_minivm fails to clean up mkstemp files (Reported by Walter Doekes) * ASTERISK-16777 - several filename bugs in Record() application (Reported by klaus3000) * ASTERISK-27168 - alembic: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-23608 - ControlPlayback fails to play files with names containing certain non-alpha characters (Reported by Jonathan White) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored (Reported by Eelco Brolman) * ASTERISK-27204 - [patch] app_queue: Wrong queue stat calculation (Reported by sungtae kim) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-27207 - XMPP OAuth not working due to inverted logic (Reported by Michael Kuron) * ASTERISK-27174 - res_calendar_icalendar: Recurring events not being loaded from Google calendar using ical (Reported by Mark Thompson) * ASTERISK-27202 - If wget is not installed and "or" is not available, external components (excluding pjsip) are not installed (Reported by Seán C. McCord) * ASTERISK-27147 - Either asterisk or pjproject isn't re-using tcp connections (again) (Reported by George Joseph) * ASTERISK-27193 - IPv6 receive address in message doesn't include brackets (Reported by Scott Griepentrog) * ASTERISK-27158 - [patch] res_rtp_asterisk: RTCP statistics are not available when native bridge is used (Reported by Torrey Searle) * ASTERISK-27110 - RTP session is not fully destroyed on channel hangup (Reported by Matt Jordan) * ASTERISK-26745 - Asymmetric codecs when asymmetric_rtp_codec=no (Reported by Jesse Ross) * ASTERISK-27171 - Asterisk 15.0.0-Beta1 does not compile (Reported by Ira Emus) * ASTERISK-26659 - res_pjsip: PJSIP presence - missing braces around the status element in XML (Reported by Abraham Liebsch) * ASTERISK-27156 - Asterisk won't compile on Fedora 26 with devmode enabled. (Reported by Corey Farrell) * ASTERISK-27130 - Applications ARI: Unsubscribe action for deviceStates does not remove old subscriptions properly (Reported by Sergej Kasumovic) * ASTERISK-25810 - say.c calls for sounds in the subdir "digits" that don't exist (in Core). SayUnixTime or other Say... apps will fail out when they call these sounds. (Reported by Nicolas Riendeau) * ASTERISK-27142 - sounds: Conflict between files in asterisk-sounds-core-1.6 and asterisk-sounds-extra-1.5 (Reported by Corey Farrell) * ASTERISK-27124 - app_playback.c:say_date_generic use timezonename parameter (Reported by Holger Hans Peter Freyther) * ASTERISK-27133 - res_rtp_asterisk: RTCP does not use ICE when RTCP-MUX in use (Reported by Joshua Colp) * ASTERISK-27128 - [patch]res_stasis_snoop: When recording a snoop channel (using ARI) where no media is being received, no recording happens when theres no media (Reported by Dan Jenkins) * ASTERISK-27123 - confbridge: Name recordings are left on filesystem (Reported by Sergej Kasumovic) * ASTERISK-27122 - chan_iax2: On reload MWI taskprocessors keep adding up (Reported by Sergej Kasumovic) * ASTERISK-26807 - sounds: New 3-D Binaural audio features require new sound prompts (Reported by Rusty Newton) * ASTERISK-25816 - French conf-adminmenu, conf-usermenu prompts differ in content from the English files (Reported by Benoit Duverger) * ASTERISK-26274 - Resolve open sounds issues and then create a new sounds release (1.5.1? or 1.6?) (Reported by Rusty Newton) * ASTERISK-27127 - configs: Erroneous load directive in sample configuration results in "Error loading module 'res_pjsip_multihomed.so'" (Reported by HZMI8gkCvPpom0tM) * ASTERISK-27105 - [patch]core: when setting 'maxfiles' in asterisk.conf, a message is printed, even in rasterisk -x (Reported by Tzafrir Cohen) * ASTERISK-27036 - res_pjsip: Asterisk crashes when an extension tries to use PJSIP trunk with from_user containing '@' (Reported by Maxim Vasilev) * ASTERISK-27023 - res_rtp_asterisk: Deadlock when TURN session in use (Reported by Jatin Jain) * ASTERISK-27093 - ODBC deadlocks when app_directory tries to play back non-existent voicemail greeting (Reported by James Terhune) New Features made in this release: ----------------------------------- * ASTERISK-27215 - [patch]AMI : Add CancelAtxfer Action (Reported by Thomas Sevestre) * ASTERISK-27117 - core: Add support for timelen parsing to ast_parse_arg and ACO. (Reported by Corey Farrell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.0 Thank you for your continued support of Asterisk! ----- 13.17.0 ---- The Asterisk Development Team would like to announce the release of Asterisk 13.17.0. The release of Asterisk 13.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27108 - Crash using 'data get' CLI command (Reported by Sean Bright) * ASTERISK-27106 - [patch] autodomain (SIP Domain Support): Add only really different domain with TLS. (Reported by Alexander Traud) * ASTERISK-27100 - channel: ast_waitfordigit_full fails to clear flag in an error branch. (Reported by Corey Farrell) * ASTERISK-27090 - PJSIP: Deadlock using TCP transport (Reported by Richard Mudgett) * ASTERISK-25665 - Duplicate logging in queue log for EXITEMPTY events (Reported by Ove Aursand) * ASTERISK-27065 - call hangup after leaving app_queue (Reported by Marek Cervenka) * ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code() (Reported by Ross Beer) * ASTERISK-27074 - core_local: local channel data not being properly unref'ed and unlocked (Reported by Kevin Harwell) * ASTERISK-27075 - bridge: stuck channel(s) after failed attended transfer (Reported by Kevin Harwell) * ASTERISK-24052 - app_voicemail reloads result in leaked IMAP sockets. (Reported by Louis Jocelyn Paquet) * ASTERISK-27060 - Comment typo format_g729.c (Reported by Matthew Fredrickson) * ASTERISK-27026 - res_ari: Crash when no ari.conf configuration file exists (Reported by Ronald Raikes) * ASTERISK-27041 - Core/PBX: [patch] Deadlock between dialplan execution and application unregistration (Reported by Frederic LE FOLL) * ASTERISK-27057 - Seg Fault in ast_sorcery_object_get_id at sorcery.c (Reported by Ryan Smith) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-27046 - res_pjsip_transport_websocket: segfault in get_write_timeout (Reported by Jørgen H) * ASTERISK-27022 - res_rtp_asterisk: Incorrect SSRC change for RTCP component (Reported by Michael Walton) * ASTERISK-26923 - bridging: T.38 request is lost when channels are added to bridge (Reported by Torrey Searle) * ASTERISK-27053 - res_pjsip_refer/session: Calls dropped during transfer (Reported by Kevin Harwell) * ASTERISK-27052 - Asterisk build process fails with flag --with-pjproject-bundled with curl download command and slow network (Reported by alex) * ASTERISK-27039 - chan_pjsip: Device state is idle when channel from endpoint is in early media (Reported by Joshua Colp) * ASTERISK-26996 - chan_pjsip: Flipping between codecs (Reported by Michael Maier) * ASTERISK-26281 - chan_pjsip would send INVITE to 'Unreachable' endpoints (Reported by Jacek Konieczny) * ASTERISK-26973 - bridge: Crash when freeing frame and snooping (Reported by Michel R. Vaillancourt) * ASTERISK-19291 - Background in realtime (Reported by Andrew Nowrot) * ASTERISK-27025 - channel / meetme: Fix missing parentheses (Reported by Joshua Colp) * ASTERISK-27021 - GET /recordings/stored returns 500 Internal Server Error (Reported by Tim Morgan) * ASTERISK-24858 - [patch]Asterisk 13 PJSIP sends RTP packets in wrong byte order on Intel platform when using slin codec (Reported by Frankie Chin) * ASTERISK-23951 - Asterisk attempts and fails to build format_mp3 even if mp3lib was not downloaded (Reported by Tzafrir Cohen) * ASTERISK-25294 - srtp's crypto_get_random deprecated (Reported by Tzafrir Cohen) * ASTERISK-23839 - AGI - RECORD FILE - documentation doesn't describe BEEP argument (Reported by Rusty Newton) * ASTERISK-22432 - Async AGI crashes Asterisk when issuing "set variable" command without args (Reported by Antoine Pitrou) * ASTERISK-25662 - Malformed AGI 520 Usage response (Reported by Tony Mountifield) * ASTERISK-25101 - DTLS configuration can not be specified in the general section - documentation (Reported by Ben Langfeld) * ASTERISK-27008 - res_format_attr_h264: SDP parse fails if fmtp optional parameters have a space (Reported by John Harris) * ASTERISK-26399 - app_queue: Agent not called when caller is parked (Reported by wushumasters) * ASTERISK-26400 - app_queue: Queue member stops being called after AMI "Redirect" action for queues with wrapuptime (Reported by Etienne Lessard) * ASTERISK-26715 - app_queue: Member will not receive any new calls after doing a transfer if wrapuptime = greater than 0 and using Local channel (Reported by David Brillert) * ASTERISK-26975 - app_queue: Non-zero wrapup time can cause agents not to receive queue calls after transfer queue call (Reported by Lorne Gaetz) * ASTERISK-27012 - app_confbridge: ConfBridge sometimes does not play user name recording while leaving (Reported by Robert Mordec) * ASTERISK-26979 - res_rtp_asterisk: SRTP unprotect failed with authentication failure 10 or 110 (Reported by Javier Riveros) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engström) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26789 - Audit manipulation of channel flags without locks (Reported by Joshua Colp) * ASTERISK-26333 - Problems with Blind Transfer, PJSIP (Aastra 6869i) (Reported by Matthias Binder) Improvements made in this release: ----------------------------------- * ASTERISK-26230 - [patch] res_pjsip_mwi: unsolicited mwi could block PJSIP taskprocessor on startup (Reported by Alexei Gradinari) * ASTERISK-27043 - Core/BuildSystem: Add defines to fix build with LibreSSL (Reported by Guido Falsi) * ASTERISK-27042 - Unpatched asterisk sources fail to build on FreeBSD due to missing crypt.h file (Reported by Guido Falsi) * ASTERISK-26419 - audiohooks: Remove redundant codec translations when using audiohooks (Reported by Michael Walton) * ASTERISK-26976 - libsrtp-2.x.x support (Reported by Alex) * ASTERISK-26124 - res_agi: Set audio format for EAGI audio stream (Reported by John Fawcett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.17.0 Thank you for your continued support of Asterisk!
2018-01-23 09:26:08 +01:00
libdata/asterisk/sounds/en/CHANGES-asterisk-core-en-1.6
libdata/asterisk/sounds/en/CHANGES-asterisk-extra-en-1.5.1
libdata/asterisk/sounds/en/CREDITS-asterisk-core-en-1.6
libdata/asterisk/sounds/en/CREDITS-asterisk-extra-en-1.5.1
libdata/asterisk/sounds/en/LICENSE-asterisk-core-en-1.6
libdata/asterisk/sounds/en/LICENSE-asterisk-extra-en-1.5.1
2015-12-06 00:29:05 +01:00
libdata/asterisk/sounds/en/OfficeSpace.gsm
libdata/asterisk/sounds/en/Randulo-allison.gsm
libdata/asterisk/sounds/en/SIP_Test_Failure.gsm
libdata/asterisk/sounds/en/SIP_Test_Success.gsm
libdata/asterisk/sounds/en/T-changed-to.gsm
libdata/asterisk/sounds/en/T-is-not-available.gsm
libdata/asterisk/sounds/en/T-to-disable-ancmnt.gsm
libdata/asterisk/sounds/en/T-to-enable-ancmnt.gsm
libdata/asterisk/sounds/en/T-to-hear-cur-ancmnt.gsm
libdata/asterisk/sounds/en/T-to-leave-msg.gsm
libdata/asterisk/sounds/en/T-to-reach-main-office.gsm
libdata/asterisk/sounds/en/T-to-rec-ancmnt.gsm
libdata/asterisk/sounds/en/T-to-rtrn-to-main-menu.gsm
libdata/asterisk/sounds/en/a-charge-for-this-svc.gsm
libdata/asterisk/sounds/en/a-collect-charge-of.gsm
libdata/asterisk/sounds/en/a-collect-charge.gsm
libdata/asterisk/sounds/en/a-connect-charge-of.gsm
libdata/asterisk/sounds/en/a-connect-charge.gsm
libdata/asterisk/sounds/en/abandon-all-hope.gsm
libdata/asterisk/sounds/en/abandons.gsm
libdata/asterisk/sounds/en/academic-support.gsm
libdata/asterisk/sounds/en/access-code.gsm
libdata/asterisk/sounds/en/access-denied.gsm
libdata/asterisk/sounds/en/access-granted.gsm
libdata/asterisk/sounds/en/accessible-through-system.gsm
libdata/asterisk/sounds/en/account-balance-is.gsm
libdata/asterisk/sounds/en/account_number.gsm
libdata/asterisk/sounds/en/accounting.gsm
libdata/asterisk/sounds/en/accounts-payable.gsm
libdata/asterisk/sounds/en/accounts-receivable.gsm
libdata/asterisk/sounds/en/activated.gsm
libdata/asterisk/sounds/en/added-to.gsm
libdata/asterisk/sounds/en/added.gsm
libdata/asterisk/sounds/en/address.gsm
libdata/asterisk/sounds/en/administration.gsm
libdata/asterisk/sounds/en/advised-to-seek-shelter.gsm
libdata/asterisk/sounds/en/after-the-tone.gsm
libdata/asterisk/sounds/en/after_tone.gsm
libdata/asterisk/sounds/en/afternoon.gsm
libdata/asterisk/sounds/en/agent-alreadyon.gsm
libdata/asterisk/sounds/en/agent-incorrect.gsm
libdata/asterisk/sounds/en/agent-loggedoff.gsm
libdata/asterisk/sounds/en/agent-loginok.gsm
libdata/asterisk/sounds/en/agent-newlocation.gsm
libdata/asterisk/sounds/en/agent-pass.gsm
libdata/asterisk/sounds/en/agent-user.gsm
libdata/asterisk/sounds/en/airport.gsm
libdata/asterisk/sounds/en/alabama.gsm
libdata/asterisk/sounds/en/alaska.gsm
libdata/asterisk/sounds/en/albuquerque.gsm
libdata/asterisk/sounds/en/alert.gsm
libdata/asterisk/sounds/en/all-circuits-busy-now.gsm
libdata/asterisk/sounds/en/all-outgoing-lines-unavailable.gsm
libdata/asterisk/sounds/en/all-reps-busy.gsm
libdata/asterisk/sounds/en/all-your-base.gsm
libdata/asterisk/sounds/en/altitude.gsm
libdata/asterisk/sounds/en/ampersand.gsm
libdata/asterisk/sounds/en/an-error-has-occurred.gsm
libdata/asterisk/sounds/en/and-area-code.gsm
libdata/asterisk/sounds/en/and-or.gsm
libdata/asterisk/sounds/en/and-prs-pound-whn-finished.gsm
libdata/asterisk/sounds/en/and.gsm
libdata/asterisk/sounds/en/andnowstandby.gsm
libdata/asterisk/sounds/en/another-time.gsm
libdata/asterisk/sounds/en/approaching.gsm
libdata/asterisk/sounds/en/approximately.gsm
libdata/asterisk/sounds/en/are-you-still-there.gsm
libdata/asterisk/sounds/en/are-you-still-there2.gsm
libdata/asterisk/sounds/en/arizona.gsm
libdata/asterisk/sounds/en/arkansas.gsm
libdata/asterisk/sounds/en/arlington.gsm
libdata/asterisk/sounds/en/ascending-2tone.gsm
libdata/asterisk/sounds/en/astcc-account-balance-is.gsm
libdata/asterisk/sounds/en/astcc-account-number-invalid.gsm
libdata/asterisk/sounds/en/astcc-balance-of-account-is.gsm
libdata/asterisk/sounds/en/astcc-card-number-invalid.gsm
libdata/asterisk/sounds/en/astcc-digit-account-number.gsm
libdata/asterisk/sounds/en/astcc-followed-by-the-hash-key.gsm
libdata/asterisk/sounds/en/astcc-followed-by-the-pound-key.gsm
libdata/asterisk/sounds/en/astcc-login12pound.gsm
libdata/asterisk/sounds/en/astcc-please-enter-your.gsm
libdata/asterisk/sounds/en/astcc-skipping-any-punctuation.gsm
libdata/asterisk/sounds/en/asterisk-friend.gsm
libdata/asterisk/sounds/en/at-any-time.gsm
libdata/asterisk/sounds/en/at-customers-request.gsm
libdata/asterisk/sounds/en/at-following-number.gsm
libdata/asterisk/sounds/en/at-sign.gsm
libdata/asterisk/sounds/en/at-tone-time-exactly.gsm
libdata/asterisk/sounds/en/at_tone.gsm
libdata/asterisk/sounds/en/athletics.gsm
libdata/asterisk/sounds/en/atlanta.gsm
libdata/asterisk/sounds/en/atlantic.gsm
libdata/asterisk/sounds/en/attention-required.gsm
libdata/asterisk/sounds/en/auditing.gsm
libdata/asterisk/sounds/en/austin.gsm
libdata/asterisk/sounds/en/auth-incorrect.gsm
libdata/asterisk/sounds/en/auth-thankyou.gsm
libdata/asterisk/sounds/en/available-options.gsm
libdata/asterisk/sounds/en/available.gsm
libdata/asterisk/sounds/en/avg-speed-answer.gsm
libdata/asterisk/sounds/en/away-naughty-boy.gsm
libdata/asterisk/sounds/en/away-naughty-girl.gsm
libdata/asterisk/sounds/en/awkward.gsm
libdata/asterisk/sounds/en/backslash.gsm
libdata/asterisk/sounds/en/bad.gsm
libdata/asterisk/sounds/en/baltimore.gsm
libdata/asterisk/sounds/en/bar.gsm
libdata/asterisk/sounds/en/barn.gsm
libdata/asterisk/sounds/en/barns.gsm
libdata/asterisk/sounds/en/barometric.gsm
libdata/asterisk/sounds/en/basic-pbx-ivr-main.gsm
libdata/asterisk/sounds/en/bearing.gsm
libdata/asterisk/sounds/en/beaufort.gsm
libdata/asterisk/sounds/en/because-paranoid.gsm
libdata/asterisk/sounds/en/beep.gsm
libdata/asterisk/sounds/en/beeperr.gsm
libdata/asterisk/sounds/en/before-the-number.gsm
libdata/asterisk/sounds/en/believe-its-free.gsm
libdata/asterisk/sounds/en/billing-and-collections.gsm
libdata/asterisk/sounds/en/billing.gsm
libdata/asterisk/sounds/en/billionth.gsm
libdata/asterisk/sounds/en/binary.gsm
libdata/asterisk/sounds/en/bits.gsm
libdata/asterisk/sounds/en/blue-eyed-polar-bear.gsm
libdata/asterisk/sounds/en/bombsquad.gsm
libdata/asterisk/sounds/en/bookstore.gsm
libdata/asterisk/sounds/en/boston.gsm
libdata/asterisk/sounds/en/box.gsm
libdata/asterisk/sounds/en/brian.gsm
libdata/asterisk/sounds/en/business-development.gsm
libdata/asterisk/sounds/en/busy-hangovers.gsm
libdata/asterisk/sounds/en/busy-pls-hold.gsm
libdata/asterisk/sounds/en/but.gsm
libdata/asterisk/sounds/en/by.gsm
libdata/asterisk/sounds/en/bytes.gsm
libdata/asterisk/sounds/en/cafeteria.gsm
libdata/asterisk/sounds/en/california.gsm
libdata/asterisk/sounds/en/call-forward.gsm
libdata/asterisk/sounds/en/call-forwarding.gsm
libdata/asterisk/sounds/en/call-fwd-cancelled.gsm
libdata/asterisk/sounds/en/call-fwd-no-ans.gsm
libdata/asterisk/sounds/en/call-fwd-on-busy.gsm
libdata/asterisk/sounds/en/call-fwd-parallel.gsm
libdata/asterisk/sounds/en/call-fwd-unconditional.gsm
libdata/asterisk/sounds/en/call-preempted.gsm
libdata/asterisk/sounds/en/call-quality-menu.gsm
libdata/asterisk/sounds/en/call-requres.gsm
libdata/asterisk/sounds/en/call-terminated.gsm
libdata/asterisk/sounds/en/call-waiting.gsm
libdata/asterisk/sounds/en/call.gsm
libdata/asterisk/sounds/en/calling.gsm
libdata/asterisk/sounds/en/calls-taken-by.gsm
libdata/asterisk/sounds/en/calls-waiting-for-rep.gsm
libdata/asterisk/sounds/en/calls.gsm
libdata/asterisk/sounds/en/campground-office.gsm
libdata/asterisk/sounds/en/cancelled.gsm
libdata/asterisk/sounds/en/cannot-complete-as-dialed.gsm
libdata/asterisk/sounds/en/cannot-complete-network-error.gsm
libdata/asterisk/sounds/en/cannot-complete-otherend-error.gsm
libdata/asterisk/sounds/en/cannot-complete-temp-error.gsm
libdata/asterisk/sounds/en/card-balance-is.gsm
libdata/asterisk/sounds/en/card-is-invalid.gsm
libdata/asterisk/sounds/en/card-number.gsm
libdata/asterisk/sounds/en/carried-away-by-monkeys.gsm
libdata/asterisk/sounds/en/cause-code.gsm
libdata/asterisk/sounds/en/cc-amex.gsm
libdata/asterisk/sounds/en/cc-discover.gsm
libdata/asterisk/sounds/en/cc-mastercard.gsm
libdata/asterisk/sounds/en/cc-visa.gsm
libdata/asterisk/sounds/en/celsius.gsm
libdata/asterisk/sounds/en/cent.gsm
libdata/asterisk/sounds/en/central.gsm
libdata/asterisk/sounds/en/cents-per-minute.gsm
libdata/asterisk/sounds/en/cents.gsm
libdata/asterisk/sounds/en/ceo-office.gsm
libdata/asterisk/sounds/en/challenge_try_again.gsm
libdata/asterisk/sounds/en/chance-of.gsm
libdata/asterisk/sounds/en/changing.gsm
libdata/asterisk/sounds/en/channel-insecure-warn.gsm
libdata/asterisk/sounds/en/channel-secure.gsm
libdata/asterisk/sounds/en/channel.gsm
libdata/asterisk/sounds/en/charlotte.gsm
libdata/asterisk/sounds/en/chat-room.gsm
libdata/asterisk/sounds/en/check-number-dial-again.gsm
libdata/asterisk/sounds/en/chemistry.gsm
libdata/asterisk/sounds/en/chicago.gsm
libdata/asterisk/sounds/en/chris.gsm
libdata/asterisk/sounds/en/claims.gsm
libdata/asterisk/sounds/en/clear.gsm
libdata/asterisk/sounds/en/clearing.gsm
libdata/asterisk/sounds/en/cleveland.gsm
libdata/asterisk/sounds/en/clli.gsm
libdata/asterisk/sounds/en/close-parenthesis.gsm
libdata/asterisk/sounds/en/closed.gsm
libdata/asterisk/sounds/en/clouds.gsm
libdata/asterisk/sounds/en/cloudy.gsm
libdata/asterisk/sounds/en/collections.gsm
libdata/asterisk/sounds/en/colorado-springs.gsm
libdata/asterisk/sounds/en/colorado.gsm
libdata/asterisk/sounds/en/columbus.gsm
libdata/asterisk/sounds/en/comedyclub.gsm
libdata/asterisk/sounds/en/comma.gsm
libdata/asterisk/sounds/en/communications.gsm
libdata/asterisk/sounds/en/company-dir-411.gsm
libdata/asterisk/sounds/en/complaint.gsm
libdata/asterisk/sounds/en/compliance.gsm
libdata/asterisk/sounds/en/computer-friend1.gsm
libdata/asterisk/sounds/en/computer-friend2.gsm
libdata/asterisk/sounds/en/conditions.gsm
libdata/asterisk/sounds/en/conf-1-to-list-users.gsm
libdata/asterisk/sounds/en/conf-2-to-kick-nonadmin.gsm
libdata/asterisk/sounds/en/conf-3-mute-or-unmute-nonadmin.gsm
libdata/asterisk/sounds/en/conf-4-to-record-conf.gsm
libdata/asterisk/sounds/en/conf-8-for-more-options.gsm
libdata/asterisk/sounds/en/conf-8-to-exit-return-to-conf.gsm
libdata/asterisk/sounds/en/conf-adminmenu-162.gsm
libdata/asterisk/sounds/en/conf-adminmenu-18.gsm
libdata/asterisk/sounds/en/conf-adminmenu-menu8.gsm
libdata/asterisk/sounds/en/conf-adminmenu.gsm
libdata/asterisk/sounds/en/conf-banned.gsm
libdata/asterisk/sounds/en/conf-enteringno.gsm
libdata/asterisk/sounds/en/conf-errormenu.gsm
libdata/asterisk/sounds/en/conf-extended.gsm
libdata/asterisk/sounds/en/conf-full.gsm
libdata/asterisk/sounds/en/conf-getchannel.gsm
libdata/asterisk/sounds/en/conf-getconfno.gsm
libdata/asterisk/sounds/en/conf-getpin.gsm
libdata/asterisk/sounds/en/conf-hasentered.gsm
libdata/asterisk/sounds/en/conf-hasjoin.gsm
libdata/asterisk/sounds/en/conf-hasleft.gsm
libdata/asterisk/sounds/en/conf-invalid.gsm
libdata/asterisk/sounds/en/conf-invalidpin.gsm
libdata/asterisk/sounds/en/conf-kicked.gsm
libdata/asterisk/sounds/en/conf-leaderhasleft.gsm
libdata/asterisk/sounds/en/conf-locked.gsm
libdata/asterisk/sounds/en/conf-lockednow.gsm
libdata/asterisk/sounds/en/conf-muted.gsm
libdata/asterisk/sounds/en/conf-noempty.gsm
libdata/asterisk/sounds/en/conf-nonextended.gsm
libdata/asterisk/sounds/en/conf-now-muted.gsm
libdata/asterisk/sounds/en/conf-now-recording.gsm
libdata/asterisk/sounds/en/conf-now-unmuted.gsm
libdata/asterisk/sounds/en/conf-onlyone.gsm
libdata/asterisk/sounds/en/conf-onlyperson.gsm
libdata/asterisk/sounds/en/conf-onlypersonleft.gsm
libdata/asterisk/sounds/en/conf-otherinparty.gsm
libdata/asterisk/sounds/en/conf-peopleinconf.gsm
libdata/asterisk/sounds/en/conf-placeintoconf.gsm
libdata/asterisk/sounds/en/conf-roll-callcomplete.gsm
libdata/asterisk/sounds/en/conf-sysop.gsm
libdata/asterisk/sounds/en/conf-sysopreq.gsm
libdata/asterisk/sounds/en/conf-sysopreqcancelled.gsm
libdata/asterisk/sounds/en/conf-thereare.gsm
libdata/asterisk/sounds/en/conf-unlockednow.gsm
libdata/asterisk/sounds/en/conf-unmuted.gsm
libdata/asterisk/sounds/en/conf-usermenu-162.gsm
libdata/asterisk/sounds/en/conf-usermenu.gsm
libdata/asterisk/sounds/en/conf-userswilljoin.gsm
libdata/asterisk/sounds/en/conf-userwilljoin.gsm
libdata/asterisk/sounds/en/conf-waitforleader.gsm
libdata/asterisk/sounds/en/conf-youareinconfnum.gsm
libdata/asterisk/sounds/en/confbridge-begin-glorious-a.gsm
libdata/asterisk/sounds/en/confbridge-begin-glorious-b.gsm
libdata/asterisk/sounds/en/confbridge-begin-glorious-c.gsm
libdata/asterisk/sounds/en/confbridge-begin-leader.gsm
update to Asterisk 13.19.0 -- this contains both security fixes and general bug fixes, fixes AST-2017-005, AST-2017-006, AST-2017-007, AST-2017-008, AST-2017-009, AST-2017-10, AST-2017-11, AST-2017-12, AST-2017-13, and AST-2017-14 (note that a number of these only pertain to PJSIP which isn't used in pkgsrc) ----- 13.19.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.19.0. The release of Asterisk 13.19.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-27478 - PJSIP: Add CHANNEL(pjsip,request_uri) to get incoming INVITE Request-URI. (Reported by Richard Mudgett) * ASTERISK-27413 - Add cache_media_frames debugging option. (Reported by Richard Mudgett) * ASTERISK-27206 - res_pjsip: No mechanism exists to limit endpoint identification to IP only (Reported by Ben Merrills) Bugs fixed in this release: ----------------------------------- * ASTERISK-27531 - Compiler optimizations can break module load sequence. (Reported by abelbeck) * ASTERISK-27480 - Security: Authenticated SUBSCRIBE without Contact crashes asterisk (Reported by Ross Beer) * ASTERISK-27299 - Asterisk Hangs with Bad file descriptor on read() (Reported by Abhay Gupta) * ASTERISK-25079 - AMI bridge of channels results in MOH not destroyed and robotic audio on one channel (Reported by Zane Conkle) * ASTERISK-27490 - chan_console: 'set active' fails to work (Reported by Tzafrir Cohen) * ASTERISK-24756 - ConfBridge sound_muted does not work from CLI or AMI (Reported by Thomas Frederiksen) * ASTERISK-25649 - Transfer application does not work with Local channels - documentation misleading (Reported by Ivan Ullmann) * ASTERISK-25869 - chan_sip: "rejected because extension not found" should be logged as a security event (Reported by Brian J. Murrell) * ASTERISK-27440 - Strictrtp has issues to qualify video rtp streams (Reported by Wim De Vlaminck) * ASTERISK-24329 - Music On Hold announcement cuts intro of music the first time it is played (Reported by Thomas Frederiksen) * ASTERISK-19657 - Coverity Report: Fix issues for error type CHAR_IO (Reported by Matt Jordan) * ASTERISK-27175 - iax.conf demo peer is invalid (Reported by Tzafrir Cohen) * ASTERISK-27430 - README refers to security documents that do not exist. (Reported by Corey Farrell) * ASTERISK-20281 - "core set verbose" behaves strangely, can't alias it, cli.conf example broken (Reported by Tim Ringenbach at Asteria Solutions Group) * ASTERISK-27382 - crash after an invalid rtcp packet from GT48 FXS gateway (Reported by Tzafrir Cohen) * ASTERISK-27429 - res_rtp_asterisk: Multiple reports in an RTCP packet will write past where it should (Reported by Vitezslav Novy) * ASTERISK-27408 - Identify causes and fix pjsip/resolver/srv/failover/in_dialog/transport_tcp (Reported by Corey Farrell) * ASTERISK-18411 - Queue members with hints for state_interface get stuck in "In Use" state. (Reported by Steven T. Wheeler) * ASTERISK-26131 - chan_sip: Crash Asterisk (in sip_request_call at chan_sip.c) by making a call to a single character in a dot pattern match (Reported by Dwayne Hubbard) * ASTERISK-27475 - codec_opus requires libcurl (Reported by Samuel For) * ASTERISK-27467 - pjsip_options: qualify_frequency sometimes not applied on reload (Reported by John Bigelow) * ASTERISK-27465 - CLI Completion Not Working (Reported by Ross Beer) * ASTERISK-27460 - CDR: Deadlock using AMI Originate with Variable CDR(amaflags)=... (Reported by Richard Mudgett) * ASTERISK-27453 - RTP: Blind transfer direct media scenario results in one way audio. (Reported by Richard Mudgett) * ASTERISK-20643 - SIP ICE support - remove hardcoded limitation on SDP size, make ICE support disabled by default in SIP, maybe provide a better warning message (Reported by Roy) * ASTERISK-26980 - pjsip: Clean up WebRTC disables (Reported by abelbeck) * ASTERISK-27452 - Security: chan_skinny: Memory exhaustion if flooded with unauthenticated requests (Reported by George Joseph) * ASTERISK-27454 - res_http_post: Don't require GMIME_MAJOR_VERSION (Reported by Joshua Colp) * ASTERISK-23735 - Transcoding makes bad choice in high-rate translations (Reported by Richard Kenner) * ASTERISK-27445 - ARI: Updating a bridge gives wrong error message. (Reported by Frank Durden) * ASTERISK-24662 - [patch] column and row headers for Signed Linear format variants in output of 'core show translation' are ambiguous (Reported by Rusty Newton) * ASTERISK-27353 - H323 audio starts with a delay of 2 seconds. (Reported by Marco Giordani) * ASTERISK-27442 - pjsip: 183 without To tag does not negotiate media (Reported by Kevin Harwell) * ASTERISK-27437 - [patch] ICE: server-reflexive candidates (srflx) with Dual-Stack. (Reported by Alexander Traud) * ASTERISK-27434 - [patch] chan_sip/ICE: Square brackets around IPv6 addresses. (Reported by Alexander Traud) * ASTERISK-27435 - [patch] configure: pjsip_evsub_set_uas_timeout not found. (Reported by Alexander Traud) * ASTERISK-27431 - Asterisk fails to build when openssl headers are not installed. (Reported by Corey Farrell) * ASTERISK-27332 - Asterisk fails to configure on MacOS Sierra (Reported by Ivan Larionov) * ASTERISK-27421 - RTP source learning not working with devices that have some clock issues (Reported by nappsoft) * ASTERISK-27361 - Attended transfer crashes in Asterisk 13.17.2 (Reported by Alessandro Pimenta) * ASTERISK-27238 - Bridging: Crash freeing a frame that's already been freed (Reported by Richard Kenner) * ASTERISK-27412 - core: Audiohook freeing interpolated frame when it shouldn't. (Reported by Mikhail) * ASTERISK-27423 - app_record: We set the RECORD_STATUS channel variable before closing the file (Reported by George Joseph) * ASTERISK-26758 - res_hep_pjsip: For WebRTC clients Asterisk insert same ip address in "source ip address" and "destination ip address" fields in HEP packets (Reported by Max Norba) * ASTERISK-27363 - res_http_websocket: Wrong LocalAddress (it is equal to RemoteAddress) (Reported by Vasilii Rogin) * ASTERISK-27415 - asterisk.conf: Setting astctl without setting astrundir is ineffective. (Reported by Corey Farrell) * ASTERISK-27411 - pjsip: TCP connections may not be destroyed (Reported by Joshua Colp) * ASTERISK-27345 - res_pjsip_session: RTP instances leak on 488 responses. (Reported by Corey Farrell) * ASTERISK-27337 - chan_sip: Security vulnerability with client code header (revisited) (Reported by Richard Mudgett) * ASTERISK-27319 - (Security) Function in PJSIP 2.7 miscalculates the length of an unsigned long variable in 64bit machines (Reported by Kim youngsung) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) * ASTERISK-27393 - res_pjsip: Crash occurs when an empty contact read from astdb or database (Reported by Aaron An) * ASTERISK-27290 - res_pjsip: PIDF contact field has malformed/invalid XML (Reported by basildane) * ASTERISK-27032 - res_pjsip: TLS options do not handle empty values (Reported by seanchann.zhou) * ASTERISK-27394 - [patch] tcptls: Print notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-27378 - Modules: Fix issues with CLI completion. (Reported by Corey Farrell) * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27390 - Audit menuselect module dependencies (Reported by Corey Farrell) * ASTERISK-27389 - Optional API modules should not allow unload. (Reported by Corey Farrell) * ASTERISK-27369 - Bridge() dialplan application fails without setting BRIDGERESULT channel variable (Reported by James Terhune) * ASTERISK-27377 - Typo in CHANNEL(dtmf_features) usage documentation (Reported by Igor Goncharovsky) * ASTERISK-27181 - GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting' (Reported by Anthony Messina) * ASTERISK-27194 - jitterbuffer: Does not handle case where translator returns null frame. (Reported by Joshua Elson) * ASTERISK-26639 - core: Disabling xmldoc support does not work. Also results in abort during Asterisk startup. (Reported by Mr Dini) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-18140 - Expires handling in SUBSCRIBE confuses the absence of the Expires header field with an unsubscribe action. (Reported by Jonathan Cloots) * ASTERISK-25960 - The config_hook unit test causes Asterisk to crash if run a second time (Reported by George Joseph) * ASTERISK-27198 - res_pjsip: SDP contains IP4 instead of IP6 when rtp_ipv6 set to yes (Reported by Martin Cisárik) * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27365 - [patch] chan_sip: Crypto attribute not last but first on SDP media level. (Reported by Alexander Traud) * ASTERISK-24483 - res_pjsip_pubsub.so, res_pjsip_refer.so: Assertion on un/re-load: mod.id == -1 (Reported by Tzafrir Cohen) * ASTERISK-23462 - Cannot disable SIP debugging via CLI after enabling with conf file option - also 'sip set debug off' reports debugging disabled, when it really isn't (Reported by Rusty Newton) * ASTERISK-27328 - Missing openssl dependencies in res_rtp_asterisk and tcptls (Reported by Tzafrir Cohen) * ASTERISK-27341 - [patch] res_pjsip_session: SIP/SDP origin (o=) contains local address. (Reported by Alexander Traud) * ASTERISK-27343 - Fails to build in FreeBSD due to sys/sysmacros.h not existing there (Reported by Guido Falsi) * ASTERISK-27340 - backtrace.c: Crash due to double-free. (Reported by Corey Farrell) * ASTERISK-27339 - [patch] Crash on ast_ssl_teardown when stopping. (Reported by Alexander Traud) * ASTERISK-27333 - sip_to_pjsip not correctly handling disallow=all directive (Reported by Torrey Searle) Improvements made in this release: ----------------------------------- * ASTERISK-24297 - cdr.c: Minor code optimizations. (Reported by Richard Mudgett) * ASTERISK-27449 - [PATCH] When failing to acquire target during attended transfer, display wanted extension (Reported by Niklas Larsson) * ASTERISK-27456 - app_voicemail: Add new object for VoicemailUserEntry (Reported by sungtae kim) * ASTERISK-27380 - ast_coredumper: allow pointing out the asterisk binary explicitly (Reported by Tzafrir Cohen) * ASTERISK-23556 - Compilation warning for invert.c (array subscript is above array bounds) (Reported by Marcello Ceschia) * ASTERISK-27355 - Upgrade bundled PJPROJECT to 2.7 (Reported by Richard Mudgett) * ASTERISK-27335 - CDR performance needs improvement. (Reported by Richard Mudgett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.19.0 Thank you for your continued support of Asterisk! ----- 13.18.5 ----- The Asterisk Development Team would like to announce security releases for Asterisk 13, 14 and 15, and Certified Asterisk 13.18. The available releases are released as versions 13.18.5, 14.7.5, 15.1.5 and 13.18-cert2. The following security vulnerabilities were resolved in these versions: * AST-2017-014: Crash in PJSIP resource when missing a contact header A select set of SIP messages create a dialog in Asterisk. Those SIP messages must contain a contact header. For those messages, if the header was not present and using the PJSIP channel driver, it would cause Asterisk to crash. The severity of this vulnerability is somewhat mitigated if authentication is enabled. If authentication is enabled a user would have to first be authorized before reaching the crash point. For a full list of changes in the current releases, please see the ChangeLogs: https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.5 The security advisory is available at: https://downloads.asterisk.org/pub/security/AST-2017-014.pdf Thank you for your continued support of Asterisk! ----- 13.18.4 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert9, 13.18.4, 14.7.4 and 15.1.4. The release of these versions resolves the following security vulnerabilities: * AST-2017-012: Remote Crash Vulnerability in RTCP Stack If a compound RTCP packet is received containing more than one report (for example a Receiver Report and a Sender Report) the RTCP stack will incorrectly store report information outside of allocated memory potentially causing a crash. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.4 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-012.html http://downloads.asterisk.org/pub/security/AST-2017-012.pdf Thank you for your continued support of Asterisk! ----- 13.18.3 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert8, 13.18.3, 14.7.3 and 15.1.3. The release of these versions resolves the following security vulnerabilities: * AST-2017-013: DOS Vulnerability in Asterisk chan_skinny If the chan_skinny (AKA SCCP protocol) channel driver is flooded with certain requests it can cause the asterisk process to use excessive amounts of virtual memory eventually causing asterisk to stop processing requests of any kind. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.3 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-013.pdf Thank you for your continued support of Asterisk! ----- 13.18.2 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.2. The release of Asterisk 13.18.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.2 Thank you for your continued support of Asterisk! ----- 13.18.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.0. The release of Asterisk 13.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Improvements made in this release: ----------------------------------- * ASTERISK-27278 - [patch] chan_sip: Provide access to read the full SIP Request-URI from INVITE (Reported by David J. Pryke) * ASTERISK-27255 - alembic: Add support for Microsoft SQL server (Reported by Florian Floimair) * ASTERISK-27253 - [patch] libsrtp-2.1.x support (Reported by Alexander Traud) * ASTERISK-27220 - Enable CHANNEL function to get from and to tag from SIP Headers (Reported by Andre Nazario) * ASTERISK-27169 - Google OAuth 2.0 support for XMPP / Motif (Reported by Andrey) * ASTERISK-27173 - Support for GMIME 3.0 (Reported by Tzafrir Cohen) * ASTERISK-27092 - [patch] app_queue: Add Priority to AMI QueueStatus (Reported by Niklas Larsson) * ASTERISK-27085 - [patch] chan_pjsip: Port SIPDtmfMode to chan_pjsip (Reported by Torrey Searle) Bugs fixed in this release: ----------------------------------- * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-27047 - res_pjsip: user=phone added to Anonymous caller-id when it shouldn't be. (Reported by dtryba) * ASTERISK-26988 - res_pjsip_session: user_eq_phone adds double user=phone parameters to URIs (Reported by dtryba) * ASTERISK-27270 - cdr_mysql: various crashes at second module reload if cdr_mysql.conf is configured (Reported by Tzafrir Cohen) * ASTERISK-27301 - [patch] app_queue: Music On Hold for real-time queues is not reset to default (Reported by Nathan Bruning) * ASTERISK-25266 - Application Originate returns SUCCESS to ORIGINATE_STATUS upon failure to originate (Reported by Allen Ford) * ASTERISK-27192 - res_pjsip: Loss of SIP registrations causing unavailable endpoints (Reported by Richard Mudgett) * ASTERISK-27305 - res_ari: Memory leaks in ARI when using Content-Type: application/json (Reported by David Hajek) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-27324 - [patch] Dual-Stack server cannot be used as IPv4 client via TCP/TLS (Reported by Alexander Traud) * ASTERISK-27317 - vector: multiple evaluation of elem in AST_VECTOR_ADD_SORTED. (Reported by Corey Farrell) * ASTERISK-27318 - res_pjsip_mwi: uninitialized value from ast_strings_match (Reported by Corey Farrell) * ASTERISK-27296 - [patch] False positive busy checks when icalendar's recurrence-id mechanism is involved (Reported by Benoît Dereck-Tricot) * ASTERISK-27284 - Status of RFC 3323 and PJSIP (Reported by dtryba) * ASTERISK-27216 - app_queue: does its check-makeannouncement-logic twice each head-caller-loop (Reported by Stefan Engström) * ASTERISK-27295 - Contact is improperly translated after d178f497 (Reported by Sean Bright) * ASTERISK-27292 - Multiple RTP Stream Created Breaking RFC2833 (SSRC Changes) (Reported by Ross Beer) * ASTERISK-27289 - A codeblock that maintains a bug,but maybe the codeblock will never run (Reported by Huangyx) * ASTERISK-27283 - Realtime config fail with PostgreSQL version before 9.1 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-27257 - bridge_native_rtp: half-way direct media when using early bridging (Reported by Jean Aunis - Prescom) * ASTERISK-27279 - Crash in pubsub_on_rx_request NULL pointer - Possible PJSIP Vulnerability (Reported by Ross Beer) * ASTERISK-26606 - tcptls: Incorrect OpenSSL function call leads to misleading error report (Reported by Bob Ham) * ASTERISK-16898 - SRTP unprotect: authentication failure when RTP sequence number switches from 65535 -> 0 (Reported by Marcello Ceschia) * ASTERISK-27274 - RTCP needs better packet validation to resist port scans. (Reported by Richard Mudgett) * ASTERISK-27252 - RTP: One way audio with direct media and strictrtp=yes. (Reported by Richard Mudgett) * ASTERISK-25524 - module reload res_calendar.so does not reload everything in calendar.conf (Reported by Jesper) * ASTERISK-24588 - res_calendar does not process CalDAV from Owncloud [fix included] (Reported by Stefan Gofferje) * ASTERISK-25523 - res_calendar: Warning about invalid channel value (for notification) occurs even when event has no notification configured. (Reported by Jesper) * ASTERISK-21399 - RTP Multicast of L16 (type 10): Asterisk and wireshark disagree (Reported by Tzafrir Cohen) * ASTERISK-27248 - [patch]external_media_address and external_signaling_address don't always honor localnet (Reported by Walter Doekes) * ASTERISK-27165 - CDR: CDR(start,u) function won't work in cdr_custom config (Reported by Jacek Konieczny) * ASTERISK-27217 - chan_sip: Asterisk crashing when subscription doesn't get set (Reported by Bryan Walters) * ASTERISK-24066 - res_smdi: convert to astobj2 (Reported by Corey Farrell) * ASTERISK-17540 - SDP origin attribute modified when issuing re-INVITE because of directmedia=yes (Reported by saghul) * ASTERISK-27254 - alembic: prune_on_boot fix erroneous (Reported by Florian Floimair) * ASTERISK-27232 - When in queue on g722 with interruptions, music on hold can get stuck and no longer play (Reported by Jens T.) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-26879 - PJSIP external_media_address ignored if no local_net options are provided (Reported by Matt Jordan) * ASTERISK-27236 - Segfault ast_channel_name (chan=0x0) at channel_internal_api.c:478 during T.38 Fax Receive (Reported by Ross Beer) * ASTERISK-27225 - Crash when freeing dtls_cfg->cafile (Reported by Richard Kenner) * ASTERISK-27177 - ooh323c: misleading indentation in addons/ooh323c/src/ooSocket.c (Reported by Tzafrir Cohen) * ASTERISK-27241 - libc segfault upon entry into app_directory (Reported by David Moore) * ASTERISK-27152 - Sending a "tel" uri in a From or To header in an unauthenticated message causes asterisk to crash (Reported by Ross Beer) * ASTERISK-27103 - core: ast_safe_system command injection possible. (Reported by Corey Farrell) * ASTERISK-27013 - res_rtp_asterisk: Media can be hijacked even with strict RTP enabled (Reported by Joshua Colp) * ASTERISK-26994 - Confbridge: CBAnn channels intermittently become stuck when caller hangs up before recording name (Reported by James Terhune) * ASTERISK-20858 - app_minivm fails to clean up mkstemp files (Reported by Walter Doekes) * ASTERISK-16777 - several filename bugs in Record() application (Reported by klaus3000) * ASTERISK-27168 - alembic: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-23608 - ControlPlayback fails to play files with names containing certain non-alpha characters (Reported by Jonathan White) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored (Reported by Eelco Brolman) * ASTERISK-27204 - [patch] app_queue: Wrong queue stat calculation (Reported by sungtae kim) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-27207 - XMPP OAuth not working due to inverted logic (Reported by Michael Kuron) * ASTERISK-27174 - res_calendar_icalendar: Recurring events not being loaded from Google calendar using ical (Reported by Mark Thompson) * ASTERISK-27202 - If wget is not installed and "or" is not available, external components (excluding pjsip) are not installed (Reported by Seán C. McCord) * ASTERISK-27147 - Either asterisk or pjproject isn't re-using tcp connections (again) (Reported by George Joseph) * ASTERISK-27193 - IPv6 receive address in message doesn't include brackets (Reported by Scott Griepentrog) * ASTERISK-27158 - [patch] res_rtp_asterisk: RTCP statistics are not available when native bridge is used (Reported by Torrey Searle) * ASTERISK-27110 - RTP session is not fully destroyed on channel hangup (Reported by Matt Jordan) * ASTERISK-26745 - Asymmetric codecs when asymmetric_rtp_codec=no (Reported by Jesse Ross) * ASTERISK-27171 - Asterisk 15.0.0-Beta1 does not compile (Reported by Ira Emus) * ASTERISK-26659 - res_pjsip: PJSIP presence - missing braces around the status element in XML (Reported by Abraham Liebsch) * ASTERISK-27156 - Asterisk won't compile on Fedora 26 with devmode enabled. (Reported by Corey Farrell) * ASTERISK-27130 - Applications ARI: Unsubscribe action for deviceStates does not remove old subscriptions properly (Reported by Sergej Kasumovic) * ASTERISK-25810 - say.c calls for sounds in the subdir "digits" that don't exist (in Core). SayUnixTime or other Say... apps will fail out when they call these sounds. (Reported by Nicolas Riendeau) * ASTERISK-27142 - sounds: Conflict between files in asterisk-sounds-core-1.6 and asterisk-sounds-extra-1.5 (Reported by Corey Farrell) * ASTERISK-27124 - app_playback.c:say_date_generic use timezonename parameter (Reported by Holger Hans Peter Freyther) * ASTERISK-27133 - res_rtp_asterisk: RTCP does not use ICE when RTCP-MUX in use (Reported by Joshua Colp) * ASTERISK-27128 - [patch]res_stasis_snoop: When recording a snoop channel (using ARI) where no media is being received, no recording happens when theres no media (Reported by Dan Jenkins) * ASTERISK-27123 - confbridge: Name recordings are left on filesystem (Reported by Sergej Kasumovic) * ASTERISK-27122 - chan_iax2: On reload MWI taskprocessors keep adding up (Reported by Sergej Kasumovic) * ASTERISK-26807 - sounds: New 3-D Binaural audio features require new sound prompts (Reported by Rusty Newton) * ASTERISK-25816 - French conf-adminmenu, conf-usermenu prompts differ in content from the English files (Reported by Benoit Duverger) * ASTERISK-26274 - Resolve open sounds issues and then create a new sounds release (1.5.1? or 1.6?) (Reported by Rusty Newton) * ASTERISK-27127 - configs: Erroneous load directive in sample configuration results in "Error loading module 'res_pjsip_multihomed.so'" (Reported by HZMI8gkCvPpom0tM) * ASTERISK-27105 - [patch]core: when setting 'maxfiles' in asterisk.conf, a message is printed, even in rasterisk -x (Reported by Tzafrir Cohen) * ASTERISK-27036 - res_pjsip: Asterisk crashes when an extension tries to use PJSIP trunk with from_user containing '@' (Reported by Maxim Vasilev) * ASTERISK-27023 - res_rtp_asterisk: Deadlock when TURN session in use (Reported by Jatin Jain) * ASTERISK-27093 - ODBC deadlocks when app_directory tries to play back non-existent voicemail greeting (Reported by James Terhune) New Features made in this release: ----------------------------------- * ASTERISK-27215 - [patch]AMI : Add CancelAtxfer Action (Reported by Thomas Sevestre) * ASTERISK-27117 - core: Add support for timelen parsing to ast_parse_arg and ACO. (Reported by Corey Farrell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.0 Thank you for your continued support of Asterisk! ----- 13.17.0 ---- The Asterisk Development Team would like to announce the release of Asterisk 13.17.0. The release of Asterisk 13.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27108 - Crash using 'data get' CLI command (Reported by Sean Bright) * ASTERISK-27106 - [patch] autodomain (SIP Domain Support): Add only really different domain with TLS. (Reported by Alexander Traud) * ASTERISK-27100 - channel: ast_waitfordigit_full fails to clear flag in an error branch. (Reported by Corey Farrell) * ASTERISK-27090 - PJSIP: Deadlock using TCP transport (Reported by Richard Mudgett) * ASTERISK-25665 - Duplicate logging in queue log for EXITEMPTY events (Reported by Ove Aursand) * ASTERISK-27065 - call hangup after leaving app_queue (Reported by Marek Cervenka) * ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code() (Reported by Ross Beer) * ASTERISK-27074 - core_local: local channel data not being properly unref'ed and unlocked (Reported by Kevin Harwell) * ASTERISK-27075 - bridge: stuck channel(s) after failed attended transfer (Reported by Kevin Harwell) * ASTERISK-24052 - app_voicemail reloads result in leaked IMAP sockets. (Reported by Louis Jocelyn Paquet) * ASTERISK-27060 - Comment typo format_g729.c (Reported by Matthew Fredrickson) * ASTERISK-27026 - res_ari: Crash when no ari.conf configuration file exists (Reported by Ronald Raikes) * ASTERISK-27041 - Core/PBX: [patch] Deadlock between dialplan execution and application unregistration (Reported by Frederic LE FOLL) * ASTERISK-27057 - Seg Fault in ast_sorcery_object_get_id at sorcery.c (Reported by Ryan Smith) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-27046 - res_pjsip_transport_websocket: segfault in get_write_timeout (Reported by Jørgen H) * ASTERISK-27022 - res_rtp_asterisk: Incorrect SSRC change for RTCP component (Reported by Michael Walton) * ASTERISK-26923 - bridging: T.38 request is lost when channels are added to bridge (Reported by Torrey Searle) * ASTERISK-27053 - res_pjsip_refer/session: Calls dropped during transfer (Reported by Kevin Harwell) * ASTERISK-27052 - Asterisk build process fails with flag --with-pjproject-bundled with curl download command and slow network (Reported by alex) * ASTERISK-27039 - chan_pjsip: Device state is idle when channel from endpoint is in early media (Reported by Joshua Colp) * ASTERISK-26996 - chan_pjsip: Flipping between codecs (Reported by Michael Maier) * ASTERISK-26281 - chan_pjsip would send INVITE to 'Unreachable' endpoints (Reported by Jacek Konieczny) * ASTERISK-26973 - bridge: Crash when freeing frame and snooping (Reported by Michel R. Vaillancourt) * ASTERISK-19291 - Background in realtime (Reported by Andrew Nowrot) * ASTERISK-27025 - channel / meetme: Fix missing parentheses (Reported by Joshua Colp) * ASTERISK-27021 - GET /recordings/stored returns 500 Internal Server Error (Reported by Tim Morgan) * ASTERISK-24858 - [patch]Asterisk 13 PJSIP sends RTP packets in wrong byte order on Intel platform when using slin codec (Reported by Frankie Chin) * ASTERISK-23951 - Asterisk attempts and fails to build format_mp3 even if mp3lib was not downloaded (Reported by Tzafrir Cohen) * ASTERISK-25294 - srtp's crypto_get_random deprecated (Reported by Tzafrir Cohen) * ASTERISK-23839 - AGI - RECORD FILE - documentation doesn't describe BEEP argument (Reported by Rusty Newton) * ASTERISK-22432 - Async AGI crashes Asterisk when issuing "set variable" command without args (Reported by Antoine Pitrou) * ASTERISK-25662 - Malformed AGI 520 Usage response (Reported by Tony Mountifield) * ASTERISK-25101 - DTLS configuration can not be specified in the general section - documentation (Reported by Ben Langfeld) * ASTERISK-27008 - res_format_attr_h264: SDP parse fails if fmtp optional parameters have a space (Reported by John Harris) * ASTERISK-26399 - app_queue: Agent not called when caller is parked (Reported by wushumasters) * ASTERISK-26400 - app_queue: Queue member stops being called after AMI "Redirect" action for queues with wrapuptime (Reported by Etienne Lessard) * ASTERISK-26715 - app_queue: Member will not receive any new calls after doing a transfer if wrapuptime = greater than 0 and using Local channel (Reported by David Brillert) * ASTERISK-26975 - app_queue: Non-zero wrapup time can cause agents not to receive queue calls after transfer queue call (Reported by Lorne Gaetz) * ASTERISK-27012 - app_confbridge: ConfBridge sometimes does not play user name recording while leaving (Reported by Robert Mordec) * ASTERISK-26979 - res_rtp_asterisk: SRTP unprotect failed with authentication failure 10 or 110 (Reported by Javier Riveros) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engström) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26789 - Audit manipulation of channel flags without locks (Reported by Joshua Colp) * ASTERISK-26333 - Problems with Blind Transfer, PJSIP (Aastra 6869i) (Reported by Matthias Binder) Improvements made in this release: ----------------------------------- * ASTERISK-26230 - [patch] res_pjsip_mwi: unsolicited mwi could block PJSIP taskprocessor on startup (Reported by Alexei Gradinari) * ASTERISK-27043 - Core/BuildSystem: Add defines to fix build with LibreSSL (Reported by Guido Falsi) * ASTERISK-27042 - Unpatched asterisk sources fail to build on FreeBSD due to missing crypt.h file (Reported by Guido Falsi) * ASTERISK-26419 - audiohooks: Remove redundant codec translations when using audiohooks (Reported by Michael Walton) * ASTERISK-26976 - libsrtp-2.x.x support (Reported by Alex) * ASTERISK-26124 - res_agi: Set audio format for EAGI audio stream (Reported by John Fawcett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.17.0 Thank you for your continued support of Asterisk!
2018-01-23 09:26:08 +01:00
libdata/asterisk/sounds/en/confbridge-binaural-off.gsm
libdata/asterisk/sounds/en/confbridge-binaural-on.gsm
2015-12-06 00:29:05 +01:00
libdata/asterisk/sounds/en/confbridge-conf-begin.gsm
libdata/asterisk/sounds/en/confbridge-conf-end.gsm
libdata/asterisk/sounds/en/confbridge-dec-list-vol-in.gsm
libdata/asterisk/sounds/en/confbridge-dec-list-vol-out.gsm
libdata/asterisk/sounds/en/confbridge-dec-talk-vol-in.gsm
libdata/asterisk/sounds/en/confbridge-dec-talk-vol-out.gsm
libdata/asterisk/sounds/en/confbridge-has-joined.gsm
libdata/asterisk/sounds/en/confbridge-has-left.gsm
libdata/asterisk/sounds/en/confbridge-inc-list-vol-in.gsm
libdata/asterisk/sounds/en/confbridge-inc-list-vol-out.gsm
libdata/asterisk/sounds/en/confbridge-inc-talk-vol-in.gsm
libdata/asterisk/sounds/en/confbridge-inc-talk-vol-out.gsm
libdata/asterisk/sounds/en/confbridge-invalid.gsm
libdata/asterisk/sounds/en/confbridge-join.gsm
libdata/asterisk/sounds/en/confbridge-leave-in.gsm
libdata/asterisk/sounds/en/confbridge-leave-out.gsm
libdata/asterisk/sounds/en/confbridge-leave.gsm
libdata/asterisk/sounds/en/confbridge-lock-extended.gsm
libdata/asterisk/sounds/en/confbridge-lock-in.gsm
libdata/asterisk/sounds/en/confbridge-lock-no-join.gsm
libdata/asterisk/sounds/en/confbridge-lock-out.gsm
libdata/asterisk/sounds/en/confbridge-locked.gsm
libdata/asterisk/sounds/en/confbridge-menu-exit-in.gsm
libdata/asterisk/sounds/en/confbridge-menu-exit-out.gsm
libdata/asterisk/sounds/en/confbridge-mute-extended.gsm
libdata/asterisk/sounds/en/confbridge-mute-in.gsm
libdata/asterisk/sounds/en/confbridge-mute-out.gsm
libdata/asterisk/sounds/en/confbridge-muted.gsm
libdata/asterisk/sounds/en/confbridge-only-one.gsm
libdata/asterisk/sounds/en/confbridge-only-participant.gsm
libdata/asterisk/sounds/en/confbridge-participants.gsm
libdata/asterisk/sounds/en/confbridge-pin-bad.gsm
libdata/asterisk/sounds/en/confbridge-pin.gsm
libdata/asterisk/sounds/en/confbridge-remove-last-in.gsm
libdata/asterisk/sounds/en/confbridge-remove-last-out.gsm
libdata/asterisk/sounds/en/confbridge-removed.gsm
libdata/asterisk/sounds/en/confbridge-rest-list-vol-in.gsm
libdata/asterisk/sounds/en/confbridge-rest-list-vol-out.gsm
libdata/asterisk/sounds/en/confbridge-rest-talk-vol-in.gsm
libdata/asterisk/sounds/en/confbridge-rest-talk-vol-out.gsm
libdata/asterisk/sounds/en/confbridge-there-are.gsm
libdata/asterisk/sounds/en/confbridge-unlocked.gsm
libdata/asterisk/sounds/en/confbridge-unmuted.gsm
libdata/asterisk/sounds/en/conference-call.gsm
libdata/asterisk/sounds/en/conference-reservations.gsm
libdata/asterisk/sounds/en/conference.gsm
libdata/asterisk/sounds/en/confirm-number-is.gsm
libdata/asterisk/sounds/en/connected.gsm
libdata/asterisk/sounds/en/connecticut.gsm
libdata/asterisk/sounds/en/connecting.gsm
libdata/asterisk/sounds/en/connection-failed.gsm
libdata/asterisk/sounds/en/connection-timed-out.gsm
libdata/asterisk/sounds/en/continue-english-press.gsm
libdata/asterisk/sounds/en/continue-in-english.gsm
libdata/asterisk/sounds/en/copy-center.gsm
libdata/asterisk/sounds/en/core-sounds-en.txt
libdata/asterisk/sounds/en/could-lose-a-few-pounds.gsm
libdata/asterisk/sounds/en/counseling-services.gsm
libdata/asterisk/sounds/en/count.gsm
libdata/asterisk/sounds/en/countdown.gsm
libdata/asterisk/sounds/en/crash.gsm
libdata/asterisk/sounds/en/crashing_conf.gsm
libdata/asterisk/sounds/en/current-time-is.gsm
libdata/asterisk/sounds/en/current_account_balance.gsm
libdata/asterisk/sounds/en/currently.gsm
libdata/asterisk/sounds/en/customer-accounts.gsm
libdata/asterisk/sounds/en/customer-relations.gsm
libdata/asterisk/sounds/en/customer-service.gsm
libdata/asterisk/sounds/en/cyclone.gsm
libdata/asterisk/sounds/en/dallas.gsm
libdata/asterisk/sounds/en/date.gsm
libdata/asterisk/sounds/en/day.gsm
libdata/asterisk/sounds/en/daylight.gsm
libdata/asterisk/sounds/en/days.gsm
libdata/asterisk/sounds/en/de-activated.gsm
libdata/asterisk/sounds/en/deadbeat.gsm
libdata/asterisk/sounds/en/decode.gsm
libdata/asterisk/sounds/en/default-attendant.gsm
libdata/asterisk/sounds/en/degrees.gsm
libdata/asterisk/sounds/en/delaware.gsm
libdata/asterisk/sounds/en/demo-abouttotry.gsm
libdata/asterisk/sounds/en/demo-congrats.gsm
libdata/asterisk/sounds/en/demo-echodone.gsm
libdata/asterisk/sounds/en/demo-echotest.gsm
libdata/asterisk/sounds/en/demo-enterkeywords.gsm
libdata/asterisk/sounds/en/demo-instruct.gsm
libdata/asterisk/sounds/en/demo-moreinfo.gsm
libdata/asterisk/sounds/en/demo-nogo.gsm
libdata/asterisk/sounds/en/demo-nomatch.gsm
libdata/asterisk/sounds/en/demo-thanks.gsm
libdata/asterisk/sounds/en/denial-of-service.gsm
libdata/asterisk/sounds/en/denver.gsm
libdata/asterisk/sounds/en/department-administrator.gsm
libdata/asterisk/sounds/en/department.gsm
libdata/asterisk/sounds/en/deposit.gsm
libdata/asterisk/sounds/en/descending-2tone.gsm
libdata/asterisk/sounds/en/design.gsm
libdata/asterisk/sounds/en/detroit.gsm
libdata/asterisk/sounds/en/development.gsm
libdata/asterisk/sounds/en/dial-here-often.gsm
libdata/asterisk/sounds/en/dictate/both_help.gsm
libdata/asterisk/sounds/en/dictate/enter_filename.gsm
libdata/asterisk/sounds/en/dictate/forhelp.gsm
libdata/asterisk/sounds/en/dictate/pause.gsm
libdata/asterisk/sounds/en/dictate/paused.gsm
libdata/asterisk/sounds/en/dictate/play_help.gsm
libdata/asterisk/sounds/en/dictate/playback.gsm
libdata/asterisk/sounds/en/dictate/playback_mode.gsm
libdata/asterisk/sounds/en/dictate/record.gsm
libdata/asterisk/sounds/en/dictate/record_help.gsm
libdata/asterisk/sounds/en/dictate/record_mode.gsm
libdata/asterisk/sounds/en/dictate/truncating_audio.gsm
libdata/asterisk/sounds/en/digit.gsm
libdata/asterisk/sounds/en/digits.gsm
libdata/asterisk/sounds/en/digits/0.gsm
libdata/asterisk/sounds/en/digits/1.gsm
libdata/asterisk/sounds/en/digits/10.gsm
libdata/asterisk/sounds/en/digits/11.gsm
libdata/asterisk/sounds/en/digits/12.gsm
libdata/asterisk/sounds/en/digits/13.gsm
libdata/asterisk/sounds/en/digits/14.gsm
libdata/asterisk/sounds/en/digits/15.gsm
libdata/asterisk/sounds/en/digits/16.gsm
libdata/asterisk/sounds/en/digits/17.gsm
libdata/asterisk/sounds/en/digits/18.gsm
libdata/asterisk/sounds/en/digits/19.gsm
libdata/asterisk/sounds/en/digits/2.gsm
libdata/asterisk/sounds/en/digits/20.gsm
libdata/asterisk/sounds/en/digits/3.gsm
libdata/asterisk/sounds/en/digits/30.gsm
libdata/asterisk/sounds/en/digits/4.gsm
libdata/asterisk/sounds/en/digits/40.gsm
libdata/asterisk/sounds/en/digits/5.gsm
libdata/asterisk/sounds/en/digits/50.gsm
libdata/asterisk/sounds/en/digits/6.gsm
libdata/asterisk/sounds/en/digits/60.gsm
libdata/asterisk/sounds/en/digits/7.gsm
libdata/asterisk/sounds/en/digits/70.gsm
libdata/asterisk/sounds/en/digits/8.gsm
libdata/asterisk/sounds/en/digits/80.gsm
libdata/asterisk/sounds/en/digits/9.gsm
libdata/asterisk/sounds/en/digits/90.gsm
libdata/asterisk/sounds/en/digits/a-m.gsm
libdata/asterisk/sounds/en/digits/at.gsm
libdata/asterisk/sounds/en/digits/billion.gsm
libdata/asterisk/sounds/en/digits/day-0.gsm
libdata/asterisk/sounds/en/digits/day-1.gsm
libdata/asterisk/sounds/en/digits/day-2.gsm
libdata/asterisk/sounds/en/digits/day-3.gsm
libdata/asterisk/sounds/en/digits/day-4.gsm
libdata/asterisk/sounds/en/digits/day-5.gsm
libdata/asterisk/sounds/en/digits/day-6.gsm
libdata/asterisk/sounds/en/digits/dollars.gsm
libdata/asterisk/sounds/en/digits/h-1.gsm
libdata/asterisk/sounds/en/digits/h-10.gsm
libdata/asterisk/sounds/en/digits/h-11.gsm
libdata/asterisk/sounds/en/digits/h-12.gsm
libdata/asterisk/sounds/en/digits/h-13.gsm
libdata/asterisk/sounds/en/digits/h-14.gsm
libdata/asterisk/sounds/en/digits/h-15.gsm
libdata/asterisk/sounds/en/digits/h-16.gsm
libdata/asterisk/sounds/en/digits/h-17.gsm
libdata/asterisk/sounds/en/digits/h-18.gsm
libdata/asterisk/sounds/en/digits/h-19.gsm
libdata/asterisk/sounds/en/digits/h-2.gsm
libdata/asterisk/sounds/en/digits/h-20.gsm
libdata/asterisk/sounds/en/digits/h-3.gsm
libdata/asterisk/sounds/en/digits/h-30.gsm
libdata/asterisk/sounds/en/digits/h-4.gsm
libdata/asterisk/sounds/en/digits/h-40.gsm
libdata/asterisk/sounds/en/digits/h-5.gsm
libdata/asterisk/sounds/en/digits/h-50.gsm
libdata/asterisk/sounds/en/digits/h-6.gsm
libdata/asterisk/sounds/en/digits/h-60.gsm
libdata/asterisk/sounds/en/digits/h-7.gsm
libdata/asterisk/sounds/en/digits/h-70.gsm
libdata/asterisk/sounds/en/digits/h-8.gsm
libdata/asterisk/sounds/en/digits/h-80.gsm
libdata/asterisk/sounds/en/digits/h-9.gsm
libdata/asterisk/sounds/en/digits/h-90.gsm
libdata/asterisk/sounds/en/digits/h-billion.gsm
libdata/asterisk/sounds/en/digits/h-hundred.gsm
libdata/asterisk/sounds/en/digits/h-million.gsm
libdata/asterisk/sounds/en/digits/h-thousand.gsm
libdata/asterisk/sounds/en/digits/hundred.gsm
libdata/asterisk/sounds/en/digits/million.gsm
libdata/asterisk/sounds/en/digits/minus.gsm
libdata/asterisk/sounds/en/digits/mon-0.gsm
libdata/asterisk/sounds/en/digits/mon-1.gsm
libdata/asterisk/sounds/en/digits/mon-10.gsm
libdata/asterisk/sounds/en/digits/mon-11.gsm
libdata/asterisk/sounds/en/digits/mon-2.gsm
libdata/asterisk/sounds/en/digits/mon-3.gsm
libdata/asterisk/sounds/en/digits/mon-4.gsm
libdata/asterisk/sounds/en/digits/mon-5.gsm
libdata/asterisk/sounds/en/digits/mon-6.gsm
libdata/asterisk/sounds/en/digits/mon-7.gsm
libdata/asterisk/sounds/en/digits/mon-8.gsm
libdata/asterisk/sounds/en/digits/mon-9.gsm
libdata/asterisk/sounds/en/digits/oclock.gsm
libdata/asterisk/sounds/en/digits/oh.gsm
libdata/asterisk/sounds/en/digits/p-m.gsm
libdata/asterisk/sounds/en/digits/pound.gsm
libdata/asterisk/sounds/en/digits/star.gsm
libdata/asterisk/sounds/en/digits/thousand.gsm
libdata/asterisk/sounds/en/digits/today.gsm
libdata/asterisk/sounds/en/digits/tomorrow.gsm
libdata/asterisk/sounds/en/digits/yesterday.gsm
libdata/asterisk/sounds/en/dir-first.gsm
libdata/asterisk/sounds/en/dir-firstlast.gsm
libdata/asterisk/sounds/en/dir-instr.gsm
libdata/asterisk/sounds/en/dir-intro-fn.gsm
libdata/asterisk/sounds/en/dir-intro.gsm
libdata/asterisk/sounds/en/dir-last.gsm
libdata/asterisk/sounds/en/dir-multi1.gsm
libdata/asterisk/sounds/en/dir-multi2.gsm
libdata/asterisk/sounds/en/dir-multi3.gsm
libdata/asterisk/sounds/en/dir-multi9.gsm
libdata/asterisk/sounds/en/dir-nomatch.gsm
libdata/asterisk/sounds/en/dir-nomore.gsm
libdata/asterisk/sounds/en/dir-pls-enter.gsm
libdata/asterisk/sounds/en/dir-usingkeypad.gsm
libdata/asterisk/sounds/en/dir-welcome.gsm
libdata/asterisk/sounds/en/directory-assistance.gsm
libdata/asterisk/sounds/en/directory.gsm
libdata/asterisk/sounds/en/disabled.gsm
libdata/asterisk/sounds/en/discon-or-out-of-service.gsm
libdata/asterisk/sounds/en/disconnected.gsm
libdata/asterisk/sounds/en/disk.gsm
libdata/asterisk/sounds/en/distribution.gsm
libdata/asterisk/sounds/en/divided-by.gsm
libdata/asterisk/sounds/en/dns.gsm
libdata/asterisk/sounds/en/do-not-disturb.gsm
libdata/asterisk/sounds/en/doing-enum-lookup.gsm
libdata/asterisk/sounds/en/donotcall1.gsm
libdata/asterisk/sounds/en/donotcall2.gsm
libdata/asterisk/sounds/en/dont-know-who-sent.gsm
libdata/asterisk/sounds/en/doppler-radar.gsm
libdata/asterisk/sounds/en/down.gsm
libdata/asterisk/sounds/en/driving-directions.gsm
libdata/asterisk/sounds/en/duplex.gsm
libdata/asterisk/sounds/en/duplication.gsm
libdata/asterisk/sounds/en/early.gsm
libdata/asterisk/sounds/en/east.gsm
libdata/asterisk/sounds/en/easterly.gsm
libdata/asterisk/sounds/en/eastern.gsm
libdata/asterisk/sounds/en/echo-test.gsm
libdata/asterisk/sounds/en/ed.gsm
libdata/asterisk/sounds/en/eighteenth.gsm
libdata/asterisk/sounds/en/eighth.gsm
libdata/asterisk/sounds/en/eightieth.gsm
libdata/asterisk/sounds/en/el-paso.gsm
libdata/asterisk/sounds/en/eletelephony.gsm
libdata/asterisk/sounds/en/eleventh.gsm
libdata/asterisk/sounds/en/email.gsm
libdata/asterisk/sounds/en/emergency.gsm
libdata/asterisk/sounds/en/enabled.gsm
libdata/asterisk/sounds/en/encode.gsm
libdata/asterisk/sounds/en/engineering.gsm
libdata/asterisk/sounds/en/ent-target-attendant.gsm
libdata/asterisk/sounds/en/enter-a-time.gsm
libdata/asterisk/sounds/en/enter-conf-call-number.gsm
libdata/asterisk/sounds/en/enter-conf-pin-number.gsm
libdata/asterisk/sounds/en/enter-ext-of-person.gsm
libdata/asterisk/sounds/en/enter-num-blacklist.gsm
libdata/asterisk/sounds/en/enter-password.gsm
libdata/asterisk/sounds/en/enter-phone-number10.gsm
libdata/asterisk/sounds/en/enter_account.gsm
libdata/asterisk/sounds/en/entering-conf-number.gsm
libdata/asterisk/sounds/en/entr-num-rmv-blklist.gsm
libdata/asterisk/sounds/en/enum-lookup-failed.gsm
libdata/asterisk/sounds/en/enum-lookup-successful.gsm
libdata/asterisk/sounds/en/error-number.gsm
libdata/asterisk/sounds/en/error.gsm
libdata/asterisk/sounds/en/est-hold-time-is.gsm
libdata/asterisk/sounds/en/euro.gsm
libdata/asterisk/sounds/en/european.gsm
libdata/asterisk/sounds/en/euros.gsm
libdata/asterisk/sounds/en/evening.gsm
libdata/asterisk/sounds/en/explanation.gsm
libdata/asterisk/sounds/en/ext-or-zero.gsm
libdata/asterisk/sounds/en/extension.gsm
libdata/asterisk/sounds/en/extensions.gsm
libdata/asterisk/sounds/en/extra-sounds-en.txt
libdata/asterisk/sounds/en/facilities.gsm
libdata/asterisk/sounds/en/fahrenheit.gsm
libdata/asterisk/sounds/en/falling.gsm
libdata/asterisk/sounds/en/fast.gsm
libdata/asterisk/sounds/en/feature-not-avail-line.gsm
libdata/asterisk/sounds/en/feeling_lucky_punk.gsm
libdata/asterisk/sounds/en/feet.gsm
libdata/asterisk/sounds/en/female.gsm
libdata/asterisk/sounds/en/fifteenth.gsm
libdata/asterisk/sounds/en/fifth.gsm
libdata/asterisk/sounds/en/fiftieth.gsm
libdata/asterisk/sounds/en/finals.gsm
libdata/asterisk/sounds/en/finance.gsm
libdata/asterisk/sounds/en/first-in-line.gsm
libdata/asterisk/sounds/en/first.gsm
libdata/asterisk/sounds/en/flagged-for-lea.gsm
libdata/asterisk/sounds/en/flooding.gsm
libdata/asterisk/sounds/en/florida.gsm
libdata/asterisk/sounds/en/fog.gsm
libdata/asterisk/sounds/en/foggy.gsm
libdata/asterisk/sounds/en/followed-by.gsm
libdata/asterisk/sounds/en/followed_hash.gsm
libdata/asterisk/sounds/en/followed_pound.gsm
libdata/asterisk/sounds/en/followme/call-from.gsm
libdata/asterisk/sounds/en/followme/no-recording.gsm
libdata/asterisk/sounds/en/followme/options.gsm
libdata/asterisk/sounds/en/followme/pls-hold-while-try.gsm
libdata/asterisk/sounds/en/followme/sorry.gsm
libdata/asterisk/sounds/en/followme/status.gsm
libdata/asterisk/sounds/en/food-service.gsm
libdata/asterisk/sounds/en/food-services.gsm
libdata/asterisk/sounds/en/for-a-daily-wakeup-call.gsm
libdata/asterisk/sounds/en/for-a-list-of.gsm
libdata/asterisk/sounds/en/for-accounting.gsm
libdata/asterisk/sounds/en/for-billing.gsm
libdata/asterisk/sounds/en/for-english-press.gsm
libdata/asterisk/sounds/en/for-investor-relations.gsm
libdata/asterisk/sounds/en/for-louie-louie.gsm
libdata/asterisk/sounds/en/for-no-press.gsm
libdata/asterisk/sounds/en/for-qc-and-training-purposes.gsm
libdata/asterisk/sounds/en/for-quality-purposes.gsm
libdata/asterisk/sounds/en/for-sales.gsm
libdata/asterisk/sounds/en/for-service.gsm
libdata/asterisk/sounds/en/for-tech-support.gsm
libdata/asterisk/sounds/en/for-the-first.gsm
libdata/asterisk/sounds/en/for-the-weather.gsm
libdata/asterisk/sounds/en/for-wakeup-call.gsm
libdata/asterisk/sounds/en/for-yes-press.gsm
libdata/asterisk/sounds/en/for.gsm
libdata/asterisk/sounds/en/forget_about_it.gsm
libdata/asterisk/sounds/en/fort-worth.gsm
libdata/asterisk/sounds/en/fortieth.gsm
libdata/asterisk/sounds/en/fourteenth.gsm
libdata/asterisk/sounds/en/fourth.gsm
libdata/asterisk/sounds/en/freeze.gsm
libdata/asterisk/sounds/en/freezing.gsm
libdata/asterisk/sounds/en/frequency.gsm
libdata/asterisk/sounds/en/fresno.gsm
libdata/asterisk/sounds/en/from-unknown-caller.gsm
libdata/asterisk/sounds/en/from.gsm
libdata/asterisk/sounds/en/ftp.gsm
libdata/asterisk/sounds/en/gale.gsm
libdata/asterisk/sounds/en/gambling-drunk.gsm
libdata/asterisk/sounds/en/georgia.gsm
libdata/asterisk/sounds/en/get-in-line-sales-guy.gsm
libdata/asterisk/sounds/en/get_bleep_outta.gsm
libdata/asterisk/sounds/en/get_information.gsm
libdata/asterisk/sounds/en/get_information_first.gsm
libdata/asterisk/sounds/en/gigabits.gsm
libdata/asterisk/sounds/en/gigabytes.gsm
libdata/asterisk/sounds/en/gigahertz.gsm
libdata/asterisk/sounds/en/giggle1.gsm
libdata/asterisk/sounds/en/gmt.gsm
libdata/asterisk/sounds/en/go-away1.gsm
libdata/asterisk/sounds/en/go-away2.gsm
libdata/asterisk/sounds/en/good-afternoon.gsm
libdata/asterisk/sounds/en/good-evening.gsm
libdata/asterisk/sounds/en/good-morning.gsm
libdata/asterisk/sounds/en/good.gsm
libdata/asterisk/sounds/en/goodbye.gsm
libdata/asterisk/sounds/en/goodbye_for_the_best.gsm
libdata/asterisk/sounds/en/goodbye_love.gsm
libdata/asterisk/sounds/en/got_kidding.gsm
libdata/asterisk/sounds/en/grammar.gsm
libdata/asterisk/sounds/en/greater-than.gsm
libdata/asterisk/sounds/en/groovy.gsm
libdata/asterisk/sounds/en/ha/ac.gsm
libdata/asterisk/sounds/en/ha/air-conditioner.gsm
libdata/asterisk/sounds/en/ha/alarm.gsm
libdata/asterisk/sounds/en/ha/amp.gsm
libdata/asterisk/sounds/en/ha/amps.gsm
libdata/asterisk/sounds/en/ha/attic.gsm
libdata/asterisk/sounds/en/ha/baby-sleeping-mode.gsm
libdata/asterisk/sounds/en/ha/back.gsm
libdata/asterisk/sounds/en/ha/basement.gsm
libdata/asterisk/sounds/en/ha/bathroom.gsm
libdata/asterisk/sounds/en/ha/bedroom.gsm
libdata/asterisk/sounds/en/ha/bright.gsm
libdata/asterisk/sounds/en/ha/callerid.gsm
libdata/asterisk/sounds/en/ha/carport.gsm
libdata/asterisk/sounds/en/ha/closet.gsm
libdata/asterisk/sounds/en/ha/coffee-pot.gsm
libdata/asterisk/sounds/en/ha/cool.gsm
libdata/asterisk/sounds/en/ha/cooling.gsm
libdata/asterisk/sounds/en/ha/dc.gsm
libdata/asterisk/sounds/en/ha/decibel.gsm
libdata/asterisk/sounds/en/ha/decibels.gsm
libdata/asterisk/sounds/en/ha/deck.gsm
libdata/asterisk/sounds/en/ha/degree.gsm
libdata/asterisk/sounds/en/ha/degrees.gsm
libdata/asterisk/sounds/en/ha/den.gsm
libdata/asterisk/sounds/en/ha/dim.gsm
libdata/asterisk/sounds/en/ha/dining-room.gsm
libdata/asterisk/sounds/en/ha/door.gsm
libdata/asterisk/sounds/en/ha/doors.gsm
libdata/asterisk/sounds/en/ha/down.gsm
libdata/asterisk/sounds/en/ha/driveway.gsm
libdata/asterisk/sounds/en/ha/dryer.gsm
libdata/asterisk/sounds/en/ha/fan.gsm
libdata/asterisk/sounds/en/ha/farad.gsm
libdata/asterisk/sounds/en/ha/farads.gsm
libdata/asterisk/sounds/en/ha/first-floor.gsm
libdata/asterisk/sounds/en/ha/floor.gsm
libdata/asterisk/sounds/en/ha/floors.gsm
libdata/asterisk/sounds/en/ha/for-extended-status-report.gsm
libdata/asterisk/sounds/en/ha/for-quick-status-report.gsm
libdata/asterisk/sounds/en/ha/for-wx-report.gsm
libdata/asterisk/sounds/en/ha/fountain.gsm
libdata/asterisk/sounds/en/ha/foyer.gsm
libdata/asterisk/sounds/en/ha/front.gsm
libdata/asterisk/sounds/en/ha/furnace.gsm
libdata/asterisk/sounds/en/ha/game-room.gsm
libdata/asterisk/sounds/en/ha/garage.gsm
libdata/asterisk/sounds/en/ha/great-room.gsm
libdata/asterisk/sounds/en/ha/guest-room.gsm
libdata/asterisk/sounds/en/ha/hall.gsm
libdata/asterisk/sounds/en/ha/has-been-left.gsm
libdata/asterisk/sounds/en/ha/heat-pump.gsm
libdata/asterisk/sounds/en/ha/heat.gsm
libdata/asterisk/sounds/en/ha/heating.gsm
libdata/asterisk/sounds/en/ha/hot-tub.gsm
libdata/asterisk/sounds/en/ha/house.gsm
libdata/asterisk/sounds/en/ha/intruder.gsm
libdata/asterisk/sounds/en/ha/is.gsm
libdata/asterisk/sounds/en/ha/kelvin.gsm
libdata/asterisk/sounds/en/ha/kitchen.gsm
libdata/asterisk/sounds/en/ha/lamp.gsm
libdata/asterisk/sounds/en/ha/lamps.gsm
libdata/asterisk/sounds/en/ha/landscape.gsm
libdata/asterisk/sounds/en/ha/laundry.gsm
libdata/asterisk/sounds/en/ha/library.gsm
libdata/asterisk/sounds/en/ha/light.gsm
libdata/asterisk/sounds/en/ha/lights.gsm
libdata/asterisk/sounds/en/ha/living-room.gsm
libdata/asterisk/sounds/en/ha/locked.gsm
libdata/asterisk/sounds/en/ha/locking.gsm
libdata/asterisk/sounds/en/ha/mailbox.gsm
libdata/asterisk/sounds/en/ha/master.gsm
libdata/asterisk/sounds/en/ha/off.gsm
libdata/asterisk/sounds/en/ha/office.gsm
libdata/asterisk/sounds/en/ha/ohm.gsm
libdata/asterisk/sounds/en/ha/ohms.gsm
libdata/asterisk/sounds/en/ha/on.gsm
libdata/asterisk/sounds/en/ha/open.gsm
libdata/asterisk/sounds/en/ha/patio.gsm
libdata/asterisk/sounds/en/ha/phone.gsm
libdata/asterisk/sounds/en/ha/play-room.gsm
libdata/asterisk/sounds/en/ha/play.gsm
libdata/asterisk/sounds/en/ha/pool.gsm
libdata/asterisk/sounds/en/ha/porch.gsm
libdata/asterisk/sounds/en/ha/power-failure.gsm
libdata/asterisk/sounds/en/ha/pressure.gsm
libdata/asterisk/sounds/en/ha/psi.gsm
libdata/asterisk/sounds/en/ha/quiet-mode.gsm
libdata/asterisk/sounds/en/ha/reset.gsm
libdata/asterisk/sounds/en/ha/roof.gsm
libdata/asterisk/sounds/en/ha/room.gsm
libdata/asterisk/sounds/en/ha/rooms.gsm
libdata/asterisk/sounds/en/ha/second-floor.gsm
libdata/asterisk/sounds/en/ha/secure.gsm
libdata/asterisk/sounds/en/ha/security-system.gsm
libdata/asterisk/sounds/en/ha/set.gsm
libdata/asterisk/sounds/en/ha/side.gsm
libdata/asterisk/sounds/en/ha/solar.gsm
libdata/asterisk/sounds/en/ha/sprinklers.gsm
libdata/asterisk/sounds/en/ha/still.gsm
libdata/asterisk/sounds/en/ha/stove.gsm
libdata/asterisk/sounds/en/ha/sump-pump.gsm
libdata/asterisk/sounds/en/ha/sun-room.gsm
libdata/asterisk/sounds/en/ha/system.gsm
libdata/asterisk/sounds/en/ha/systems.gsm
libdata/asterisk/sounds/en/ha/thermostat.gsm
libdata/asterisk/sounds/en/ha/to-control-environ-sys.gsm
libdata/asterisk/sounds/en/ha/to-control-lights-appl.gsm
libdata/asterisk/sounds/en/ha/tower.gsm
libdata/asterisk/sounds/en/ha/unlocked.gsm
libdata/asterisk/sounds/en/ha/unlocking.gsm
libdata/asterisk/sounds/en/ha/up.gsm
libdata/asterisk/sounds/en/ha/volt.gsm
libdata/asterisk/sounds/en/ha/volts.gsm
libdata/asterisk/sounds/en/ha/washing-machine.gsm
libdata/asterisk/sounds/en/ha/water-heater.gsm
libdata/asterisk/sounds/en/ha/watt.gsm
libdata/asterisk/sounds/en/ha/watts.gsm
libdata/asterisk/sounds/en/ha/well-pump.gsm
libdata/asterisk/sounds/en/ha/window.gsm
libdata/asterisk/sounds/en/ha/windows.gsm
libdata/asterisk/sounds/en/ha/xmas-lights.gsm
libdata/asterisk/sounds/en/ha/xmas-tree.gsm
libdata/asterisk/sounds/en/ha/yard.gsm
libdata/asterisk/sounds/en/hail.gsm
libdata/asterisk/sounds/en/hal_goodbye.gsm
libdata/asterisk/sounds/en/half.gsm
libdata/asterisk/sounds/en/hang-on-a-second-angry.gsm
libdata/asterisk/sounds/en/hang-on-a-second.gsm
libdata/asterisk/sounds/en/hangup-try-again.gsm
libdata/asterisk/sounds/en/happy_saved.gsm
libdata/asterisk/sounds/en/has-arrived-at.gsm
libdata/asterisk/sounds/en/has-been-changed-to.gsm
libdata/asterisk/sounds/en/has-been-cleared.gsm
libdata/asterisk/sounds/en/has-been-disconnected.gsm
libdata/asterisk/sounds/en/has-been-set-to.gsm
libdata/asterisk/sounds/en/has-been.gsm
libdata/asterisk/sounds/en/has-expired.gsm
libdata/asterisk/sounds/en/has-issued-a.gsm
libdata/asterisk/sounds/en/has-not-been-seen-for.gsm
libdata/asterisk/sounds/en/has.gsm
libdata/asterisk/sounds/en/hash.gsm
libdata/asterisk/sounds/en/hawaii.gsm
libdata/asterisk/sounds/en/headed-towards.gsm
libdata/asterisk/sounds/en/heading.gsm
libdata/asterisk/sounds/en/health-center.gsm
libdata/asterisk/sounds/en/hear-odd-noise.gsm
libdata/asterisk/sounds/en/hear-toilet-flush.gsm
libdata/asterisk/sounds/en/hectopascal.gsm
libdata/asterisk/sounds/en/hello-world.gsm
libdata/asterisk/sounds/en/hello.gsm
libdata/asterisk/sounds/en/helpdesk.gsm
libdata/asterisk/sounds/en/hertz.gsm
libdata/asterisk/sounds/en/high.gsm
libdata/asterisk/sounds/en/highway.gsm
libdata/asterisk/sounds/en/hit.gsm
libdata/asterisk/sounds/en/hold-or-dial-0.gsm
libdata/asterisk/sounds/en/home.gsm
libdata/asterisk/sounds/en/honolulu.gsm
libdata/asterisk/sounds/en/hours.gsm
libdata/asterisk/sounds/en/housekeeping.gsm
libdata/asterisk/sounds/en/houston.gsm
libdata/asterisk/sounds/en/http.gsm
libdata/asterisk/sounds/en/human-resources.gsm
libdata/asterisk/sounds/en/humidity.gsm
libdata/asterisk/sounds/en/hundredth.gsm
libdata/asterisk/sounds/en/hurricane.gsm
libdata/asterisk/sounds/en/hz.gsm
libdata/asterisk/sounds/en/i-dont-understand.gsm
libdata/asterisk/sounds/en/i-dont-understand2.gsm
libdata/asterisk/sounds/en/i-dont-understand3.gsm
libdata/asterisk/sounds/en/i-dont-understand4.gsm
libdata/asterisk/sounds/en/i-dont-understand5.gsm
libdata/asterisk/sounds/en/i-grow-bored.gsm
libdata/asterisk/sounds/en/ice.gsm
libdata/asterisk/sounds/en/icmp.gsm
libdata/asterisk/sounds/en/icy.gsm
libdata/asterisk/sounds/en/idaho.gsm
libdata/asterisk/sounds/en/if-correct-press.gsm
libdata/asterisk/sounds/en/if-grtg-played-indefinately.gsm
libdata/asterisk/sounds/en/if-grtg-should-expire-at.gsm
libdata/asterisk/sounds/en/if-maint-contract-or-emergency.gsm
libdata/asterisk/sounds/en/if-rotary-phone.gsm
libdata/asterisk/sounds/en/if-this-is-correct-press.gsm
libdata/asterisk/sounds/en/if-this-is-correct.gsm
libdata/asterisk/sounds/en/if-this-is-not-correct.gsm
libdata/asterisk/sounds/en/if-u-know-ext-dial.gsm
libdata/asterisk/sounds/en/if-unsuccessful-speak-to.gsm
libdata/asterisk/sounds/en/if-you-know-the.gsm
libdata/asterisk/sounds/en/if-you-need-help.gsm
libdata/asterisk/sounds/en/if-youd-like-to-make-a-call.gsm
libdata/asterisk/sounds/en/illinois.gsm
libdata/asterisk/sounds/en/im-sorry-unable-to-connect-to-eng.gsm
libdata/asterisk/sounds/en/im-sorry.gsm
libdata/asterisk/sounds/en/imap.gsm
libdata/asterisk/sounds/en/in-service.gsm
libdata/asterisk/sounds/en/in-the-line.gsm
libdata/asterisk/sounds/en/in-the-queue.gsm
libdata/asterisk/sounds/en/in-the.gsm
libdata/asterisk/sounds/en/in-your-city.gsm
libdata/asterisk/sounds/en/in-your-zip-code.gsm
libdata/asterisk/sounds/en/inbound.gsm
libdata/asterisk/sounds/en/indiana.gsm
libdata/asterisk/sounds/en/indianapolis.gsm
libdata/asterisk/sounds/en/indicated.gsm
libdata/asterisk/sounds/en/info-about-last-call.gsm
libdata/asterisk/sounds/en/information-technology.gsm
libdata/asterisk/sounds/en/information.gsm
libdata/asterisk/sounds/en/infuriate-tech-staff.gsm
libdata/asterisk/sounds/en/initiated.gsm
libdata/asterisk/sounds/en/initiating.gsm
libdata/asterisk/sounds/en/inside-sales.gsm
libdata/asterisk/sounds/en/internal-audit.gsm
libdata/asterisk/sounds/en/international-call.gsm
libdata/asterisk/sounds/en/interstate.gsm
libdata/asterisk/sounds/en/invalid-date.gsm
libdata/asterisk/sounds/en/invalid-featurecode.gsm
libdata/asterisk/sounds/en/invalid.gsm
libdata/asterisk/sounds/en/investor-relations.gsm
libdata/asterisk/sounds/en/iowa.gsm
libdata/asterisk/sounds/en/is-at.gsm
libdata/asterisk/sounds/en/is-curntly-busy.gsm
libdata/asterisk/sounds/en/is-curntly-unavail.gsm
libdata/asterisk/sounds/en/is-currently.gsm
libdata/asterisk/sounds/en/is-in-use.gsm
libdata/asterisk/sounds/en/is-not-in-the.gsm
libdata/asterisk/sounds/en/is-not-set.gsm
libdata/asterisk/sounds/en/is-now-being-recorded.gsm
libdata/asterisk/sounds/en/is-set-to.gsm
libdata/asterisk/sounds/en/is.gsm
libdata/asterisk/sounds/en/it-now.gsm
libdata/asterisk/sounds/en/it-services.gsm
libdata/asterisk/sounds/en/jacksonville.gsm
libdata/asterisk/sounds/en/janitorial.gsm
libdata/asterisk/sounds/en/jason.gsm
libdata/asterisk/sounds/en/jedi-extension-trick.gsm
libdata/asterisk/sounds/en/john.gsm
libdata/asterisk/sounds/en/just-kidding-not-upset.gsm
libdata/asterisk/sounds/en/just-kidding-not-upset2.gsm
libdata/asterisk/sounds/en/kansas-city.gsm
libdata/asterisk/sounds/en/kansas.gsm
libdata/asterisk/sounds/en/kentucky.gsm
libdata/asterisk/sounds/en/keywords_cross_fingers.gsm
libdata/asterisk/sounds/en/kilobits.gsm
libdata/asterisk/sounds/en/kilobytes.gsm
libdata/asterisk/sounds/en/kilohertz.gsm
libdata/asterisk/sounds/en/kilometer.gsm
libdata/asterisk/sounds/en/kilometers-per-hour.gsm
libdata/asterisk/sounds/en/knock-knock.gsm
libdata/asterisk/sounds/en/knots.gsm
libdata/asterisk/sounds/en/language.gsm
libdata/asterisk/sounds/en/las-vegas.gsm
libdata/asterisk/sounds/en/last-error-was.gsm
libdata/asterisk/sounds/en/last-num-to-call.gsm
libdata/asterisk/sounds/en/late.gsm
libdata/asterisk/sounds/en/later.gsm
libdata/asterisk/sounds/en/lea-may-request-info.gsm
libdata/asterisk/sounds/en/left-bracket.gsm
libdata/asterisk/sounds/en/legal.gsm
libdata/asterisk/sounds/en/len.gsm
libdata/asterisk/sounds/en/less-than.gsm
libdata/asterisk/sounds/en/letters/a.gsm
libdata/asterisk/sounds/en/letters/ascii123.gsm
libdata/asterisk/sounds/en/letters/ascii124.gsm
libdata/asterisk/sounds/en/letters/ascii125.gsm
libdata/asterisk/sounds/en/letters/ascii126.gsm
libdata/asterisk/sounds/en/letters/ascii34.gsm
libdata/asterisk/sounds/en/letters/ascii36.gsm
libdata/asterisk/sounds/en/letters/ascii37.gsm
libdata/asterisk/sounds/en/letters/ascii38.gsm
libdata/asterisk/sounds/en/letters/ascii39.gsm
libdata/asterisk/sounds/en/letters/ascii40.gsm
libdata/asterisk/sounds/en/letters/ascii41.gsm
libdata/asterisk/sounds/en/letters/ascii42.gsm
libdata/asterisk/sounds/en/letters/ascii44.gsm
libdata/asterisk/sounds/en/letters/ascii58.gsm
libdata/asterisk/sounds/en/letters/ascii59.gsm
libdata/asterisk/sounds/en/letters/ascii60.gsm
libdata/asterisk/sounds/en/letters/ascii62.gsm
libdata/asterisk/sounds/en/letters/ascii63.gsm
libdata/asterisk/sounds/en/letters/ascii91.gsm
libdata/asterisk/sounds/en/letters/ascii92.gsm
libdata/asterisk/sounds/en/letters/ascii93.gsm
libdata/asterisk/sounds/en/letters/ascii94.gsm
libdata/asterisk/sounds/en/letters/ascii95.gsm
libdata/asterisk/sounds/en/letters/ascii96.gsm
libdata/asterisk/sounds/en/letters/asterisk.gsm
libdata/asterisk/sounds/en/letters/at.gsm
libdata/asterisk/sounds/en/letters/b.gsm
libdata/asterisk/sounds/en/letters/c.gsm
libdata/asterisk/sounds/en/letters/d.gsm
libdata/asterisk/sounds/en/letters/dash.gsm
libdata/asterisk/sounds/en/letters/dollar.gsm
libdata/asterisk/sounds/en/letters/dot.gsm
libdata/asterisk/sounds/en/letters/e.gsm
libdata/asterisk/sounds/en/letters/equals.gsm
libdata/asterisk/sounds/en/letters/exclaimation-point.gsm
libdata/asterisk/sounds/en/letters/f.gsm
libdata/asterisk/sounds/en/letters/g.gsm
libdata/asterisk/sounds/en/letters/h.gsm
libdata/asterisk/sounds/en/letters/i.gsm
libdata/asterisk/sounds/en/letters/j.gsm
libdata/asterisk/sounds/en/letters/k.gsm
libdata/asterisk/sounds/en/letters/l.gsm
libdata/asterisk/sounds/en/letters/m.gsm
libdata/asterisk/sounds/en/letters/n.gsm
libdata/asterisk/sounds/en/letters/o.gsm
libdata/asterisk/sounds/en/letters/p.gsm
libdata/asterisk/sounds/en/letters/plus.gsm
libdata/asterisk/sounds/en/letters/q.gsm
libdata/asterisk/sounds/en/letters/r.gsm
libdata/asterisk/sounds/en/letters/s.gsm
libdata/asterisk/sounds/en/letters/slash.gsm
libdata/asterisk/sounds/en/letters/space.gsm
libdata/asterisk/sounds/en/letters/t.gsm
libdata/asterisk/sounds/en/letters/u.gsm
libdata/asterisk/sounds/en/letters/v.gsm
libdata/asterisk/sounds/en/letters/w.gsm
libdata/asterisk/sounds/en/letters/x.gsm
libdata/asterisk/sounds/en/letters/y.gsm
libdata/asterisk/sounds/en/letters/z.gsm
libdata/asterisk/sounds/en/letters/zed.gsm
libdata/asterisk/sounds/en/library.gsm
libdata/asterisk/sounds/en/lightning.gsm
libdata/asterisk/sounds/en/like_to_tell_valid_ext.gsm
libdata/asterisk/sounds/en/limit-simul-calls.gsm
libdata/asterisk/sounds/en/lines-complaining-customers.gsm
libdata/asterisk/sounds/en/linux.gsm
libdata/asterisk/sounds/en/list.gsm
libdata/asterisk/sounds/en/load-average.gsm
libdata/asterisk/sounds/en/local-authorities.gsm
libdata/asterisk/sounds/en/location.gsm
libdata/asterisk/sounds/en/login-fail.gsm
libdata/asterisk/sounds/en/long-beach.gsm
libdata/asterisk/sounds/en/los-angeles.gsm
libdata/asterisk/sounds/en/loss-prevention.gsm
libdata/asterisk/sounds/en/loss.gsm
libdata/asterisk/sounds/en/lots-o-monkeys.gsm
libdata/asterisk/sounds/en/louisiana.gsm
libdata/asterisk/sounds/en/low.gsm
libdata/asterisk/sounds/en/lowercase.gsm
libdata/asterisk/sounds/en/lunch.gsm
libdata/asterisk/sounds/en/lyrics-louie-louie.gsm
libdata/asterisk/sounds/en/machine.gsm
libdata/asterisk/sounds/en/made-it-up.gsm
libdata/asterisk/sounds/en/mail.gsm
libdata/asterisk/sounds/en/mailroom.gsm
libdata/asterisk/sounds/en/main-menu.gsm
libdata/asterisk/sounds/en/maine.gsm
libdata/asterisk/sounds/en/maintenance.gsm
libdata/asterisk/sounds/en/male.gsm
libdata/asterisk/sounds/en/management.gsm
libdata/asterisk/sounds/en/manufacturing.gsm
libdata/asterisk/sounds/en/marketing.gsm
libdata/asterisk/sounds/en/marryme.gsm
libdata/asterisk/sounds/en/martini.gsm
libdata/asterisk/sounds/en/maryland.gsm
libdata/asterisk/sounds/en/massachusetts.gsm
libdata/asterisk/sounds/en/mathematics.gsm
libdata/asterisk/sounds/en/maximum.gsm
libdata/asterisk/sounds/en/megabits.gsm
libdata/asterisk/sounds/en/megabytes.gsm
libdata/asterisk/sounds/en/megahertz.gsm
libdata/asterisk/sounds/en/memory.gsm
libdata/asterisk/sounds/en/memphis.gsm
libdata/asterisk/sounds/en/menu.gsm
libdata/asterisk/sounds/en/mesa.gsm
libdata/asterisk/sounds/en/message-from.gsm
libdata/asterisk/sounds/en/message-number.gsm
libdata/asterisk/sounds/en/messages_curious.gsm
libdata/asterisk/sounds/en/meter.gsm
libdata/asterisk/sounds/en/meters.gsm
libdata/asterisk/sounds/en/miami.gsm
libdata/asterisk/sounds/en/michigan.gsm
libdata/asterisk/sounds/en/midnight-tomorrow-night.gsm
libdata/asterisk/sounds/en/midnight-tonight.gsm
libdata/asterisk/sounds/en/midnight.gsm
libdata/asterisk/sounds/en/mike.gsm
libdata/asterisk/sounds/en/miles-per-hour.gsm
libdata/asterisk/sounds/en/miles.gsm
libdata/asterisk/sounds/en/millionth.gsm
libdata/asterisk/sounds/en/milwaukee.gsm
libdata/asterisk/sounds/en/mind_repeating.gsm
libdata/asterisk/sounds/en/minimum.gsm
libdata/asterisk/sounds/en/minions-not-answering-leave-message.gsm
libdata/asterisk/sounds/en/minneapolis.gsm
libdata/asterisk/sounds/en/minnesota.gsm
libdata/asterisk/sounds/en/minute.gsm
libdata/asterisk/sounds/en/minutes.gsm
libdata/asterisk/sounds/en/missed.gsm
libdata/asterisk/sounds/en/mississippi.gsm
libdata/asterisk/sounds/en/missouri.gsm
libdata/asterisk/sounds/en/misty.gsm
libdata/asterisk/sounds/en/mode.gsm
libdata/asterisk/sounds/en/monitored.gsm
libdata/asterisk/sounds/en/montana.gsm
libdata/asterisk/sounds/en/month.gsm
libdata/asterisk/sounds/en/months.gsm
libdata/asterisk/sounds/en/moo1.gsm
libdata/asterisk/sounds/en/moo2.gsm
libdata/asterisk/sounds/en/morning.gsm
libdata/asterisk/sounds/en/moron.gsm
libdata/asterisk/sounds/en/mostly.gsm
libdata/asterisk/sounds/en/motor-pool.gsm
libdata/asterisk/sounds/en/mountain.gsm
libdata/asterisk/sounds/en/moving.gsm
libdata/asterisk/sounds/en/ms.gsm
libdata/asterisk/sounds/en/nashville.gsm
libdata/asterisk/sounds/en/national-weather-service.gsm
libdata/asterisk/sounds/en/nautical-miles.gsm
libdata/asterisk/sounds/en/nbdy-avail-to-take-call.gsm
libdata/asterisk/sounds/en/near.gsm
libdata/asterisk/sounds/en/nebraska.gsm
libdata/asterisk/sounds/en/negative.gsm
libdata/asterisk/sounds/en/network-operations-center.gsm
libdata/asterisk/sounds/en/network-operations.gsm
libdata/asterisk/sounds/en/nevada.gsm
libdata/asterisk/sounds/en/new-accounts.gsm
libdata/asterisk/sounds/en/new-hampshire.gsm
libdata/asterisk/sounds/en/new-jersey.gsm
libdata/asterisk/sounds/en/new-mexico.gsm
libdata/asterisk/sounds/en/new-orleans.gsm
libdata/asterisk/sounds/en/new-york.gsm
libdata/asterisk/sounds/en/night.gsm
libdata/asterisk/sounds/en/nineteenth.gsm
libdata/asterisk/sounds/en/ninetieth.gsm
libdata/asterisk/sounds/en/ninth.gsm
libdata/asterisk/sounds/en/no-112-1.gsm
libdata/asterisk/sounds/en/no-112-2.gsm
libdata/asterisk/sounds/en/no-911-1.gsm
libdata/asterisk/sounds/en/no-911-2.gsm
libdata/asterisk/sounds/en/no-empty-conferences.gsm
libdata/asterisk/sounds/en/no-info-about-number.gsm
libdata/asterisk/sounds/en/no-longer-in-service.gsm
libdata/asterisk/sounds/en/no-reply-no-mailbox.gsm
libdata/asterisk/sounds/en/no-route-exists-to-dest.gsm
libdata/asterisk/sounds/en/no_invite_to_conf.gsm
libdata/asterisk/sounds/en/no_longer_conf.gsm
libdata/asterisk/sounds/en/no_problem_help.gsm
libdata/asterisk/sounds/en/no_worries_try_again.gsm
libdata/asterisk/sounds/en/nobody-but-chickens.gsm
libdata/asterisk/sounds/en/node.gsm
libdata/asterisk/sounds/en/none_of_my_business1.gsm
libdata/asterisk/sounds/en/none_of_my_business2.gsm
libdata/asterisk/sounds/en/north-carolina.gsm
libdata/asterisk/sounds/en/north-dakota.gsm
libdata/asterisk/sounds/en/north.gsm
libdata/asterisk/sounds/en/northerly.gsm
libdata/asterisk/sounds/en/not-auth-pstn.gsm
libdata/asterisk/sounds/en/not-enough-credit.gsm
libdata/asterisk/sounds/en/not-necessary-1.gsm
libdata/asterisk/sounds/en/not-necessary-ac.gsm
libdata/asterisk/sounds/en/not-necessary-dial-1-or-ac.gsm
libdata/asterisk/sounds/en/not-rqsted-wakeup.gsm
libdata/asterisk/sounds/en/not-taking-your-call.gsm
libdata/asterisk/sounds/en/not-yet-assigned.gsm
libdata/asterisk/sounds/en/not-yet-connected.gsm
libdata/asterisk/sounds/en/not_me.gsm
libdata/asterisk/sounds/en/not_pass.gsm
libdata/asterisk/sounds/en/not_siri.gsm
libdata/asterisk/sounds/en/not_you.gsm
libdata/asterisk/sounds/en/nothing-recorded.gsm
libdata/asterisk/sounds/en/now.gsm
libdata/asterisk/sounds/en/num-not-in-db.gsm
libdata/asterisk/sounds/en/num-outside-area.gsm
libdata/asterisk/sounds/en/num-was-successfully.gsm
libdata/asterisk/sounds/en/number-not-answering.gsm
libdata/asterisk/sounds/en/number.gsm
libdata/asterisk/sounds/en/oakland.gsm
libdata/asterisk/sounds/en/octothorpe.gsm
libdata/asterisk/sounds/en/off-duty.gsm
libdata/asterisk/sounds/en/off.gsm
libdata/asterisk/sounds/en/office-code.gsm
libdata/asterisk/sounds/en/office-iguanas.gsm
libdata/asterisk/sounds/en/office.gsm
libdata/asterisk/sounds/en/ogm_home.gsm
libdata/asterisk/sounds/en/ohio.gsm
libdata/asterisk/sounds/en/oklahoma-city.gsm
libdata/asterisk/sounds/en/oklahoma.gsm
libdata/asterisk/sounds/en/omaha.gsm
libdata/asterisk/sounds/en/on-busy.gsm
libdata/asterisk/sounds/en/on-monthly-tel-stment.gsm
libdata/asterisk/sounds/en/on-no-answer.gsm
libdata/asterisk/sounds/en/on.gsm
libdata/asterisk/sounds/en/one-moment-please.gsm
libdata/asterisk/sounds/en/one-small-step.gsm
libdata/asterisk/sounds/en/one-small-step2.gsm
libdata/asterisk/sounds/en/oops1.gsm
libdata/asterisk/sounds/en/oops2.gsm
libdata/asterisk/sounds/en/oops3.gsm
libdata/asterisk/sounds/en/open-parenthesis.gsm
libdata/asterisk/sounds/en/open.gsm
libdata/asterisk/sounds/en/operations.gsm
libdata/asterisk/sounds/en/option-is-invalid.gsm
libdata/asterisk/sounds/en/option-not-implemented.gsm
libdata/asterisk/sounds/en/or-press.gsm
libdata/asterisk/sounds/en/or.gsm
libdata/asterisk/sounds/en/order-desk.gsm
libdata/asterisk/sounds/en/orders.gsm
libdata/asterisk/sounds/en/oregon.gsm
libdata/asterisk/sounds/en/other-options-exercise.gsm
libdata/asterisk/sounds/en/otherwise-press.gsm
libdata/asterisk/sounds/en/otherwise.gsm
libdata/asterisk/sounds/en/our-business-hours-are.gsm
libdata/asterisk/sounds/en/outbound.gsm
libdata/asterisk/sounds/en/outside-sales.gsm
libdata/asterisk/sounds/en/outside-transfer.gsm
libdata/asterisk/sounds/en/pacific.gsm
libdata/asterisk/sounds/en/packet.gsm
libdata/asterisk/sounds/en/panic.gsm
libdata/asterisk/sounds/en/partially.gsm
libdata/asterisk/sounds/en/partly.gsm
libdata/asterisk/sounds/en/pascal.gsm
libdata/asterisk/sounds/en/pascal2.gsm
libdata/asterisk/sounds/en/passwords_not_match.gsm
libdata/asterisk/sounds/en/patchy.gsm
libdata/asterisk/sounds/en/pbx-invalid.gsm
libdata/asterisk/sounds/en/pbx-invalidpark.gsm
libdata/asterisk/sounds/en/pbx-parkingfailed.gsm
libdata/asterisk/sounds/en/pbx-transfer.gsm
libdata/asterisk/sounds/en/pence.gsm
libdata/asterisk/sounds/en/pennies.gsm
libdata/asterisk/sounds/en/pennsylvania.gsm
libdata/asterisk/sounds/en/penny.gsm
libdata/asterisk/sounds/en/percent.gsm
libdata/asterisk/sounds/en/perhaps-we-are.gsm
libdata/asterisk/sounds/en/perhaps-we-are2.gsm
libdata/asterisk/sounds/en/period.gsm
libdata/asterisk/sounds/en/personnel.gsm
libdata/asterisk/sounds/en/persons-in-path-of.gsm
libdata/asterisk/sounds/en/philadelphia.gsm
libdata/asterisk/sounds/en/phoenix.gsm
libdata/asterisk/sounds/en/phonetic/9_p.gsm
libdata/asterisk/sounds/en/phonetic/a_p.gsm
libdata/asterisk/sounds/en/phonetic/b_p.gsm
libdata/asterisk/sounds/en/phonetic/c_p.gsm
libdata/asterisk/sounds/en/phonetic/d_p.gsm
libdata/asterisk/sounds/en/phonetic/e_p.gsm
libdata/asterisk/sounds/en/phonetic/f_p.gsm
libdata/asterisk/sounds/en/phonetic/g_p.gsm
libdata/asterisk/sounds/en/phonetic/h_p.gsm
libdata/asterisk/sounds/en/phonetic/i_p.gsm
libdata/asterisk/sounds/en/phonetic/j_p.gsm
libdata/asterisk/sounds/en/phonetic/k_p.gsm
libdata/asterisk/sounds/en/phonetic/l_p.gsm
libdata/asterisk/sounds/en/phonetic/m_p.gsm
libdata/asterisk/sounds/en/phonetic/n_p.gsm
libdata/asterisk/sounds/en/phonetic/o_p.gsm
libdata/asterisk/sounds/en/phonetic/p_p.gsm
libdata/asterisk/sounds/en/phonetic/q_p.gsm
libdata/asterisk/sounds/en/phonetic/r_p.gsm
libdata/asterisk/sounds/en/phonetic/s_p.gsm
libdata/asterisk/sounds/en/phonetic/t_p.gsm
libdata/asterisk/sounds/en/phonetic/u_p.gsm
libdata/asterisk/sounds/en/phonetic/v_p.gsm
libdata/asterisk/sounds/en/phonetic/w_p.gsm
libdata/asterisk/sounds/en/phonetic/x_p.gsm
libdata/asterisk/sounds/en/phonetic/y_p.gsm
libdata/asterisk/sounds/en/phonetic/z_p.gsm
libdata/asterisk/sounds/en/physics.gsm
libdata/asterisk/sounds/en/pin-invalid.gsm
libdata/asterisk/sounds/en/pin-number-accepted.gsm
libdata/asterisk/sounds/en/pin_number.gsm
libdata/asterisk/sounds/en/ping.gsm
libdata/asterisk/sounds/en/pipe.gsm
libdata/asterisk/sounds/en/planning.gsm
libdata/asterisk/sounds/en/please-answer-the-following.gsm
libdata/asterisk/sounds/en/please-contact-tech-supt.gsm
libdata/asterisk/sounds/en/please-enter-first-three-letters.gsm
libdata/asterisk/sounds/en/please-enter-the.gsm
libdata/asterisk/sounds/en/please-enter-your.gsm
libdata/asterisk/sounds/en/please-hang-up-and-dial-operator.gsm
libdata/asterisk/sounds/en/please-hang-up-and-try-again.gsm
libdata/asterisk/sounds/en/please-hold-minion-connect.gsm
libdata/asterisk/sounds/en/please-hold-while-minion.gsm
libdata/asterisk/sounds/en/please-try-again-later.gsm
libdata/asterisk/sounds/en/please-try-again.gsm
Update to Asterisk 13.8.2: this is mainly a bug fix release. It also contains fixes for AST-2016-004 and AST-2016-005. However, those issues only affected the pjsip module. Since Asterisk in pkgsrc doesn't (yet) use pjsip, it wasn't affected. ----- 13.8.2 The Asterisk Development Team has announced the release of Asterisk 13.8.2. The release of Asterisk 13.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events not raised (Reported by Joshua Colp) * ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP thread (Reported by Joshua Colp) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.2 Thank you for your continued support of Asterisk! ----- 13.8.0 The Asterisk Development Team has announced the release of Asterisk 13.8.0. The release of Asterisk 13.8.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-24919 - res_pjsip_config_wizard: Ability to write contents to file (Reported by Ray Crumrine) * ASTERISK-25670 - Add regcontext to PJSIP (Reported by Daniel Journo) * ASTERISK-25480 - [patch]Add field PauseReason on QueueMemberStatus (Reported by Rodrigo Ramirez Norambuena) Bugs fixed in this release: ----------------------------------- * ASTERISK-25849 - chan_pjsip: transfers with direct media sometimes drops audio (Reported by Kevin Harwell) * ASTERISK-25113 - install_prereq in Debian 8 without "standard system utilities" (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25814 - Segfault at f ip in res_pjsip_refer.so (Reported by Sergio Medina Toledo) * ASTERISK-25023 - Deadlock in chan_sip in update_provisional_keepalive (Reported by Arnd Schmitter) * ASTERISK-25321 - [patch]DeadLock ChanSpy with call over Local channel (Reported by Filip Frank) * ASTERISK-25829 - res_pjsip: PJSIP does not accept spaces when separating multiple AORs (Reported by Mateusz Kowalski) * ASTERISK-25771 - ARI:Crash - Attended transfers of channels into Stasis application. (Reported by Javier Riveros ) * ASTERISK-25830 - Revision 2451d4e breaks NAT (Reported by Sean Bright) * ASTERISK-25582 - Testsuite: Reactor timeout error in tests/fax/pjsip/directmedia_reinvite_t38 (Reported by Matt Jordan) * ASTERISK-25811 - Unable to delete object from sorcery cache (Reported by Ross Beer) * ASTERISK-25800 - [patch] Calculate talktime when is first call answered (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25727 - RPM build requires OPTIONAL_API cflag due to PJSIP requirement (Reported by Gergely Dömsödi) * ASTERISK-25337 - Crash on PJSIP_HEADER Add P-Asserted-Identity when calling from Gosub (Reported by Jacques Peacock) * ASTERISK-25738 - res_pjsip_pubsub: Crash while executing OutboundSubscriptionDetail ami action (Reported by Kevin Harwell) * ASTERISK-25721 - [patch] res_phoneprov: memory leak and heap-use-after-free (Reported by Badalian Vyacheslav) * ASTERISK-25272 - [patch]The ICONV dialplan function sometimes returns garbage (Reported by Etienne Lessard) * ASTERISK-25751 - res_pjsip: Support pjsip_dlg_create_uas_and_inc_lock (Reported by Joshua Colp) * ASTERISK-25606 - Core dump when using transports in sorcery (Reported by Martin Moučka) * ASTERISK-20987 - non-admin users, who join muted conference are not being muted (Reported by hristo) * ASTERISK-25737 - res_pjsip_outbound_registration: line option not in Alembic (Reported by Joshua Colp) * ASTERISK-25603 - [patch]udptl: Uninitialized lengths and bufs in udptl_rx_packet cause ast_frdup crash (Reported by Walter Doekes) * ASTERISK-25742 - Secondary IFP Packets can result in accessing uninitialized pointers and a crash (Reported by Torrey Searle) * ASTERISK-24972 - Transport Layer Security (TLS) Protocol BEAST Vulnerability - Investigate vulnerability of HTTP server (Reported by Alex A. Welzl) * ASTERISK-25397 - [patch]chan_sip: File descriptor leak with non-default timert1 (Reported by Alexander Traud) * ASTERISK-25702 - PjSip realtime DB and Cache Errors since upgrade to asterisk-13.7.0 from asterisk-13.7.0-rc2 (Reported by Nic Colledge) * ASTERISK-25730 - build: make uninstall after make distclean tries to remove root (Reported by George Joseph) * ASTERISK-25725 - core: Incorrect XML documentation may result in weird behavior (Reported by Joshua Colp) * ASTERISK-25722 - ASAN & testsute: stack-buffer-overflow in sip_sipredirect (Reported by Badalian Vyacheslav) * ASTERISK-25709 - ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Reported by Mark Michelson) * ASTERISK-25714 - ASAN:heap-buffer-overflow in logger.c (Reported by Badalian Vyacheslav) * ASTERISK-25685 - infrastructure: Run alembic in Jenkins build script (Reported by Joshua Colp) * ASTERISK-25712 - Second call to already-on-call phone and Asterisk sends "Ready" (Reported by Richard Mudgett) * ASTERISK-24801 - ASAN: ast_el_read_char stack-buffer-overflow (Reported by Badalian Vyacheslav) * ASTERISK-25179 - CDR(billsec,f) and CDR(duration,f) report incorrect values (Reported by Gianluca Merlo) * ASTERISK-25611 - core: threadpool thread_timeout_thrash unit test sporadically failing (Reported by Joshua Colp) * ASTERISK-24097 - Documentation - CHANNEL function help text missing 'linkedid' argument (Reported by Steven T. Wheeler) * ASTERISK-25700 - main/config: Clean config maps on shutdown. (Reported by Corey Farrell) * ASTERISK-25696 - bridge_basic: don't cache xferfailsound during a transfer (Reported by Kevin Harwell) * ASTERISK-25697 - bridge_basic: don't play an attended transfer fail sound after target hangs up (Reported by Kevin Harwell) * ASTERISK-25683 - res_ari: Asterisk fails to start if compiled with MALLOC_DEBUG (Reported by yaron nahum) * ASTERISK-25686 - PJSIP: qualify_timeout is a double, database schema is an integer (Reported by Marcelo Terres) * ASTERISK-25690 - Hanging up when executing connected line sub does not cause hangup (Reported by Joshua Colp) * ASTERISK-25687 - res_musiconhold: Concurrent invocations of 'moh reload' cause a crash (Reported by Sean Bright) * ASTERISK-25632 - res_pjsip_sdp_rtp: RTP is sent from wrong IP address when multihomed (Reported by Olivier Krief) * ASTERISK-25637 - Multi homed server using wrong IP (Reported by Daniel Journo) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25640 - pbx: Deadlock on features reload and state change hint. (Reported by Krzysztof Trempala) * ASTERISK-25681 - devicestate: Engine thread is not shut down (Reported by Corey Farrell) * ASTERISK-25680 - manager: manager_channelvars is not cleaned at shutdown (Reported by Corey Farrell) * ASTERISK-25679 - res_calendar leaks scheduler. (Reported by Corey Farrell) * ASTERISK-25675 - Endpoint not listed as Unreachable (Reported by Daniel Journo) * ASTERISK-25677 - pbx_dundi: leaks during failed load. (Reported by Corey Farrell) * ASTERISK-25673 - res_crypto leaks CLI entries (Reported by Corey Farrell) * ASTERISK-25668 - res_pjsip: Deadlock in distributor (Reported by Mark Michelson) * ASTERISK-25664 - ast_format_cap_append_by_type leaks a reference (Reported by Corey Farrell) * ASTERISK-25647 - bug of cel_radius.c: wrong point of ADD_VENDOR_CODE (Reported by Aaron An) * ASTERISK-25317 - asterisk sends too many stun requests (Reported by Stefan Engström) * ASTERISK-25137 - endpoint stasis messages are delivered twice (Reported by Vitezslav Novy) * ASTERISK-25116 - res_pjsip: Two PeerStatus AMI messages are sent for every status change (Reported by George Joseph) * ASTERISK-25641 - bridge: GOTO_ON_BLINDXFR doesn't work on transfer initiated channel (Reported by Dmitry Melekhov) * ASTERISK-25614 - DTLS negotiation delays (Reported by Dade Brandon) * ASTERISK-25442 - using realtime (mysql) queue members are never updated in wait_our_turn function (app_queue.c) (Reported by Carlos Oliva) * ASTERISK-25625 - res_sorcery_memory_cache: Add full backend caching (Reported by Joshua Colp) * ASTERISK-25601 - json: Audit reference usage and thread safety (Reported by Joshua Colp) * ASTERISK-25624 - AMI Event OriginateResponse bug (Reported by sungtae kim) Improvements made in this release: ----------------------------------- * ASTERISK-25495 - [patch] Prevent old-update packages on repository Debian systems (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25846 - Gracefully deal with Absent Stasis Apps (Reported by Andrew Nagy) * ASTERISK-25791 - res_pjsip_caller_id: Lack of support for Anonymous <anonymous at anonymous.invalid> (Reported by Anthony Messina) * ASTERISK-24813 - asterisk.c: #if statement in listener() confuses code folding editors (Reported by Corey Farrell) * ASTERISK-25767 - [patch] Add check to configure for sanitizes (Reported by Badalian Vyacheslav) * ASTERISK-25068 - Move commonly used FreePBX extra sounds to the core set (Reported by Rusty Newton) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.0 Thank you for your continued support of Asterisk!
2016-05-06 09:41:06 +02:00
libdata/asterisk/sounds/en/please-try-call-later.gsm
2015-12-06 00:29:05 +01:00
libdata/asterisk/sounds/en/please-try.gsm
libdata/asterisk/sounds/en/please-wait-connect-oncall-eng.gsm
libdata/asterisk/sounds/en/pls-ent-num-transfer.gsm
libdata/asterisk/sounds/en/pls-enter-conf-password.gsm
libdata/asterisk/sounds/en/pls-enter-num-message-after-tone.gsm
libdata/asterisk/sounds/en/pls-enter-vm-password.gsm
libdata/asterisk/sounds/en/pls-entr-num-uwish2-call.gsm
libdata/asterisk/sounds/en/pls-hold-process-tx.gsm
libdata/asterisk/sounds/en/pls-hold-silent30.gsm
libdata/asterisk/sounds/en/pls-hold-while-try.gsm
libdata/asterisk/sounds/en/pls-listen-options-changed.gsm
libdata/asterisk/sounds/en/pls-lv-msg-will-contact.gsm
libdata/asterisk/sounds/en/pls-rcrd-name-at-tone.gsm
libdata/asterisk/sounds/en/pls-stay-on-line.gsm
libdata/asterisk/sounds/en/pls-try-again.gsm
libdata/asterisk/sounds/en/pls-try-area-code.gsm
libdata/asterisk/sounds/en/pls-try-manually.gsm
libdata/asterisk/sounds/en/pls-wait-connect-call.gsm
libdata/asterisk/sounds/en/plugh.gsm
libdata/asterisk/sounds/en/pm-announcement-number.gsm
libdata/asterisk/sounds/en/pm-invalid-option.gsm
libdata/asterisk/sounds/en/pm-phrase-management.gsm
libdata/asterisk/sounds/en/pm-prompt-number.gsm
libdata/asterisk/sounds/en/pm-to-record-phrase.gsm
libdata/asterisk/sounds/en/pm-to-review-phrase.gsm
libdata/asterisk/sounds/en/point.gsm
libdata/asterisk/sounds/en/pop.gsm
libdata/asterisk/sounds/en/port.gsm
libdata/asterisk/sounds/en/portland.gsm
libdata/asterisk/sounds/en/portnumber.gsm
libdata/asterisk/sounds/en/position.gsm
libdata/asterisk/sounds/en/post-entry-pound.gsm
libdata/asterisk/sounds/en/pounds.gsm
libdata/asterisk/sounds/en/presales-support.gsm
libdata/asterisk/sounds/en/presidents-office.gsm
libdata/asterisk/sounds/en/press-0.gsm
libdata/asterisk/sounds/en/press-1.gsm
libdata/asterisk/sounds/en/press-2.gsm
libdata/asterisk/sounds/en/press-3.gsm
libdata/asterisk/sounds/en/press-4.gsm
libdata/asterisk/sounds/en/press-5.gsm
libdata/asterisk/sounds/en/press-6-to-eject.gsm
libdata/asterisk/sounds/en/press-6.gsm
libdata/asterisk/sounds/en/press-7.gsm
libdata/asterisk/sounds/en/press-8.gsm
libdata/asterisk/sounds/en/press-9.gsm
libdata/asterisk/sounds/en/press-button-again.gsm
libdata/asterisk/sounds/en/press-enter.gsm
libdata/asterisk/sounds/en/press-escape.gsm
libdata/asterisk/sounds/en/press-hash.gsm
libdata/asterisk/sounds/en/press-or-say-0.gsm
libdata/asterisk/sounds/en/press-or-say-1.gsm
libdata/asterisk/sounds/en/press-or-say-2.gsm
libdata/asterisk/sounds/en/press-or-say-3.gsm
libdata/asterisk/sounds/en/press-or-say-4.gsm
libdata/asterisk/sounds/en/press-or-say-5.gsm
libdata/asterisk/sounds/en/press-or-say-6.gsm
libdata/asterisk/sounds/en/press-or-say-7.gsm
libdata/asterisk/sounds/en/press-or-say-8.gsm
libdata/asterisk/sounds/en/press-or-say-9.gsm
libdata/asterisk/sounds/en/press-pound-save-changes.gsm
libdata/asterisk/sounds/en/press-pound-to-login-star-to-hangup.gsm
libdata/asterisk/sounds/en/press-pound.gsm
libdata/asterisk/sounds/en/press-return.gsm
libdata/asterisk/sounds/en/press-star-cancel.gsm
libdata/asterisk/sounds/en/press-star.gsm
libdata/asterisk/sounds/en/press-the-space-bar.gsm
libdata/asterisk/sounds/en/press-tilde.gsm
libdata/asterisk/sounds/en/press.gsm
libdata/asterisk/sounds/en/press_pound_hash.gsm
libdata/asterisk/sounds/en/press_pound_hash_key.gsm
libdata/asterisk/sounds/en/pressure.gsm
libdata/asterisk/sounds/en/prime_number.gsm
libdata/asterisk/sounds/en/printing.gsm
libdata/asterisk/sounds/en/priv-callee-options.gsm
libdata/asterisk/sounds/en/priv-callpending.gsm
libdata/asterisk/sounds/en/priv-introsaved.gsm
libdata/asterisk/sounds/en/priv-recordintro.gsm
libdata/asterisk/sounds/en/privacy-blacklisted.gsm
libdata/asterisk/sounds/en/privacy-blocked.gsm
libdata/asterisk/sounds/en/privacy-if-error-leave-message-or-hangup.gsm
libdata/asterisk/sounds/en/privacy-if-error.gsm
libdata/asterisk/sounds/en/privacy-if-sales-call-contact-in-writing.gsm
libdata/asterisk/sounds/en/privacy-incorrect.gsm
libdata/asterisk/sounds/en/privacy-last-caller-was.gsm
libdata/asterisk/sounds/en/privacy-not.gsm
libdata/asterisk/sounds/en/privacy-please-dial.gsm
libdata/asterisk/sounds/en/privacy-please-stay-on-line-to-be-connected.gsm
libdata/asterisk/sounds/en/privacy-prompt.gsm
libdata/asterisk/sounds/en/privacy-restricted-by-req.gsm
libdata/asterisk/sounds/en/privacy-screening-unidentified-calls.gsm
libdata/asterisk/sounds/en/privacy-stop-calling-not-welcome.gsm
libdata/asterisk/sounds/en/privacy-stop-calling-not-welcome2.gsm
libdata/asterisk/sounds/en/privacy-thankyou.gsm
libdata/asterisk/sounds/en/privacy-this-number-is.gsm
libdata/asterisk/sounds/en/privacy-to-blacklist-last-caller.gsm
libdata/asterisk/sounds/en/privacy-to-blacklist-this-number.gsm
libdata/asterisk/sounds/en/privacy-to-hear-our-contact-details.gsm
libdata/asterisk/sounds/en/privacy-to-whitelist-last-caller.gsm
libdata/asterisk/sounds/en/privacy-to-whitelist-this-number.gsm
libdata/asterisk/sounds/en/privacy-unident.gsm
libdata/asterisk/sounds/en/privacy-whitelisted.gsm
libdata/asterisk/sounds/en/privacy-you-are-blacklisted.gsm
libdata/asterisk/sounds/en/privacy-you-are-calling-from.gsm
libdata/asterisk/sounds/en/privacy-your-callerid-is.gsm
libdata/asterisk/sounds/en/product.gsm
libdata/asterisk/sounds/en/production.gsm
libdata/asterisk/sounds/en/projects.gsm
libdata/asterisk/sounds/en/prompt-not-found.gsm
libdata/asterisk/sounds/en/protocol.gsm
libdata/asterisk/sounds/en/public-relations.gsm
libdata/asterisk/sounds/en/purchasing.gsm
libdata/asterisk/sounds/en/purposes.gsm
libdata/asterisk/sounds/en/q-dot-931.gsm
libdata/asterisk/sounds/en/q-dot-9thirty1.gsm
libdata/asterisk/sounds/en/quality-assurance.gsm
libdata/asterisk/sounds/en/quality-control.gsm
libdata/asterisk/sounds/en/quality_control.gsm
libdata/asterisk/sounds/en/quarter.gsm
libdata/asterisk/sounds/en/queue-callswaiting.gsm
libdata/asterisk/sounds/en/queue-holdtime.gsm
libdata/asterisk/sounds/en/queue-less-than.gsm
libdata/asterisk/sounds/en/queue-minute.gsm
libdata/asterisk/sounds/en/queue-minutes.gsm
libdata/asterisk/sounds/en/queue-periodic-announce.gsm
libdata/asterisk/sounds/en/queue-quantity1.gsm
libdata/asterisk/sounds/en/queue-quantity2.gsm
libdata/asterisk/sounds/en/queue-reporthold.gsm
libdata/asterisk/sounds/en/queue-seconds.gsm
libdata/asterisk/sounds/en/queue-thankyou.gsm
libdata/asterisk/sounds/en/queue-thereare.gsm
libdata/asterisk/sounds/en/queue-youarenext.gsm
libdata/asterisk/sounds/en/quickly.gsm
libdata/asterisk/sounds/en/quote.gsm
libdata/asterisk/sounds/en/race.gsm
libdata/asterisk/sounds/en/rain.gsm
libdata/asterisk/sounds/en/rainfall.gsm
libdata/asterisk/sounds/en/rainy.gsm
libdata/asterisk/sounds/en/range.gsm
libdata/asterisk/sounds/en/reassigned-new-areacode.gsm
libdata/asterisk/sounds/en/rebates.gsm
libdata/asterisk/sounds/en/received.gsm
libdata/asterisk/sounds/en/receiving.gsm
libdata/asterisk/sounds/en/reception.gsm
libdata/asterisk/sounds/en/recorded.gsm
libdata/asterisk/sounds/en/registrar.gsm
libdata/asterisk/sounds/en/regret_not_saved.gsm
libdata/asterisk/sounds/en/remote-already-in-this-mode-2.gsm
libdata/asterisk/sounds/en/remote-already-in-this-mode.gsm
libdata/asterisk/sounds/en/remote-base.gsm
libdata/asterisk/sounds/en/removed.gsm
libdata/asterisk/sounds/en/repair.gsm
libdata/asterisk/sounds/en/repeat-only.gsm
libdata/asterisk/sounds/en/repeat_pin.gsm
libdata/asterisk/sounds/en/repeater.gsm
libdata/asterisk/sounds/en/research-and-development.gsm
libdata/asterisk/sounds/en/research.gsm
libdata/asterisk/sounds/en/reservations.gsm
libdata/asterisk/sounds/en/restarting.gsm
libdata/asterisk/sounds/en/rhode-island.gsm
libdata/asterisk/sounds/en/right-bracket.gsm
libdata/asterisk/sounds/en/rising.gsm
libdata/asterisk/sounds/en/risk-management.gsm
libdata/asterisk/sounds/en/roaming.gsm
libdata/asterisk/sounds/en/room-service.gsm
libdata/asterisk/sounds/en/route-sip.gsm
libdata/asterisk/sounds/en/rqsted-wakeup-for.gsm
libdata/asterisk/sounds/en/sacramento.gsm
libdata/asterisk/sounds/en/said_hold_on.gsm
libdata/asterisk/sounds/en/saint-louis.gsm
libdata/asterisk/sounds/en/sales-floor.gsm
libdata/asterisk/sounds/en/sales.gsm
libdata/asterisk/sounds/en/saleshell.gsm
libdata/asterisk/sounds/en/san-antonio.gsm
libdata/asterisk/sounds/en/san-diego.gsm
libdata/asterisk/sounds/en/san-francisco.gsm
libdata/asterisk/sounds/en/san-jose.gsm
libdata/asterisk/sounds/en/save-announce-press.gsm
libdata/asterisk/sounds/en/say-temp-msg-prs-pound.gsm
libdata/asterisk/sounds/en/says-thats-stupid.gsm
libdata/asterisk/sounds/en/scattered.gsm
libdata/asterisk/sounds/en/sciences.gsm
libdata/asterisk/sounds/en/screen-callee-options.gsm
libdata/asterisk/sounds/en/seattle.gsm
libdata/asterisk/sounds/en/second.gsm
libdata/asterisk/sounds/en/seconds.gsm
libdata/asterisk/sounds/en/secretary.gsm
libdata/asterisk/sounds/en/security.gsm
libdata/asterisk/sounds/en/self-destruct-in.gsm
libdata/asterisk/sounds/en/self-destruct.gsm
libdata/asterisk/sounds/en/sendhelp.gsm
libdata/asterisk/sounds/en/server.gsm
libdata/asterisk/sounds/en/service-not-implemented.gsm
libdata/asterisk/sounds/en/service.gsm
libdata/asterisk/sounds/en/seventeenth.gsm
libdata/asterisk/sounds/en/seventh.gsm
libdata/asterisk/sounds/en/seventieth.gsm
libdata/asterisk/sounds/en/severe.gsm
libdata/asterisk/sounds/en/shall-i-try-again.gsm
libdata/asterisk/sounds/en/shiny-brass-lamp.gsm
libdata/asterisk/sounds/en/shipping.gsm
libdata/asterisk/sounds/en/shop.gsm
libdata/asterisk/sounds/en/show-office.gsm
libdata/asterisk/sounds/en/sighted.gsm
libdata/asterisk/sounds/en/silence/1.gsm
libdata/asterisk/sounds/en/silence/10.gsm
libdata/asterisk/sounds/en/silence/2.gsm
libdata/asterisk/sounds/en/silence/3.gsm
libdata/asterisk/sounds/en/silence/4.gsm
libdata/asterisk/sounds/en/silence/5.gsm
libdata/asterisk/sounds/en/silence/6.gsm
libdata/asterisk/sounds/en/silence/7.gsm
libdata/asterisk/sounds/en/silence/8.gsm
libdata/asterisk/sounds/en/silence/9.gsm
libdata/asterisk/sounds/en/simplex.gsm
libdata/asterisk/sounds/en/simul-call-limit-reached.gsm
libdata/asterisk/sounds/en/sixteenth.gsm
libdata/asterisk/sounds/en/sixth.gsm
libdata/asterisk/sounds/en/sixtieth.gsm
libdata/asterisk/sounds/en/sleet.gsm
libdata/asterisk/sounds/en/sleeting.gsm
libdata/asterisk/sounds/en/slow.gsm
libdata/asterisk/sounds/en/slowly.gsm
libdata/asterisk/sounds/en/snow.gsm
libdata/asterisk/sounds/en/snowing.gsm
libdata/asterisk/sounds/en/snowy.gsm
libdata/asterisk/sounds/en/software.gsm
libdata/asterisk/sounds/en/someone-you-trust1.gsm
libdata/asterisk/sounds/en/someone-you-trust2.gsm
libdata/asterisk/sounds/en/someone-you-trust3.gsm
libdata/asterisk/sounds/en/something-terribly-wrong.gsm
libdata/asterisk/sounds/en/sorry-cant-let-you-do-that.gsm
libdata/asterisk/sounds/en/sorry-cant-let-you-do-that2.gsm
libdata/asterisk/sounds/en/sorry-cant-let-you-do-that3.gsm
libdata/asterisk/sounds/en/sorry-mailbox-full.gsm
libdata/asterisk/sounds/en/sorry-youre-having-problems.gsm
libdata/asterisk/sounds/en/sorry.gsm
libdata/asterisk/sounds/en/sorry2.gsm
libdata/asterisk/sounds/en/sorry_caller_number.gsm
libdata/asterisk/sounds/en/sorry_didnt_get.gsm
libdata/asterisk/sounds/en/sorry_didnt_quite_get.gsm
libdata/asterisk/sounds/en/sorry_login_incorrect.gsm
libdata/asterisk/sounds/en/sorry_missed.gsm
libdata/asterisk/sounds/en/sorry_no_messages.gsm
libdata/asterisk/sounds/en/sorrydave.gsm
libdata/asterisk/sounds/en/south-carolina.gsm
libdata/asterisk/sounds/en/south-dakota.gsm
libdata/asterisk/sounds/en/south.gsm
libdata/asterisk/sounds/en/southerly.gsm
libdata/asterisk/sounds/en/spam.gsm
libdata/asterisk/sounds/en/spam2.gsm
libdata/asterisk/sounds/en/speak-louder-into-phone.gsm
libdata/asterisk/sounds/en/speak-louder.gsm
libdata/asterisk/sounds/en/speak-to-the-operator.gsm
libdata/asterisk/sounds/en/speed-dial-empty.gsm
libdata/asterisk/sounds/en/speed-dial.gsm
libdata/asterisk/sounds/en/speed.gsm
libdata/asterisk/sounds/en/splat.gsm
libdata/asterisk/sounds/en/spy-agent.gsm
libdata/asterisk/sounds/en/spy-console.gsm
libdata/asterisk/sounds/en/spy-dahdi.gsm
libdata/asterisk/sounds/en/spy-h323.gsm
libdata/asterisk/sounds/en/spy-iax.gsm
libdata/asterisk/sounds/en/spy-iax2.gsm
libdata/asterisk/sounds/en/spy-jingle.gsm
libdata/asterisk/sounds/en/spy-local.gsm
libdata/asterisk/sounds/en/spy-mgcp.gsm
libdata/asterisk/sounds/en/spy-misdn.gsm
libdata/asterisk/sounds/en/spy-mobile.gsm
libdata/asterisk/sounds/en/spy-nbs.gsm
libdata/asterisk/sounds/en/spy-sip.gsm
libdata/asterisk/sounds/en/spy-skinny.gsm
libdata/asterisk/sounds/en/spy-unistim.gsm
libdata/asterisk/sounds/en/spy-usbradio.gsm
libdata/asterisk/sounds/en/spy-zap.gsm
libdata/asterisk/sounds/en/ss-noservice.gsm
libdata/asterisk/sounds/en/ssh.gsm
libdata/asterisk/sounds/en/staff.gsm
libdata/asterisk/sounds/en/staffing.gsm
libdata/asterisk/sounds/en/standard.gsm
libdata/asterisk/sounds/en/star-for-menu-again.gsm
libdata/asterisk/sounds/en/starting-with-either.gsm
libdata/asterisk/sounds/en/station.gsm
libdata/asterisk/sounds/en/status.gsm
libdata/asterisk/sounds/en/step-in-stream.gsm
libdata/asterisk/sounds/en/sterling.gsm
libdata/asterisk/sounds/en/still_on_phone.gsm
libdata/asterisk/sounds/en/store-accounting.gsm
libdata/asterisk/sounds/en/storm.gsm
libdata/asterisk/sounds/en/sun.gsm
libdata/asterisk/sounds/en/sunny.gsm
libdata/asterisk/sounds/en/support.gsm
libdata/asterisk/sounds/en/sure_help.gsm
libdata/asterisk/sounds/en/swap.gsm
libdata/asterisk/sounds/en/system-crashed.gsm
libdata/asterisk/sounds/en/system-status-msg.gsm
libdata/asterisk/sounds/en/system.gsm
libdata/asterisk/sounds/en/systems.gsm
libdata/asterisk/sounds/en/talkin_me.gsm
libdata/asterisk/sounds/en/talking-to-myself.gsm
libdata/asterisk/sounds/en/target-attendant.gsm
libdata/asterisk/sounds/en/tcp.gsm
libdata/asterisk/sounds/en/technical-support.gsm
libdata/asterisk/sounds/en/telemarketercalling.gsm
libdata/asterisk/sounds/en/telephone-in-your-pocket.gsm
libdata/asterisk/sounds/en/telephone-in-your-pocket2.gsm
libdata/asterisk/sounds/en/telephone-number.gsm
libdata/asterisk/sounds/en/telesales.gsm
libdata/asterisk/sounds/en/teletubbie-murder.gsm
libdata/asterisk/sounds/en/telnet.gsm
libdata/asterisk/sounds/en/temp-disconnected.gsm
libdata/asterisk/sounds/en/temperature.gsm
libdata/asterisk/sounds/en/tennessee.gsm
libdata/asterisk/sounds/en/tenth.gsm
libdata/asterisk/sounds/en/terabits.gsm
libdata/asterisk/sounds/en/terabytes.gsm
libdata/asterisk/sounds/en/terminated.gsm
libdata/asterisk/sounds/en/terminating.gsm
libdata/asterisk/sounds/en/test-tones-follow.gsm
libdata/asterisk/sounds/en/texas.gsm
libdata/asterisk/sounds/en/thank-you-cooperation.gsm
libdata/asterisk/sounds/en/thank-you-for-calling.gsm
libdata/asterisk/sounds/en/thank_you_calling.gsm
libdata/asterisk/sounds/en/thanks-annoyance.gsm
libdata/asterisk/sounds/en/thanks-for-calling-today.gsm
libdata/asterisk/sounds/en/thanks-for-using.gsm
libdata/asterisk/sounds/en/that-is-not-rec-phn-num.gsm
libdata/asterisk/sounds/en/that-number.gsm
libdata/asterisk/sounds/en/that-tickles.gsm
libdata/asterisk/sounds/en/that-you-require.gsm
libdata/asterisk/sounds/en/the-mailbox.gsm
libdata/asterisk/sounds/en/the-monkeys-twice.gsm
libdata/asterisk/sounds/en/the-new-number-is.gsm
libdata/asterisk/sounds/en/the-next.gsm
libdata/asterisk/sounds/en/the-num-i-have-is.gsm
libdata/asterisk/sounds/en/the-number-u-dialed.gsm
libdata/asterisk/sounds/en/the-party-you-are-calling.gsm
libdata/asterisk/sounds/en/the-weather-at.gsm
libdata/asterisk/sounds/en/then-press-pound.gsm
libdata/asterisk/sounds/en/there-are.gsm
libdata/asterisk/sounds/en/there-is-no-customer-support.gsm
libdata/asterisk/sounds/en/these-are-currently.gsm
libdata/asterisk/sounds/en/third.gsm
libdata/asterisk/sounds/en/thirteenth.gsm
libdata/asterisk/sounds/en/thirtieth.gsm
libdata/asterisk/sounds/en/this-call-may-be-monitored-or-recorded.gsm
libdata/asterisk/sounds/en/this-call-may-be.gsm
libdata/asterisk/sounds/en/this-call-will-cost.gsm
libdata/asterisk/sounds/en/this-call-will-end-in.gsm
libdata/asterisk/sounds/en/this-is-the-voice-mail-system.gsm
libdata/asterisk/sounds/en/this-is-yr-wakeup-call.gsm
libdata/asterisk/sounds/en/this.gsm
libdata/asterisk/sounds/en/thnk-u-for-patience.gsm
libdata/asterisk/sounds/en/thousandth.gsm
libdata/asterisk/sounds/en/through.gsm
libdata/asterisk/sounds/en/thunderstorm.gsm
libdata/asterisk/sounds/en/tide.gsm
libdata/asterisk/sounds/en/time.gsm
libdata/asterisk/sounds/en/times.gsm
libdata/asterisk/sounds/en/timewarp.gsm
libdata/asterisk/sounds/en/to-accept-recording.gsm
libdata/asterisk/sounds/en/to-be-called-back.gsm
libdata/asterisk/sounds/en/to-blklist-last-caller.gsm
libdata/asterisk/sounds/en/to-blklist-last-num.gsm
libdata/asterisk/sounds/en/to-call-num-press.gsm
libdata/asterisk/sounds/en/to-call-prson-w-sent-msg.gsm
libdata/asterisk/sounds/en/to-call-this-number.gsm
libdata/asterisk/sounds/en/to-cancel-this-msg.gsm
libdata/asterisk/sounds/en/to-cancel-wakeup.gsm
libdata/asterisk/sounds/en/to-change-exp-date.gsm
libdata/asterisk/sounds/en/to-change-your-pin-number.gsm
libdata/asterisk/sounds/en/to-collect-voicemail.gsm
libdata/asterisk/sounds/en/to-compose-a-message.gsm
libdata/asterisk/sounds/en/to-confirm-wakeup.gsm
libdata/asterisk/sounds/en/to-dial-by-name-press.gsm
libdata/asterisk/sounds/en/to-dial-by-name.gsm
libdata/asterisk/sounds/en/to-enter-a-diff-number.gsm
libdata/asterisk/sounds/en/to-enter-a-number.gsm
libdata/asterisk/sounds/en/to-erase-yr-temp-grtg.gsm
libdata/asterisk/sounds/en/to-extension.gsm
libdata/asterisk/sounds/en/to-hang-up-2.gsm
libdata/asterisk/sounds/en/to-hang-up.gsm
libdata/asterisk/sounds/en/to-hear-callerid.gsm
libdata/asterisk/sounds/en/to-hear-menu-again.gsm
libdata/asterisk/sounds/en/to-hear-msg-again.gsm
libdata/asterisk/sounds/en/to-hear-msg-envelope.gsm
libdata/asterisk/sounds/en/to-hear-net-status.gsm
libdata/asterisk/sounds/en/to-hear-weather-status.gsm
libdata/asterisk/sounds/en/to-hear-your-account-balance.gsm
libdata/asterisk/sounds/en/to-join-a-meeting.gsm
libdata/asterisk/sounds/en/to-leave-message-for.gsm
libdata/asterisk/sounds/en/to-listen-to-it.gsm
libdata/asterisk/sounds/en/to-log-in-to-voice-mail.gsm
libdata/asterisk/sounds/en/to-place-outgoing-call.gsm
libdata/asterisk/sounds/en/to-reach-first-rep.gsm
libdata/asterisk/sounds/en/to-reach-operator.gsm
libdata/asterisk/sounds/en/to-rec-yr-temp-grtg.gsm
libdata/asterisk/sounds/en/to-record-call.gsm
libdata/asterisk/sounds/en/to-redial-the-last-number-you-called.gsm
libdata/asterisk/sounds/en/to-report-emergency.gsm
libdata/asterisk/sounds/en/to-report-system-network-down.gsm
libdata/asterisk/sounds/en/to-rerecord-announce.gsm
libdata/asterisk/sounds/en/to-rerecord-it.gsm
libdata/asterisk/sounds/en/to-rerecord-yr-message.gsm
libdata/asterisk/sounds/en/to-rmv-num-blklist.gsm
libdata/asterisk/sounds/en/to-rqst-wakeup-call.gsm
libdata/asterisk/sounds/en/to-send-a-reply.gsm
libdata/asterisk/sounds/en/to-snooze-for.gsm
libdata/asterisk/sounds/en/to-use-def-attendant.gsm
libdata/asterisk/sounds/en/tomorrow-night.gsm
libdata/asterisk/sounds/en/tone_time.gsm
libdata/asterisk/sounds/en/tones-that-follow-are-for-the-deaf.gsm
libdata/asterisk/sounds/en/tonight.gsm
libdata/asterisk/sounds/en/too-low.gsm
libdata/asterisk/sounds/en/tornado.gsm
libdata/asterisk/sounds/en/touchtone1.gsm
libdata/asterisk/sounds/en/touchtone2.gsm
libdata/asterisk/sounds/en/touchtone3.gsm
libdata/asterisk/sounds/en/towards.gsm
libdata/asterisk/sounds/en/trading-desk.gsm
libdata/asterisk/sounds/en/traffic.gsm
libdata/asterisk/sounds/en/training.gsm
libdata/asterisk/sounds/en/transfer.gsm
libdata/asterisk/sounds/en/transfer_to_agent.gsm
libdata/asterisk/sounds/en/transportation.gsm
libdata/asterisk/sounds/en/travel.gsm
libdata/asterisk/sounds/en/treasury.gsm
libdata/asterisk/sounds/en/tt-allbusy.gsm
libdata/asterisk/sounds/en/tt-codezone.gsm
libdata/asterisk/sounds/en/tt-codezone_MIXDOWN.gsm
libdata/asterisk/sounds/en/tt-hangup.gsm
libdata/asterisk/sounds/en/tt-monkeys.gsm
libdata/asterisk/sounds/en/tt-monkeysintro.gsm
libdata/asterisk/sounds/en/tt-monty-knights.gsm
libdata/asterisk/sounds/en/tt-somethingwrong.gsm
libdata/asterisk/sounds/en/tt-weasels.gsm
libdata/asterisk/sounds/en/tucson.gsm
libdata/asterisk/sounds/en/tulsa.gsm
libdata/asterisk/sounds/en/turn-off-recording.gsm
libdata/asterisk/sounds/en/turning-to.gsm
libdata/asterisk/sounds/en/twelveth.gsm
libdata/asterisk/sounds/en/twentieth.gsm
libdata/asterisk/sounds/en/twisty-maze.gsm
libdata/asterisk/sounds/en/tx-has-been-approved.gsm
libdata/asterisk/sounds/en/typhoon.gsm
libdata/asterisk/sounds/en/udp.gsm
libdata/asterisk/sounds/en/uh-oh1.gsm
libdata/asterisk/sounds/en/uh-oh2.gsm
libdata/asterisk/sounds/en/uk.gsm
libdata/asterisk/sounds/en/unavailable.gsm
libdata/asterisk/sounds/en/unconditional.gsm
libdata/asterisk/sounds/en/unicorn_blood.gsm
libdata/asterisk/sounds/en/unicorn_blood_MIXDOWN.gsm
libdata/asterisk/sounds/en/unidentified-no-callback.gsm
libdata/asterisk/sounds/en/units.gsm
libdata/asterisk/sounds/en/unix.gsm
libdata/asterisk/sounds/en/unwelcomecall.gsm
libdata/asterisk/sounds/en/up.gsm
libdata/asterisk/sounds/en/uppercase.gsm
libdata/asterisk/sounds/en/uptime.gsm
libdata/asterisk/sounds/en/user.gsm
libdata/asterisk/sounds/en/users.gsm
libdata/asterisk/sounds/en/utah.gsm
libdata/asterisk/sounds/en/variable.gsm
libdata/asterisk/sounds/en/vermont.gsm
libdata/asterisk/sounds/en/virginia-beach.gsm
libdata/asterisk/sounds/en/virginia.gsm
libdata/asterisk/sounds/en/visibility.gsm
libdata/asterisk/sounds/en/visit-asterisk-website.gsm
libdata/asterisk/sounds/en/vm-Cust1.gsm
libdata/asterisk/sounds/en/vm-Cust2.gsm
libdata/asterisk/sounds/en/vm-Cust3.gsm
libdata/asterisk/sounds/en/vm-Cust4.gsm
libdata/asterisk/sounds/en/vm-Cust5.gsm
libdata/asterisk/sounds/en/vm-Family.gsm
libdata/asterisk/sounds/en/vm-Friends.gsm
libdata/asterisk/sounds/en/vm-INBOX.gsm
libdata/asterisk/sounds/en/vm-Old.gsm
libdata/asterisk/sounds/en/vm-Urgent.gsm
libdata/asterisk/sounds/en/vm-Work.gsm
libdata/asterisk/sounds/en/vm-advopts.gsm
libdata/asterisk/sounds/en/vm-and.gsm
libdata/asterisk/sounds/en/vm-calldiffnum.gsm
libdata/asterisk/sounds/en/vm-changeto.gsm
libdata/asterisk/sounds/en/vm-delete.gsm
libdata/asterisk/sounds/en/vm-deleted.gsm
libdata/asterisk/sounds/en/vm-dialout.gsm
libdata/asterisk/sounds/en/vm-duration.gsm
libdata/asterisk/sounds/en/vm-enter-num-to-call.gsm
libdata/asterisk/sounds/en/vm-extension.gsm
libdata/asterisk/sounds/en/vm-first.gsm
libdata/asterisk/sounds/en/vm-for.gsm
libdata/asterisk/sounds/en/vm-forward-multiple.gsm
libdata/asterisk/sounds/en/vm-forward.gsm
libdata/asterisk/sounds/en/vm-forwardoptions.gsm
libdata/asterisk/sounds/en/vm-from-extension.gsm
libdata/asterisk/sounds/en/vm-from-phonenumber.gsm
libdata/asterisk/sounds/en/vm-from.gsm
libdata/asterisk/sounds/en/vm-goodbye.gsm
libdata/asterisk/sounds/en/vm-helpexit.gsm
libdata/asterisk/sounds/en/vm-incorrect-mailbox.gsm
libdata/asterisk/sounds/en/vm-incorrect.gsm
libdata/asterisk/sounds/en/vm-instructions.gsm
libdata/asterisk/sounds/en/vm-intro.gsm
libdata/asterisk/sounds/en/vm-invalid-password.gsm
libdata/asterisk/sounds/en/vm-invalidpassword.gsm
libdata/asterisk/sounds/en/vm-isonphone.gsm
libdata/asterisk/sounds/en/vm-isunavail.gsm
libdata/asterisk/sounds/en/vm-last.gsm
libdata/asterisk/sounds/en/vm-leavemsg.gsm
libdata/asterisk/sounds/en/vm-login.gsm
libdata/asterisk/sounds/en/vm-mailboxfull.gsm
libdata/asterisk/sounds/en/vm-marked-nonurgent.gsm
libdata/asterisk/sounds/en/vm-marked-urgent.gsm
libdata/asterisk/sounds/en/vm-message.gsm
libdata/asterisk/sounds/en/vm-messages.gsm
libdata/asterisk/sounds/en/vm-minutes.gsm
libdata/asterisk/sounds/en/vm-mismatch.gsm
libdata/asterisk/sounds/en/vm-msgforwarded.gsm
libdata/asterisk/sounds/en/vm-msginstruct.gsm
libdata/asterisk/sounds/en/vm-msgsaved.gsm
libdata/asterisk/sounds/en/vm-newpassword.gsm
libdata/asterisk/sounds/en/vm-newuser.gsm
libdata/asterisk/sounds/en/vm-next.gsm
libdata/asterisk/sounds/en/vm-no.gsm
libdata/asterisk/sounds/en/vm-nobodyavail.gsm
libdata/asterisk/sounds/en/vm-nobox.gsm
libdata/asterisk/sounds/en/vm-nomore.gsm
libdata/asterisk/sounds/en/vm-nonumber.gsm
libdata/asterisk/sounds/en/vm-num-i-have.gsm
libdata/asterisk/sounds/en/vm-onefor-full.gsm
libdata/asterisk/sounds/en/vm-onefor.gsm
libdata/asterisk/sounds/en/vm-options.gsm
libdata/asterisk/sounds/en/vm-opts-full.gsm
libdata/asterisk/sounds/en/vm-opts.gsm
libdata/asterisk/sounds/en/vm-passchanged.gsm
libdata/asterisk/sounds/en/vm-password.gsm
libdata/asterisk/sounds/en/vm-pls-try-again.gsm
libdata/asterisk/sounds/en/vm-press.gsm
libdata/asterisk/sounds/en/vm-prev.gsm
libdata/asterisk/sounds/en/vm-reachoper.gsm
libdata/asterisk/sounds/en/vm-rec-busy.gsm
libdata/asterisk/sounds/en/vm-rec-name.gsm
libdata/asterisk/sounds/en/vm-rec-temp.gsm
libdata/asterisk/sounds/en/vm-rec-unv.gsm
libdata/asterisk/sounds/en/vm-received.gsm
libdata/asterisk/sounds/en/vm-record-prepend.gsm
libdata/asterisk/sounds/en/vm-reenterpassword.gsm
libdata/asterisk/sounds/en/vm-repeat.gsm
libdata/asterisk/sounds/en/vm-review-nonurgent.gsm
libdata/asterisk/sounds/en/vm-review-urgent.gsm
libdata/asterisk/sounds/en/vm-review.gsm
libdata/asterisk/sounds/en/vm-saved.gsm
libdata/asterisk/sounds/en/vm-savedto.gsm
libdata/asterisk/sounds/en/vm-savefolder.gsm
libdata/asterisk/sounds/en/vm-savemessage.gsm
libdata/asterisk/sounds/en/vm-saveoper.gsm
libdata/asterisk/sounds/en/vm-sorry.gsm
libdata/asterisk/sounds/en/vm-star-cancel.gsm
libdata/asterisk/sounds/en/vm-starmain.gsm
libdata/asterisk/sounds/en/vm-tempgreetactive.gsm
libdata/asterisk/sounds/en/vm-tempgreeting.gsm
libdata/asterisk/sounds/en/vm-tempgreeting2.gsm
libdata/asterisk/sounds/en/vm-tempremoved.gsm
libdata/asterisk/sounds/en/vm-then-pound.gsm
libdata/asterisk/sounds/en/vm-theperson.gsm
libdata/asterisk/sounds/en/vm-tmpexists.gsm
libdata/asterisk/sounds/en/vm-tocallback.gsm
libdata/asterisk/sounds/en/vm-tocallnum.gsm
libdata/asterisk/sounds/en/vm-tocancel.gsm
libdata/asterisk/sounds/en/vm-tocancelmsg.gsm
libdata/asterisk/sounds/en/vm-toenternumber.gsm
libdata/asterisk/sounds/en/vm-toforward.gsm
libdata/asterisk/sounds/en/vm-tohearenv.gsm
libdata/asterisk/sounds/en/vm-tomakecall.gsm
libdata/asterisk/sounds/en/vm-tooshort.gsm
libdata/asterisk/sounds/en/vm-toreply.gsm
libdata/asterisk/sounds/en/vm-torerecord.gsm
libdata/asterisk/sounds/en/vm-undelete.gsm
libdata/asterisk/sounds/en/vm-undeleted.gsm
libdata/asterisk/sounds/en/vm-unknown-caller.gsm
libdata/asterisk/sounds/en/vm-whichbox.gsm
libdata/asterisk/sounds/en/vm-youhave.gsm
libdata/asterisk/sounds/en/voice-mail-system.gsm
libdata/asterisk/sounds/en/wait-moment.gsm
libdata/asterisk/sounds/en/wait-offensive-sounds.gsm
libdata/asterisk/sounds/en/wakeup-call-cancelled.gsm
libdata/asterisk/sounds/en/wakeup-call.gsm
libdata/asterisk/sounds/en/wakeup-daily.gsm
libdata/asterisk/sounds/en/wakeup-for-daily.gsm
libdata/asterisk/sounds/en/wakeup-for-one-time.gsm
libdata/asterisk/sounds/en/wakeup-onetime.gsm
libdata/asterisk/sounds/en/walks-into-bar-mail.gsm
libdata/asterisk/sounds/en/warning.gsm
libdata/asterisk/sounds/en/was-last-seen.gsm
libdata/asterisk/sounds/en/was.gsm
libdata/asterisk/sounds/en/washington-dc.gsm
libdata/asterisk/sounds/en/washington.gsm
libdata/asterisk/sounds/en/watch.gsm
libdata/asterisk/sounds/en/watson.gsm
libdata/asterisk/sounds/en/we-apologize.gsm
libdata/asterisk/sounds/en/we-dont-have-tech-support.gsm
libdata/asterisk/sounds/en/weasels-eaten-phonesys.gsm
libdata/asterisk/sounds/en/weather-station.gsm
libdata/asterisk/sounds/en/weather.gsm
libdata/asterisk/sounds/en/web.gsm
libdata/asterisk/sounds/en/weeks.gsm
libdata/asterisk/sounds/en/welcome.gsm
libdata/asterisk/sounds/en/were-sorry.gsm
libdata/asterisk/sounds/en/west-virginia.gsm
libdata/asterisk/sounds/en/west.gsm
libdata/asterisk/sounds/en/westerly.gsm
libdata/asterisk/sounds/en/what-are-you-wearing.gsm
libdata/asterisk/sounds/en/what-time-it-is.gsm
libdata/asterisk/sounds/en/what-time-it-is2.gsm
libdata/asterisk/sounds/en/when-dialing-this-number.gsm
libdata/asterisk/sounds/en/who-would-you-like-to-call.gsm
libdata/asterisk/sounds/en/whoareyou.gsm
libdata/asterisk/sounds/en/why-no-answer-mystery.gsm
libdata/asterisk/sounds/en/wichita.gsm
libdata/asterisk/sounds/en/will-apply.gsm
libdata/asterisk/sounds/en/will-expire.gsm
libdata/asterisk/sounds/en/will-not-expire.gsm
libdata/asterisk/sounds/en/will-reflect-charge-of.gsm
libdata/asterisk/sounds/en/wind.gsm
libdata/asterisk/sounds/en/windows.gsm
libdata/asterisk/sounds/en/windy.gsm
libdata/asterisk/sounds/en/wisconsin.gsm
libdata/asterisk/sounds/en/wish-to-continue.gsm
libdata/asterisk/sounds/en/wish_command_totally.gsm
libdata/asterisk/sounds/en/with.gsm
libdata/asterisk/sounds/en/within.gsm
libdata/asterisk/sounds/en/woo_hoo_call_first.gsm
libdata/asterisk/sounds/en/work.gsm
libdata/asterisk/sounds/en/wrong-try-again-smarty.gsm
libdata/asterisk/sounds/en/wtng-to-spk-w-rep.gsm
libdata/asterisk/sounds/en/www-switchboard-com.gsm
libdata/asterisk/sounds/en/wx/around.gsm
libdata/asterisk/sounds/en/wx/barometer.gsm
libdata/asterisk/sounds/en/wx/ceiling.gsm
libdata/asterisk/sounds/en/wx/dew-point.gsm
libdata/asterisk/sounds/en/wx/falling.gsm
libdata/asterisk/sounds/en/wx/feet.gsm
libdata/asterisk/sounds/en/wx/foot.gsm
libdata/asterisk/sounds/en/wx/gust.gsm
libdata/asterisk/sounds/en/wx/gusting-to.gsm
libdata/asterisk/sounds/en/wx/gusts.gsm
libdata/asterisk/sounds/en/wx/gusty.gsm
libdata/asterisk/sounds/en/wx/heat-index.gsm
libdata/asterisk/sounds/en/wx/humidity.gsm
libdata/asterisk/sounds/en/wx/inch.gsm
libdata/asterisk/sounds/en/wx/inches.gsm
libdata/asterisk/sounds/en/wx/kilometer.gsm
libdata/asterisk/sounds/en/wx/large.gsm
libdata/asterisk/sounds/en/wx/meter.gsm
libdata/asterisk/sounds/en/wx/mist.gsm
libdata/asterisk/sounds/en/wx/northeast.gsm
libdata/asterisk/sounds/en/wx/northwest.gsm
libdata/asterisk/sounds/en/wx/percent.gsm
libdata/asterisk/sounds/en/wx/point.gsm
libdata/asterisk/sounds/en/wx/rising.gsm
libdata/asterisk/sounds/en/wx/southeast.gsm
libdata/asterisk/sounds/en/wx/southwest.gsm
libdata/asterisk/sounds/en/wx/steady.gsm
libdata/asterisk/sounds/en/wx/temperature.gsm
libdata/asterisk/sounds/en/wx/wind-chill.gsm
libdata/asterisk/sounds/en/wx/winds.gsm
libdata/asterisk/sounds/en/wyoming.gsm
libdata/asterisk/sounds/en/yeah.gsm
libdata/asterisk/sounds/en/year.gsm
libdata/asterisk/sounds/en/years.gsm
libdata/asterisk/sounds/en/yes-dear.gsm
libdata/asterisk/sounds/en/yes-dear2.gsm
libdata/asterisk/sounds/en/you-are-caller-num.gsm
libdata/asterisk/sounds/en/you-are-curr-call-num.gsm
libdata/asterisk/sounds/en/you-can-press.gsm
libdata/asterisk/sounds/en/you-dialed-wrong-number.gsm
libdata/asterisk/sounds/en/you-entered.gsm
libdata/asterisk/sounds/en/you-have-dialed.gsm
libdata/asterisk/sounds/en/you-have-reached-a-test-number.gsm
libdata/asterisk/sounds/en/you-have-these-options.gsm
libdata/asterisk/sounds/en/you-must-first-dial.gsm
libdata/asterisk/sounds/en/you-seem-impatient.gsm
libdata/asterisk/sounds/en/you-sound-cute.gsm
libdata/asterisk/sounds/en/you-wish-to-join.gsm
libdata/asterisk/sounds/en/you_say_yes.gsm
libdata/asterisk/sounds/en/your-account.gsm
libdata/asterisk/sounds/en/your-msg-has-been-saved.gsm
libdata/asterisk/sounds/en/your-msg-is-too-short.gsm
libdata/asterisk/sounds/en/your-notifications.gsm
libdata/asterisk/sounds/en/your-req-notification.gsm
libdata/asterisk/sounds/en/your-temp-greeting.gsm
libdata/asterisk/sounds/en/your.gsm
libdata/asterisk/sounds/en/yourcallisimportant.gsm
libdata/asterisk/sounds/en/yourcallisimpotent.gsm
libdata/asterisk/sounds/en/zip-code.gsm
libdata/asterisk/sounds/en/zombies.gsm
libdata/asterisk/static-http/ajamdemo.html
libdata/asterisk/static-http/appdocsxml.xslt
libdata/asterisk/static-http/astman.css
libdata/asterisk/static-http/astman.js
libdata/asterisk/static-http/core-en_US.xml
libdata/asterisk/static-http/mantest.html
libdata/asterisk/static-http/prototype.js
libexec/agi-bin/agi-test.agi
libexec/agi-bin/eagi-sphinx-test
libexec/agi-bin/eagi-test
libexec/agi-bin/jukebox.agi
${PLIST.webvmail}libexec/cgi-bin/vmail
man/man8/astdb2bdb.8
man/man8/astdb2sqlite3.8
man/man8/asterisk.8
man/man8/astgenkey.8
man/man8/autosupport.8
man/man8/safe_asterisk.8
sbin/astcanary
sbin/astdb2bdb
sbin/astdb2sqlite3
sbin/asterisk
sbin/astgenkey
sbin/astversion
sbin/autosupport
sbin/rasterisk
sbin/safe_asterisk
share/doc/asterisk/Asterisk-13-Reference.pdf
share/doc/asterisk/Asterisk-Admin-Guide.pdf
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGI-Commands_29394277.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_answer_29394808.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_asyncagi-break_29394809.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_channel-status_29394810.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_control-stream-file_29394811.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_database-del_29394812.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_database-deltree_29394813.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_database-get_29394814.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_database-put_29394815.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_exec_29394816.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_get-data_29394817.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_get-full-variable_29394818.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_get-option_29394819.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_get-variable_29394820.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_gosub_29394571.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_hangup_29394821.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_noop_29394822.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_receive-char_29394823.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_receive-text_29394824.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_record-file_29394825.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_say-alpha_29394826.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_say-date_29394830.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_say-datetime_29394832.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_say-digits_29394827.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_say-number_29394828.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_say-phonetic_29394829.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_say-time_29394831.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_send-image_29394833.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_send-text_29394834.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_set-autohangup_29394835.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_set-callerid_29394836.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_set-context_29394837.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_set-extension_29394838.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_set-music_29394839.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_set-priority_29394840.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_set-variable_29394841.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-activate-grammar_29394851.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-create_29394846.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-deactivate-grammar_29394852.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-destroy_29394848.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-load-grammar_29394849.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-recognize_29394853.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-set_29394847.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_speech-unload-grammar_29394850.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_stream-file_29394842.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_tdd-mode_29394843.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_verbose_29394844.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AGICommand_wait-for-digit_29394845.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AMI-Actions_29394279.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-AMI-Events_29394281.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ARI_29394283.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ADSIProg_29394514.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_AELSub_29394369.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_AGI_29394854.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_AMD_29394497.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_AddQueueMember_29394418.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_AgentLogin_29394501.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_AgentRequest_29394502.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_AlarmReceiver_29394513.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Answer_29394698.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Authenticate_29394377.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_BackGround_29394699.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_BackgroundDetect_29394399.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_BridgeWait_29394444.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Bridge_29394782.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Busy_29394700.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_CELGenUserEvent_29394382.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_CallCompletionCancel_29394731.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_CallCompletionRequest_29394730.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ChanIsAvail_29394558.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ChanSpy_29394507.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ChangeMonitor_29394910.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ChannelRedirect_29394512.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ClearHash_29394607.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ConfBridge_29394402.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Congestion_29394701.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ContinueWhile_29394381.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ControlPlayback_29394520.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DAHDIAcceptR2Call_29394351.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DAHDIRAS_29394557.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DAHDIScan_29394509.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DAHDISendCallreroutingFacility_29394350.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DAHDISendKeypadFacility_29394349.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DBdel_29394455.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DBdeltree_29394456.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DISA_29394448.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DateTime_29394476.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DeadAGI_29394856.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Dial_29394493.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Dictate_29394398.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Directory_29394537.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_DumpChan_29394523.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_EAGI_29394855.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Echo_29394517.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_EndWhile_29394379.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ExecIfTime_29394702.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ExecIf_29394540.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Exec_29394538.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ExitWhile_29394380.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ExtenSpy_29394508.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ExternalIVR_29394496.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Festival_29394458.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Flash_29394543.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_FollowMe_29394397.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ForkCDR_29394519.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_GetCPEID_29394477.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_GosubIf_29394565.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Gosub_29394564.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_GotoIfTime_29394705.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_GotoIf_29394704.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Goto_29394703.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_HangupCauseClear_29394676.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Hangup_29394707.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_IAX2Provision_29394342.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ICES_29394395.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_IVRDemo_29394459.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ImportVar_29394706.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Incomplete_29394708.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_JACK_29394553.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_JabberJoin_res_xmpp_29394896.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_JabberLeave_res_xmpp_29394897.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_JabberSendGroup_res_xmpp_29394895.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_JabberSend_res_xmpp_29394892.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_JabberStatus_res_xmpp_29394898.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Log_29394536.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MP3Player_29394572.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MSet_29394720.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MacroExclusive_29394562.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MacroExit_29394563.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MacroIf_29394561.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Macro_29394560.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MailboxExists_29394527.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MeetMeAdmin_29394385.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MeetMeChannelAdmin_29394386.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MeetMeCount_29394384.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MeetMe_29394383.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MessageSend_29394786.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Milliwatt_29394394.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MinivmAccMess_29394482.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MinivmDelete_29394481.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MinivmGreet_29394479.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MinivmMWI_29394483.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MinivmNotify_29394480.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MinivmRecord_29394478.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MixMonitor_29394449.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Monitor_29394908.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Morsecode_29394552.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_MusicOnHold_29394804.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_NBScat_29394554.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_NoCDR_29394415.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_NoOp_29394709.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ODBCFinish_29394575.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ODBC_Commit_29394928.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ODBC_Rollback_29394929.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_OSPAuth_29394488.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_OSPFinish_29394491.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_OSPLookup_29394489.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_OSPNext_29394490.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Originate_29394498.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Page_29394396.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ParkAndAnnounce_29394906.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Park_29394904.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ParkedCall_29394905.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_PauseMonitor_29394911.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_PauseQueueMember_29394420.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_PickupChan_29394401.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Pickup_29394400.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_PlayTones_29394550.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Playback_29394522.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_PrivacyManager_29394544.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Proceeding_29394710.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Progress_29394711.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_QueueLog_29394422.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Queue_29394417.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_RaiseException_29394712.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ReadExten_29394548.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Read_29394511.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ReceiveFAX_app_fax_29394376.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ReceiveFAX_res_fax_29394865.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Record_29394555.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_RemoveQueueMember_29394419.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_ResetCDR_29394416.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_RetryDial_29394494.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Return_29394566.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Ringing_29394713.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SIPAddHeader_29394329.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SIPDtmfMode_29394328.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SIPRemoveHeader_29394330.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SIPSendCustomINFO_29394331.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SLAStation_29394387.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SLATrunk_29394388.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SMS_29394495.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayAlphaCase_29394715.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayAlpha_29394714.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayCountedAdj_29394487.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayCountedNoun_29394486.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayDigits_29394716.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayNumber_29394717.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayPhonetic_29394718.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SayUnixTime_29394475.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SendDTMF_29394546.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SendFAX_app_fax_29394375.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SendFAX_res_fax_29394866.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SendImage_29394524.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SendText_29394515.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SendURL_29394457.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SetAMAFlags_29394721.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SetCallerPres_29394559.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Set_29394719.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SkelGuessNumber_29394499.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SoftHangup_29394492.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechActivateGrammar_29394461.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechBackground_29394463.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechCreate_29394460.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechDeactivateGrammar_29394464.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechDestroy_29394466.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechLoadGrammar_29394467.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechProcessingSound_29394465.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechStart_29394462.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_SpeechUnloadGrammar_29394468.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_StackPop_29394567.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_StartMusicOnHold_29394805.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Stasis_29394518.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_StopMixMonitor_29394450.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_StopMonitor_29394909.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_StopMusicOnHold_29394806.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_StopPlayTones_29394551.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_System_29394445.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_TestClient_29394542.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_TestServer_29394541.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Transfer_29394516.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_TryExec_29394539.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_TrySystem_29394446.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_UnpauseMonitor_29394912.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_UnpauseQueueMember_29394421.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_UserEvent_29394447.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_VMAuthenticate_29394528.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_VMSayName_29394530.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Verbose_29394535.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_VoiceMailMain_29394526.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_VoiceMailPlayMsg_29394529.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_VoiceMail_29394525.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_WaitExten_29394723.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_WaitForNoise_29394443.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_WaitForRing_29394545.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_WaitForSilence_29394442.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_WaitUntil_29394549.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Wait_29394722.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_While_29394378.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Application_Zapateller_29394556.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Applications-REST-API_29394318.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Asterisk-REST-API_29394324.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Bridges-REST-API_29394327.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Channels-REST-API_29394321.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Command-Reference_29394274.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_app_agent_pool_29394506.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_app_confbridge_29394510.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_app_skel_29394500.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_cdr_29394792.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_cel_29394733.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_chan_motif_29394341.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_core_29394732.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_features_29394779.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_named_acl_29394791.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_ari_29394807.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_hep_29394935.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_mwi_external_29394921.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_parking_29394918.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_29394877.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_acl_29394920.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_endpoint_identifier_ip_29394919.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_notify_29394860.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_outbound_publish_29394800.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_outbound_registration_29394801.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_publish_asterisk_29394930.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_pjsip_pubsub_29394799.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_statsd_29394931.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_res_xmpp_29394900.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_stasis_29394697.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Configuration_udptl_29394793.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Devicestates-REST-API_29394326.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Dialplan-Applications_29394285.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Dialplan-Functions_29394287.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Endpoints-REST-API_29394323.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Events-REST-API_29394320.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AES_DECRYPT_29394580.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AES_ENCRYPT_29394579.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AGC_29394636.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AGENT_29394503.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AMI_CLIENT_29394769.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ARRAY_29394611.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AST_CONFIG_29394573.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AST_SORCERY_29394680.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_AUDIOHOOK_INHERIT_29394681.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_BASE64_DECODE_29394679.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_BASE64_ENCODE_29394678.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_BLACKLIST_29394630.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALENDAR_BUSY_29394922.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALENDAR_EVENT_29394923.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALENDAR_QUERY_29394924.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALENDAR_QUERY_RESULT_29394925.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALENDAR_WRITE_29394926.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALLCOMPLETION_29394628.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALLERID_29394653.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CALLERPRES_29394654.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CDR_29394649.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CDR_PROP_29394650.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CHANNELS_29394646.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CHANNEL_29394648.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CHECKSIPDOMAIN_29394334.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CONFBRIDGE_29394403.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CONFBRIDGE_INFO_29394404.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CONNECTEDLINE_29394655.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CSV_QUOTE_29394619.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CURLOPT_29394690.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CURL_29394689.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_CUT_29394688.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DB_29394632.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DB_DELETE_29394635.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DB_EXISTS_29394633.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DB_KEYS_29394634.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DEC_29394665.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DENOISE_29394637.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DEVICE_STATE_29394659.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DIALGROUP_29394683.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DIALPLAN_EXISTS_29394685.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DUNDILOOKUP_29394372.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DUNDIQUERY_29394373.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_DUNDIRESULT_29394374.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ENUMLOOKUP_29394670.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ENUMQUERY_29394668.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ENUMRESULT_29394669.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ENV_29394639.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_EVAL_29394614.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_EXCEPTION_29394724.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_EXISTS_29394595.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_EXTENSION_STATE_29394644.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FAXOPT_res_fax_29394867.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FEATUREMAP_29394781.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FEATURE_29394780.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FIELDNUM_29394600.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FIELDQTY_29394599.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FILE_29394641.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FILE_COUNT_LINE_29394642.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FILE_FORMAT_29394643.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FILTER_29394602.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_FRAME_TRACE_29394629.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_GLOBAL_29394661.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_GROUP_29394588.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_GROUP_COUNT_29394586.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_GROUP_LIST_29394589.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_GROUP_MATCH_COUNT_29394587.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_HANGUPCAUSE_29394674.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_HANGUPCAUSE_KEYS_29394675.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_HASHKEYS_29394609.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_HASH_29394608.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_HINT_29394660.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_IAXPEER_29394343.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_IAXVAR_29394344.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ICONV_29394684.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_IFMODULE_29394578.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_IFTIME_29394597.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_IF_29394596.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_IMPORT_29394598.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_INC_29394664.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ISNULL_29394593.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_JABBER_RECEIVE_res_xmpp_29394893.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_JABBER_STATUS_res_xmpp_29394894.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_JITTERBUFFER_29394672.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_KEYPADHASH_29394610.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_LEN_29394617.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_LISTFILTER_29394601.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_LOCAL_29394568.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_LOCAL_PEEK_29394569.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_LOCK_29394625.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MAILBOX_EXISTS_29394531.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MASTER_CHANNEL_29394647.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MATH_29394663.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MD5_29394592.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MEETME_INFO_29394389.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MESSAGE_29394784.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MESSAGE_DATA_29394785.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MINIVMACCOUNT_29394485.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MINIVMCOUNTER_29394484.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MIXMONITOR_29394454.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_MUTEAUDIO_29394863.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ODBC_29394927.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_ODBC_FETCH_29394574.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PASSTHRU_29394605.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PERIODIC_HOOK_29394624.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PITCH_SHIFT_29394666.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PJSIP_DIAL_CONTACTS_29394363.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PJSIP_ENDPOINT_29394692.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PJSIP_HEADER_29394907.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PJSIP_MEDIA_OFFER_29394364.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_POP_29394621.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PP_EACH_EXTENSION_29394861.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PP_EACH_USER_29394862.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PRESENCE_STATE_29394691.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_PUSH_29394622.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUEUE_EXISTS_29394426.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUEUE_MEMBER_29394424.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUEUE_MEMBER_COUNT_29394425.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUEUE_MEMBER_LIST_29394428.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUEUE_MEMBER_PENALTY_29394429.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUEUE_VARIABLES_29394423.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUEUE_WAITING_COUNT_29394427.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_QUOTE_29394618.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_RAND_29394677.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REALTIME_29394581.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REALTIME_DESTROY_29394583.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REALTIME_FIELD_29394584.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REALTIME_HASH_29394585.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REALTIME_STORE_29394582.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REDIRECTING_29394656.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REGEX_29394606.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_REPLACE_29394603.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SET_29394594.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SHA1_29394682.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SHARED_29394662.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SHELL_29394591.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SHIFT_29394620.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SIPPEER_29394333.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SIP_HEADER_29394332.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SMDI_MSG_29394891.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SMDI_MSG_RETRIEVE_29394890.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SORT_29394687.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SPEECH_29394474.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SPEECH_ENGINE_29394472.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SPEECH_GRAMMAR_29394471.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SPEECH_RESULTS_TYPE_29394473.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SPEECH_SCORE_29394469.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SPEECH_TEXT_29394470.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SPRINTF_29394590.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SQL_ESC_29394576.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SRVQUERY_29394657.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SRVRESULT_29394658.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_STACK_PEEK_29394570.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_STAT_29394640.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_STRFTIME_29394613.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_STRPTIME_29394612.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_STRREPLACE_29394604.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_SYSINFO_29394645.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_TALK_DETECT_29394577.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_TESTTIME_29394725.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_TIMEOUT_29394667.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_TOLOWER_29394616.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_TOUPPER_29394615.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_TRYLOCK_29394626.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_TXTCIDNAME_29394671.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_UNLOCK_29394627.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_UNSHIFT_29394623.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_URIDECODE_29394652.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_URIENCODE_29394651.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_VALID_EXTEN_29394686.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_VERSION_29394673.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_VMCOUNT_29394638.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_VM_INFO_29394532.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Function_VOLUME_29394631.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Mailboxes-REST-API_29394325.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_AGI_29394857.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_AOCMessage_29394768.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_AbsoluteTimeout_29394754.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_AgentLogoff_29394505.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Agents_29394504.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Atxfer_29394749.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BlindTransfer_29394772.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BridgeDestroy_29394777.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BridgeInfo_29394774.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BridgeKick_29394778.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BridgeList_29394773.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BridgeTechnologyList_29394788.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BridgeTechnologySuspend_29394789.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_BridgeTechnologyUnsuspend_29394790.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Bridge_29394783.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Challenge_29394738.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ChangeMonitor_29394915.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Command_29394751.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeKick_29394409.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeListRooms_29394406.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeList_29394405.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeLock_29394410.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeMute_29394407.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeSetSingleVideoSrc_29394414.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeStartRecord_29394412.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeStopRecord_29394413.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeUnlock_29394411.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ConfbridgeUnmute_29394408.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ControlPlayback_29394521.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_CoreSettings_29394761.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_CoreShowChannels_29394764.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_CoreStatus_29394762.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_CreateConfig_29394746.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DAHDIDNDoff_29394356.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DAHDIDNDon_29394355.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DAHDIDialOffhook_29394354.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DAHDIHangup_29394353.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DAHDIRestart_29394358.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DAHDIShowChannels_29394357.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DAHDITransfer_29394352.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DBDelTree_29394696.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DBDel_29394695.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DBGet_29394693.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DBPut_29394694.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DataGet_29394795.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DeviceStateList_29394874.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DialplanExtensionAdd_29394370.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_DialplanExtensionRemove_29394371.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Events_29394735.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ExtensionStateList_29394727.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ExtensionState_29394752.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_FAXSession_29394869.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_FAXSessions_29394868.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_FAXStats_29394870.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_FilterList_29394771.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Filter_29394770.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_GetConfigJSON_29394744.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_GetConfig_29394743.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Getvar_29394742.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Hangup_29394739.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_IAXnetstats_29394347.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_IAXpeerlist_29394346.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_IAXpeers_29394345.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_IAXregistry_29394348.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_JabberSend_res_xmpp_29394899.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ListCategories_29394747.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ListCommands_29394757.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_LocalOptimizeAway_29394794.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_LoggerRotate_29394765.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Login_29394737.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Logoff_29394736.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MWIDelete_29394872.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MWIGet_29394871.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MWIUpdate_29394873.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MailboxCount_29394756.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MailboxStatus_29394755.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MeetmeListRooms_29394393.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MeetmeList_29394392.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MeetmeMute_29394390.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MeetmeUnmute_29394391.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MessageSend_29394787.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MixMonitorMute_29394451.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MixMonitor_29394452.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ModuleCheck_29394767.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ModuleLoad_29394766.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Monitor_29394913.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_MuteAudio_29394864.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Originate_29394750.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPNotify_29394859.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPQualify_29394878.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPShowEndpoint_29394882.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPShowEndpoints_29394879.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPShowRegistrationsInbound_29394858.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPShowRegistrationsOutbound_29394803.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPShowResourceLists_29394798.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPShowSubscriptionsInbound_29394796.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPShowSubscriptionsOutbound_29394797.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PJSIPUnregister_29394802.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PRIDebugFileSet_29394361.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PRIDebugFileUnset_29394362.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PRIDebugSet_29394360.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PRIShowSpans_29394359.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Park_29394903.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ParkedCalls_29394902.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Parkinglots_29394901.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PauseMonitor_29394916.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Ping_29394734.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PlayDTMF_29394547.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PresenceStateList_29394932.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_PresenceState_29394753.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueAdd_29394433.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueLog_29394436.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueMemberRingInUse_29394438.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueuePause_29394435.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueuePenalty_29394437.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueReload_29394440.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueRemove_29394434.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueReset_29394441.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueRule_29394439.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueStatus_29394431.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_QueueSummary_29394432.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Queues_29394430.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Redirect_29394748.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Reload_29394763.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SIPnotify_29394339.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SIPpeers_29394335.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SIPpeerstatus_29394340.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SIPqualifypeer_29394337.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SIPshowpeer_29394336.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SIPshowregistry_29394338.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SKINNYdevices_29394365.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SKINNYlines_29394367.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SKINNYshowdevice_29394366.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SKINNYshowline_29394368.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_SendText_29394758.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Setvar_29394741.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_ShowDialPlan_29394726.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_Status_29394740.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_StopMixMonitor_29394453.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_StopMonitor_29394914.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_UnpauseMonitor_29394917.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_UpdateConfig_29394745.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_UserEvent_29394759.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_VoicemailRefresh_29394534.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_VoicemailUsersList_29394533.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerAction_WaitEvent_29394760.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AGIExecEnd_29394974.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AGIExecStart_29394978.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AOC-D_29394940.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AOC-E_29394950.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AOC-S_29394947.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentCalled_29394977.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentComplete_29394941.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentConnect_29395018.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentDump_29395027.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentLogin_29395059.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentLogoff_29395050.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentRingNoAnswer_29395015.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AgentsComplete_29395047.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Agents_29394967.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AlarmClear_29395067.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Alarm_29395056.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AorDetail_29394888.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AsyncAGIEnd_29394996.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AsyncAGIExec_29394983.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AsyncAGIStart_29394973.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AttendedTransfer_29395008.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AuthDetail_29394886.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_AuthMethodNotAllowed_29395041.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BlindTransfer_29395003.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BridgeCreate_29394959.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BridgeDestroy_29394953.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BridgeEnter_29394958.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BridgeInfoChannel_29394775.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BridgeInfoComplete_29394776.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BridgeLeave_29395024.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_BridgeMerge_29395064.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ChallengeResponseFailed_29394997.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ChallengeSent_29395042.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ChanSpyStart_29394984.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ChanSpyStop_29395049.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ChannelTalkingStart_29395040.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ChannelTalkingStop_29395009.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeEnd_29394976.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeJoin_29394979.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeLeave_29395031.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeMute_29394956.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeRecord_29395055.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeStart_29395010.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeStopRecord_29395020.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeTalking_29395045.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ConfbridgeUnmute_29395014.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ContactStatusDetail_29394885.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DAHDIChannel_29395038.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DNDState_29395054.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DTMFBegin_29394962.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DTMFEnd_29395068.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DeviceStateChange_29394875.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DeviceStateListComplete_29394876.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DialBegin_29394986.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_DialEnd_29394966.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_EndpointDetailComplete_29394889.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_EndpointDetail_29394883.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_EndpointListComplete_29394881.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_EndpointList_29394880.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ExtensionStateListComplete_29394729.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ExtensionStatus_29394728.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_FAXSession_29394937.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_FAXSessionsComplete_29395029.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_FAXSessionsEntry_29394968.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_FAXStats_29395011.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_FAXStatus_29394994.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_FailedACL_29395052.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_FullyBooted_29395030.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_HangupHandlerPop_29394972.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_HangupHandlerPush_29394945.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_HangupHandlerRun_29395035.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_HangupRequest_29395006.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Hangup_29394942.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Hold_29394985.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_IdentifyDetail_29394884.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_InvalidAccountID_29395062.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_InvalidPassword_29395034.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_InvalidTransport_29395051.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_LoadAverageLimit_29395032.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_LocalBridge_29394946.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_LocalOptimizationBegin_29395066.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_LocalOptimizationEnd_29394952.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_LogChannel_29395025.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MCID_29394981.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MWIGetComplete_29394989.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MWIGet_29394982.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MeetmeEnd_29395007.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MeetmeJoin_29394988.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MeetmeLeave_29394938.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MeetmeMute_29395060.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MeetmeTalkRequest_29395065.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MeetmeTalking_29394948.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MemoryLimit_29394964.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MessageWaiting_29394939.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MiniVoiceMail_29395005.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MonitorStart_29395000.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MonitorStop_29394960.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MusicOnHoldStart_29394998.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_MusicOnHoldStop_29395063.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_NewAccountCode_29394991.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_NewCallerid_29394944.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_NewExten_29394963.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Newchannel_29395017.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Newstate_29394955.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_OriginateResponse_29394990.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ParkedCallGiveUp_29395033.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ParkedCallTimeOut_29394949.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ParkedCall_29395046.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_PeerStatus_29395002.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Pickup_29395013.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_PresenceStateChange_29394933.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_PresenceStateListComplete_29394934.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_PresenceStatus_29394943.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueCallerAbandon_29395012.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueCallerJoin_29395022.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueCallerLeave_29394993.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueMemberAdded_29395001.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueMemberPause_29394992.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueMemberPenalty_29395016.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueMemberRemoved_29394936.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueMemberRinginuse_29395004.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_QueueMemberStatus_29395019.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_RTCPReceived_29395028.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_RTCPSent_29395058.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_ReceiveFAX_29394975.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Registry_29394951.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Reload_29395057.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Rename_29394995.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_RequestBadFormat_29394999.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_RequestNotAllowed_29395053.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_RequestNotSupported_29395037.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SIPQualifyPeerDone_29394969.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SendFAX_29394954.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SessionLimit_29394961.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SessionTimeout_29394957.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Shutdown_29395043.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SoftHangupRequest_29395026.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SpanAlarmClear_29395036.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SpanAlarm_29394987.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Status_29395021.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_SuccessfulAuth_29395044.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_TransportDetail_29394887.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_UnParkedCall_29395023.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_UnexpectedAddress_29395048.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_Unhold_29395061.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_UserEvent_29394965.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-ManagerEvent_VarSet_29395039.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Module-Configuration_29394289.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Playbacks-REST-API_29394317.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-REST-Data-Models_29394316.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Recordings-REST-API_29394322.html
share/doc/asterisk/Asterisk-Admin-Guide/Asterisk-13-Sounds-REST-API_29394319.html
share/doc/asterisk/Asterisk-Admin-Guide/New-in-13_29394266.html
share/doc/asterisk/Asterisk-Admin-Guide/Upgrading-to-Asterisk-13_29394271.html
share/doc/asterisk/Asterisk-Admin-Guide/images/icons/emoticons/error.png
share/doc/asterisk/Asterisk-Admin-Guide/images/icons/emoticons/smile.png
share/doc/asterisk/Asterisk-Admin-Guide/index.html
share/doc/asterisk/Asterisk-Admin-Guide/styles/site.css
share/doc/asterisk/BUGS
share/doc/asterisk/CHANGES
share/doc/asterisk/COPYING
share/doc/asterisk/CREDITS
share/doc/asterisk/ChangeLog
share/doc/asterisk/IAX2-security.pdf
share/doc/asterisk/IAX2-security.txt
share/doc/asterisk/LICENSE
update to Asterisk 13.19.0 -- this contains both security fixes and general bug fixes, fixes AST-2017-005, AST-2017-006, AST-2017-007, AST-2017-008, AST-2017-009, AST-2017-10, AST-2017-11, AST-2017-12, AST-2017-13, and AST-2017-14 (note that a number of these only pertain to PJSIP which isn't used in pkgsrc) ----- 13.19.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.19.0. The release of Asterisk 13.19.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-27478 - PJSIP: Add CHANNEL(pjsip,request_uri) to get incoming INVITE Request-URI. (Reported by Richard Mudgett) * ASTERISK-27413 - Add cache_media_frames debugging option. (Reported by Richard Mudgett) * ASTERISK-27206 - res_pjsip: No mechanism exists to limit endpoint identification to IP only (Reported by Ben Merrills) Bugs fixed in this release: ----------------------------------- * ASTERISK-27531 - Compiler optimizations can break module load sequence. (Reported by abelbeck) * ASTERISK-27480 - Security: Authenticated SUBSCRIBE without Contact crashes asterisk (Reported by Ross Beer) * ASTERISK-27299 - Asterisk Hangs with Bad file descriptor on read() (Reported by Abhay Gupta) * ASTERISK-25079 - AMI bridge of channels results in MOH not destroyed and robotic audio on one channel (Reported by Zane Conkle) * ASTERISK-27490 - chan_console: 'set active' fails to work (Reported by Tzafrir Cohen) * ASTERISK-24756 - ConfBridge sound_muted does not work from CLI or AMI (Reported by Thomas Frederiksen) * ASTERISK-25649 - Transfer application does not work with Local channels - documentation misleading (Reported by Ivan Ullmann) * ASTERISK-25869 - chan_sip: "rejected because extension not found" should be logged as a security event (Reported by Brian J. Murrell) * ASTERISK-27440 - Strictrtp has issues to qualify video rtp streams (Reported by Wim De Vlaminck) * ASTERISK-24329 - Music On Hold announcement cuts intro of music the first time it is played (Reported by Thomas Frederiksen) * ASTERISK-19657 - Coverity Report: Fix issues for error type CHAR_IO (Reported by Matt Jordan) * ASTERISK-27175 - iax.conf demo peer is invalid (Reported by Tzafrir Cohen) * ASTERISK-27430 - README refers to security documents that do not exist. (Reported by Corey Farrell) * ASTERISK-20281 - "core set verbose" behaves strangely, can't alias it, cli.conf example broken (Reported by Tim Ringenbach at Asteria Solutions Group) * ASTERISK-27382 - crash after an invalid rtcp packet from GT48 FXS gateway (Reported by Tzafrir Cohen) * ASTERISK-27429 - res_rtp_asterisk: Multiple reports in an RTCP packet will write past where it should (Reported by Vitezslav Novy) * ASTERISK-27408 - Identify causes and fix pjsip/resolver/srv/failover/in_dialog/transport_tcp (Reported by Corey Farrell) * ASTERISK-18411 - Queue members with hints for state_interface get stuck in "In Use" state. (Reported by Steven T. Wheeler) * ASTERISK-26131 - chan_sip: Crash Asterisk (in sip_request_call at chan_sip.c) by making a call to a single character in a dot pattern match (Reported by Dwayne Hubbard) * ASTERISK-27475 - codec_opus requires libcurl (Reported by Samuel For) * ASTERISK-27467 - pjsip_options: qualify_frequency sometimes not applied on reload (Reported by John Bigelow) * ASTERISK-27465 - CLI Completion Not Working (Reported by Ross Beer) * ASTERISK-27460 - CDR: Deadlock using AMI Originate with Variable CDR(amaflags)=... (Reported by Richard Mudgett) * ASTERISK-27453 - RTP: Blind transfer direct media scenario results in one way audio. (Reported by Richard Mudgett) * ASTERISK-20643 - SIP ICE support - remove hardcoded limitation on SDP size, make ICE support disabled by default in SIP, maybe provide a better warning message (Reported by Roy) * ASTERISK-26980 - pjsip: Clean up WebRTC disables (Reported by abelbeck) * ASTERISK-27452 - Security: chan_skinny: Memory exhaustion if flooded with unauthenticated requests (Reported by George Joseph) * ASTERISK-27454 - res_http_post: Don't require GMIME_MAJOR_VERSION (Reported by Joshua Colp) * ASTERISK-23735 - Transcoding makes bad choice in high-rate translations (Reported by Richard Kenner) * ASTERISK-27445 - ARI: Updating a bridge gives wrong error message. (Reported by Frank Durden) * ASTERISK-24662 - [patch] column and row headers for Signed Linear format variants in output of 'core show translation' are ambiguous (Reported by Rusty Newton) * ASTERISK-27353 - H323 audio starts with a delay of 2 seconds. (Reported by Marco Giordani) * ASTERISK-27442 - pjsip: 183 without To tag does not negotiate media (Reported by Kevin Harwell) * ASTERISK-27437 - [patch] ICE: server-reflexive candidates (srflx) with Dual-Stack. (Reported by Alexander Traud) * ASTERISK-27434 - [patch] chan_sip/ICE: Square brackets around IPv6 addresses. (Reported by Alexander Traud) * ASTERISK-27435 - [patch] configure: pjsip_evsub_set_uas_timeout not found. (Reported by Alexander Traud) * ASTERISK-27431 - Asterisk fails to build when openssl headers are not installed. (Reported by Corey Farrell) * ASTERISK-27332 - Asterisk fails to configure on MacOS Sierra (Reported by Ivan Larionov) * ASTERISK-27421 - RTP source learning not working with devices that have some clock issues (Reported by nappsoft) * ASTERISK-27361 - Attended transfer crashes in Asterisk 13.17.2 (Reported by Alessandro Pimenta) * ASTERISK-27238 - Bridging: Crash freeing a frame that's already been freed (Reported by Richard Kenner) * ASTERISK-27412 - core: Audiohook freeing interpolated frame when it shouldn't. (Reported by Mikhail) * ASTERISK-27423 - app_record: We set the RECORD_STATUS channel variable before closing the file (Reported by George Joseph) * ASTERISK-26758 - res_hep_pjsip: For WebRTC clients Asterisk insert same ip address in "source ip address" and "destination ip address" fields in HEP packets (Reported by Max Norba) * ASTERISK-27363 - res_http_websocket: Wrong LocalAddress (it is equal to RemoteAddress) (Reported by Vasilii Rogin) * ASTERISK-27415 - asterisk.conf: Setting astctl without setting astrundir is ineffective. (Reported by Corey Farrell) * ASTERISK-27411 - pjsip: TCP connections may not be destroyed (Reported by Joshua Colp) * ASTERISK-27345 - res_pjsip_session: RTP instances leak on 488 responses. (Reported by Corey Farrell) * ASTERISK-27337 - chan_sip: Security vulnerability with client code header (revisited) (Reported by Richard Mudgett) * ASTERISK-27319 - (Security) Function in PJSIP 2.7 miscalculates the length of an unsigned long variable in 64bit machines (Reported by Kim youngsung) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) * ASTERISK-27393 - res_pjsip: Crash occurs when an empty contact read from astdb or database (Reported by Aaron An) * ASTERISK-27290 - res_pjsip: PIDF contact field has malformed/invalid XML (Reported by basildane) * ASTERISK-27032 - res_pjsip: TLS options do not handle empty values (Reported by seanchann.zhou) * ASTERISK-27394 - [patch] tcptls: Print notice when TLS is enabled but not configured. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-27378 - Modules: Fix issues with CLI completion. (Reported by Corey Farrell) * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27390 - Audit menuselect module dependencies (Reported by Corey Farrell) * ASTERISK-27389 - Optional API modules should not allow unload. (Reported by Corey Farrell) * ASTERISK-27369 - Bridge() dialplan application fails without setting BRIDGERESULT channel variable (Reported by James Terhune) * ASTERISK-27377 - Typo in CHANNEL(dtmf_features) usage documentation (Reported by Igor Goncharovsky) * ASTERISK-27181 - GCC 7 warning: app_voicemail.c: In function 'imap_delete_old_greeting' (Reported by Anthony Messina) * ASTERISK-27194 - jitterbuffer: Does not handle case where translator returns null frame. (Reported by Joshua Elson) * ASTERISK-26639 - core: Disabling xmldoc support does not work. Also results in abort during Asterisk startup. (Reported by Mr Dini) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-18140 - Expires handling in SUBSCRIBE confuses the absence of the Expires header field with an unsubscribe action. (Reported by Jonathan Cloots) * ASTERISK-25960 - The config_hook unit test causes Asterisk to crash if run a second time (Reported by George Joseph) * ASTERISK-27198 - res_pjsip: SDP contains IP4 instead of IP6 when rtp_ipv6 set to yes (Reported by Martin Cisárik) * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27365 - [patch] chan_sip: Crypto attribute not last but first on SDP media level. (Reported by Alexander Traud) * ASTERISK-24483 - res_pjsip_pubsub.so, res_pjsip_refer.so: Assertion on un/re-load: mod.id == -1 (Reported by Tzafrir Cohen) * ASTERISK-23462 - Cannot disable SIP debugging via CLI after enabling with conf file option - also 'sip set debug off' reports debugging disabled, when it really isn't (Reported by Rusty Newton) * ASTERISK-27328 - Missing openssl dependencies in res_rtp_asterisk and tcptls (Reported by Tzafrir Cohen) * ASTERISK-27341 - [patch] res_pjsip_session: SIP/SDP origin (o=) contains local address. (Reported by Alexander Traud) * ASTERISK-27343 - Fails to build in FreeBSD due to sys/sysmacros.h not existing there (Reported by Guido Falsi) * ASTERISK-27340 - backtrace.c: Crash due to double-free. (Reported by Corey Farrell) * ASTERISK-27339 - [patch] Crash on ast_ssl_teardown when stopping. (Reported by Alexander Traud) * ASTERISK-27333 - sip_to_pjsip not correctly handling disallow=all directive (Reported by Torrey Searle) Improvements made in this release: ----------------------------------- * ASTERISK-24297 - cdr.c: Minor code optimizations. (Reported by Richard Mudgett) * ASTERISK-27449 - [PATCH] When failing to acquire target during attended transfer, display wanted extension (Reported by Niklas Larsson) * ASTERISK-27456 - app_voicemail: Add new object for VoicemailUserEntry (Reported by sungtae kim) * ASTERISK-27380 - ast_coredumper: allow pointing out the asterisk binary explicitly (Reported by Tzafrir Cohen) * ASTERISK-23556 - Compilation warning for invert.c (array subscript is above array bounds) (Reported by Marcello Ceschia) * ASTERISK-27355 - Upgrade bundled PJPROJECT to 2.7 (Reported by Richard Mudgett) * ASTERISK-27335 - CDR performance needs improvement. (Reported by Richard Mudgett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.19.0 Thank you for your continued support of Asterisk! ----- 13.18.5 ----- The Asterisk Development Team would like to announce security releases for Asterisk 13, 14 and 15, and Certified Asterisk 13.18. The available releases are released as versions 13.18.5, 14.7.5, 15.1.5 and 13.18-cert2. The following security vulnerabilities were resolved in these versions: * AST-2017-014: Crash in PJSIP resource when missing a contact header A select set of SIP messages create a dialog in Asterisk. Those SIP messages must contain a contact header. For those messages, if the header was not present and using the PJSIP channel driver, it would cause Asterisk to crash. The severity of this vulnerability is somewhat mitigated if authentication is enabled. If authentication is enabled a user would have to first be authorized before reaching the crash point. For a full list of changes in the current releases, please see the ChangeLogs: https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.5 The security advisory is available at: https://downloads.asterisk.org/pub/security/AST-2017-014.pdf Thank you for your continued support of Asterisk! ----- 13.18.4 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert9, 13.18.4, 14.7.4 and 15.1.4. The release of these versions resolves the following security vulnerabilities: * AST-2017-012: Remote Crash Vulnerability in RTCP Stack If a compound RTCP packet is received containing more than one report (for example a Receiver Report and a Sender Report) the RTCP stack will incorrectly store report information outside of allocated memory potentially causing a crash. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.4 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-012.html http://downloads.asterisk.org/pub/security/AST-2017-012.pdf Thank you for your continued support of Asterisk! ----- 13.18.3 ----- The Asterisk Development Team has announced security releases for Certified Asterisk 13.13 and Asterisk 13, 14 and 15. The available security releases are released as versions 13.13-cert8, 13.18.3, 14.7.3 and 15.1.3. The release of these versions resolves the following security vulnerabilities: * AST-2017-013: DOS Vulnerability in Asterisk chan_skinny If the chan_skinny (AKA SCCP protocol) channel driver is flooded with certain requests it can cause the asterisk process to use excessive amounts of virtual memory eventually causing asterisk to stop processing requests of any kind. For a full list of changes in the current releases, please see the ChangeLogs: http://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-13.18.3 The security advisories are available at: http://downloads.asterisk.org/pub/security/AST-2017-013.pdf Thank you for your continued support of Asterisk! ----- 13.18.2 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.2. The release of Asterisk 13.18.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27387 - Regression: pjsip 13.18.0 - from_user - "+" character isn't allowed any more (Reported by Michael Maier) * ASTERISK-27391 - Regression: Deadlock between AOR named lock and pjproject grp lock (Reported by shaurya jain) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.2 Thank you for your continued support of Asterisk! ----- 13.18.0 ----- The Asterisk Development Team would like to announce the release of Asterisk 13.18.0. The release of Asterisk 13.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Improvements made in this release: ----------------------------------- * ASTERISK-27278 - [patch] chan_sip: Provide access to read the full SIP Request-URI from INVITE (Reported by David J. Pryke) * ASTERISK-27255 - alembic: Add support for Microsoft SQL server (Reported by Florian Floimair) * ASTERISK-27253 - [patch] libsrtp-2.1.x support (Reported by Alexander Traud) * ASTERISK-27220 - Enable CHANNEL function to get from and to tag from SIP Headers (Reported by Andre Nazario) * ASTERISK-27169 - Google OAuth 2.0 support for XMPP / Motif (Reported by Andrey) * ASTERISK-27173 - Support for GMIME 3.0 (Reported by Tzafrir Cohen) * ASTERISK-27092 - [patch] app_queue: Add Priority to AMI QueueStatus (Reported by Niklas Larsson) * ASTERISK-27085 - [patch] chan_pjsip: Port SIPDtmfMode to chan_pjsip (Reported by Torrey Searle) Bugs fixed in this release: ----------------------------------- * ASTERISK-27346 - res_xmpp: Crash if OAuth 2.0 is used before curl is loaded (Reported by Ronald Raikes) * ASTERISK-27372 - ARI: Node ARI client broken in latest versions of 13 and 14 (Reported by Benjamin Keith Ford) * ASTERISK-27047 - res_pjsip: user=phone added to Anonymous caller-id when it shouldn't be. (Reported by dtryba) * ASTERISK-26988 - res_pjsip_session: user_eq_phone adds double user=phone parameters to URIs (Reported by dtryba) * ASTERISK-27270 - cdr_mysql: various crashes at second module reload if cdr_mysql.conf is configured (Reported by Tzafrir Cohen) * ASTERISK-27301 - [patch] app_queue: Music On Hold for real-time queues is not reset to default (Reported by Nathan Bruning) * ASTERISK-25266 - Application Originate returns SUCCESS to ORIGINATE_STATUS upon failure to originate (Reported by Allen Ford) * ASTERISK-27192 - res_pjsip: Loss of SIP registrations causing unavailable endpoints (Reported by Richard Mudgett) * ASTERISK-27305 - res_ari: Memory leaks in ARI when using Content-Type: application/json (Reported by David Hajek) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-27324 - [patch] Dual-Stack server cannot be used as IPv4 client via TCP/TLS (Reported by Alexander Traud) * ASTERISK-27317 - vector: multiple evaluation of elem in AST_VECTOR_ADD_SORTED. (Reported by Corey Farrell) * ASTERISK-27318 - res_pjsip_mwi: uninitialized value from ast_strings_match (Reported by Corey Farrell) * ASTERISK-27296 - [patch] False positive busy checks when icalendar's recurrence-id mechanism is involved (Reported by Benoît Dereck-Tricot) * ASTERISK-27284 - Status of RFC 3323 and PJSIP (Reported by dtryba) * ASTERISK-27216 - app_queue: does its check-makeannouncement-logic twice each head-caller-loop (Reported by Stefan Engström) * ASTERISK-27295 - Contact is improperly translated after d178f497 (Reported by Sean Bright) * ASTERISK-27292 - Multiple RTP Stream Created Breaking RFC2833 (SSRC Changes) (Reported by Ross Beer) * ASTERISK-27289 - A codeblock that maintains a bug,but maybe the codeblock will never run (Reported by Huangyx) * ASTERISK-27283 - Realtime config fail with PostgreSQL version before 9.1 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-27257 - bridge_native_rtp: half-way direct media when using early bridging (Reported by Jean Aunis - Prescom) * ASTERISK-27279 - Crash in pubsub_on_rx_request NULL pointer - Possible PJSIP Vulnerability (Reported by Ross Beer) * ASTERISK-26606 - tcptls: Incorrect OpenSSL function call leads to misleading error report (Reported by Bob Ham) * ASTERISK-16898 - SRTP unprotect: authentication failure when RTP sequence number switches from 65535 -> 0 (Reported by Marcello Ceschia) * ASTERISK-27274 - RTCP needs better packet validation to resist port scans. (Reported by Richard Mudgett) * ASTERISK-27252 - RTP: One way audio with direct media and strictrtp=yes. (Reported by Richard Mudgett) * ASTERISK-25524 - module reload res_calendar.so does not reload everything in calendar.conf (Reported by Jesper) * ASTERISK-24588 - res_calendar does not process CalDAV from Owncloud [fix included] (Reported by Stefan Gofferje) * ASTERISK-25523 - res_calendar: Warning about invalid channel value (for notification) occurs even when event has no notification configured. (Reported by Jesper) * ASTERISK-21399 - RTP Multicast of L16 (type 10): Asterisk and wireshark disagree (Reported by Tzafrir Cohen) * ASTERISK-27248 - [patch]external_media_address and external_signaling_address don't always honor localnet (Reported by Walter Doekes) * ASTERISK-27165 - CDR: CDR(start,u) function won't work in cdr_custom config (Reported by Jacek Konieczny) * ASTERISK-27217 - chan_sip: Asterisk crashing when subscription doesn't get set (Reported by Bryan Walters) * ASTERISK-24066 - res_smdi: convert to astobj2 (Reported by Corey Farrell) * ASTERISK-17540 - SDP origin attribute modified when issuing re-INVITE because of directmedia=yes (Reported by saghul) * ASTERISK-27254 - alembic: prune_on_boot fix erroneous (Reported by Florian Floimair) * ASTERISK-27232 - When in queue on g722 with interruptions, music on hold can get stuck and no longer play (Reported by Jens T.) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-26879 - PJSIP external_media_address ignored if no local_net options are provided (Reported by Matt Jordan) * ASTERISK-27236 - Segfault ast_channel_name (chan=0x0) at channel_internal_api.c:478 during T.38 Fax Receive (Reported by Ross Beer) * ASTERISK-27225 - Crash when freeing dtls_cfg->cafile (Reported by Richard Kenner) * ASTERISK-27177 - ooh323c: misleading indentation in addons/ooh323c/src/ooSocket.c (Reported by Tzafrir Cohen) * ASTERISK-27241 - libc segfault upon entry into app_directory (Reported by David Moore) * ASTERISK-27152 - Sending a "tel" uri in a From or To header in an unauthenticated message causes asterisk to crash (Reported by Ross Beer) * ASTERISK-27103 - core: ast_safe_system command injection possible. (Reported by Corey Farrell) * ASTERISK-27013 - res_rtp_asterisk: Media can be hijacked even with strict RTP enabled (Reported by Joshua Colp) * ASTERISK-26994 - Confbridge: CBAnn channels intermittently become stuck when caller hangs up before recording name (Reported by James Terhune) * ASTERISK-20858 - app_minivm fails to clean up mkstemp files (Reported by Walter Doekes) * ASTERISK-16777 - several filename bugs in Record() application (Reported by klaus3000) * ASTERISK-27168 - alembic: PJSIP scripts are missing column dtls_fingerprint in ps_endpoints table (Reported by Florian Floimair) * ASTERISK-23608 - ControlPlayback fails to play files with names containing certain non-alpha characters (Reported by Jonathan White) * ASTERISK-19103 - When using realtime queues, function QUEUE_MEMBER_LIST() will return an error if no other app/function has loaded the queues first. This problem does not exist if queues.conf is used. (Reported by Jim Van Meggelen) * ASTERISK-21241 - When using voicemail as announce only (maxmsg=0), the star dtmf to enter the voicemail is not honored (Reported by Eelco Brolman) * ASTERISK-27204 - [patch] app_queue: Wrong queue stat calculation (Reported by sungtae kim) * ASTERISK-27209 - Incorrect SDP in 200 OK when PJSIP_DTMF_MODE is used (Reported by Torrey Searle) * ASTERISK-27207 - XMPP OAuth not working due to inverted logic (Reported by Michael Kuron) * ASTERISK-27174 - res_calendar_icalendar: Recurring events not being loaded from Google calendar using ical (Reported by Mark Thompson) * ASTERISK-27202 - If wget is not installed and "or" is not available, external components (excluding pjsip) are not installed (Reported by Seán C. McCord) * ASTERISK-27147 - Either asterisk or pjproject isn't re-using tcp connections (again) (Reported by George Joseph) * ASTERISK-27193 - IPv6 receive address in message doesn't include brackets (Reported by Scott Griepentrog) * ASTERISK-27158 - [patch] res_rtp_asterisk: RTCP statistics are not available when native bridge is used (Reported by Torrey Searle) * ASTERISK-27110 - RTP session is not fully destroyed on channel hangup (Reported by Matt Jordan) * ASTERISK-26745 - Asymmetric codecs when asymmetric_rtp_codec=no (Reported by Jesse Ross) * ASTERISK-27171 - Asterisk 15.0.0-Beta1 does not compile (Reported by Ira Emus) * ASTERISK-26659 - res_pjsip: PJSIP presence - missing braces around the status element in XML (Reported by Abraham Liebsch) * ASTERISK-27156 - Asterisk won't compile on Fedora 26 with devmode enabled. (Reported by Corey Farrell) * ASTERISK-27130 - Applications ARI: Unsubscribe action for deviceStates does not remove old subscriptions properly (Reported by Sergej Kasumovic) * ASTERISK-25810 - say.c calls for sounds in the subdir "digits" that don't exist (in Core). SayUnixTime or other Say... apps will fail out when they call these sounds. (Reported by Nicolas Riendeau) * ASTERISK-27142 - sounds: Conflict between files in asterisk-sounds-core-1.6 and asterisk-sounds-extra-1.5 (Reported by Corey Farrell) * ASTERISK-27124 - app_playback.c:say_date_generic use timezonename parameter (Reported by Holger Hans Peter Freyther) * ASTERISK-27133 - res_rtp_asterisk: RTCP does not use ICE when RTCP-MUX in use (Reported by Joshua Colp) * ASTERISK-27128 - [patch]res_stasis_snoop: When recording a snoop channel (using ARI) where no media is being received, no recording happens when theres no media (Reported by Dan Jenkins) * ASTERISK-27123 - confbridge: Name recordings are left on filesystem (Reported by Sergej Kasumovic) * ASTERISK-27122 - chan_iax2: On reload MWI taskprocessors keep adding up (Reported by Sergej Kasumovic) * ASTERISK-26807 - sounds: New 3-D Binaural audio features require new sound prompts (Reported by Rusty Newton) * ASTERISK-25816 - French conf-adminmenu, conf-usermenu prompts differ in content from the English files (Reported by Benoit Duverger) * ASTERISK-26274 - Resolve open sounds issues and then create a new sounds release (1.5.1? or 1.6?) (Reported by Rusty Newton) * ASTERISK-27127 - configs: Erroneous load directive in sample configuration results in "Error loading module 'res_pjsip_multihomed.so'" (Reported by HZMI8gkCvPpom0tM) * ASTERISK-27105 - [patch]core: when setting 'maxfiles' in asterisk.conf, a message is printed, even in rasterisk -x (Reported by Tzafrir Cohen) * ASTERISK-27036 - res_pjsip: Asterisk crashes when an extension tries to use PJSIP trunk with from_user containing '@' (Reported by Maxim Vasilev) * ASTERISK-27023 - res_rtp_asterisk: Deadlock when TURN session in use (Reported by Jatin Jain) * ASTERISK-27093 - ODBC deadlocks when app_directory tries to play back non-existent voicemail greeting (Reported by James Terhune) New Features made in this release: ----------------------------------- * ASTERISK-27215 - [patch]AMI : Add CancelAtxfer Action (Reported by Thomas Sevestre) * ASTERISK-27117 - core: Add support for timelen parsing to ast_parse_arg and ACO. (Reported by Corey Farrell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.18.0 Thank you for your continued support of Asterisk! ----- 13.17.0 ---- The Asterisk Development Team would like to announce the release of Asterisk 13.17.0. The release of Asterisk 13.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following issues are resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-27108 - Crash using 'data get' CLI command (Reported by Sean Bright) * ASTERISK-27106 - [patch] autodomain (SIP Domain Support): Add only really different domain with TLS. (Reported by Alexander Traud) * ASTERISK-27100 - channel: ast_waitfordigit_full fails to clear flag in an error branch. (Reported by Corey Farrell) * ASTERISK-27090 - PJSIP: Deadlock using TCP transport (Reported by Richard Mudgett) * ASTERISK-25665 - Duplicate logging in queue log for EXITEMPTY events (Reported by Ove Aursand) * ASTERISK-27065 - call hangup after leaving app_queue (Reported by Marek Cervenka) * ASTERISK-26978 - rtp: Crash in ast_rtp_codecs_payload_code() (Reported by Ross Beer) * ASTERISK-27074 - core_local: local channel data not being properly unref'ed and unlocked (Reported by Kevin Harwell) * ASTERISK-27075 - bridge: stuck channel(s) after failed attended transfer (Reported by Kevin Harwell) * ASTERISK-24052 - app_voicemail reloads result in leaked IMAP sockets. (Reported by Louis Jocelyn Paquet) * ASTERISK-27060 - Comment typo format_g729.c (Reported by Matthew Fredrickson) * ASTERISK-27026 - res_ari: Crash when no ari.conf configuration file exists (Reported by Ronald Raikes) * ASTERISK-27041 - Core/PBX: [patch] Deadlock between dialplan execution and application unregistration (Reported by Frederic LE FOLL) * ASTERISK-27057 - Seg Fault in ast_sorcery_object_get_id at sorcery.c (Reported by Ryan Smith) * ASTERISK-27024 - nat/external_media settings ignored in 14.4.1 (Reported by Christopher van de Sande) * ASTERISK-27046 - res_pjsip_transport_websocket: segfault in get_write_timeout (Reported by Jørgen H) * ASTERISK-27022 - res_rtp_asterisk: Incorrect SSRC change for RTCP component (Reported by Michael Walton) * ASTERISK-26923 - bridging: T.38 request is lost when channels are added to bridge (Reported by Torrey Searle) * ASTERISK-27053 - res_pjsip_refer/session: Calls dropped during transfer (Reported by Kevin Harwell) * ASTERISK-27052 - Asterisk build process fails with flag --with-pjproject-bundled with curl download command and slow network (Reported by alex) * ASTERISK-27039 - chan_pjsip: Device state is idle when channel from endpoint is in early media (Reported by Joshua Colp) * ASTERISK-26996 - chan_pjsip: Flipping between codecs (Reported by Michael Maier) * ASTERISK-26281 - chan_pjsip would send INVITE to 'Unreachable' endpoints (Reported by Jacek Konieczny) * ASTERISK-26973 - bridge: Crash when freeing frame and snooping (Reported by Michel R. Vaillancourt) * ASTERISK-19291 - Background in realtime (Reported by Andrew Nowrot) * ASTERISK-27025 - channel / meetme: Fix missing parentheses (Reported by Joshua Colp) * ASTERISK-27021 - GET /recordings/stored returns 500 Internal Server Error (Reported by Tim Morgan) * ASTERISK-24858 - [patch]Asterisk 13 PJSIP sends RTP packets in wrong byte order on Intel platform when using slin codec (Reported by Frankie Chin) * ASTERISK-23951 - Asterisk attempts and fails to build format_mp3 even if mp3lib was not downloaded (Reported by Tzafrir Cohen) * ASTERISK-25294 - srtp's crypto_get_random deprecated (Reported by Tzafrir Cohen) * ASTERISK-23839 - AGI - RECORD FILE - documentation doesn't describe BEEP argument (Reported by Rusty Newton) * ASTERISK-22432 - Async AGI crashes Asterisk when issuing "set variable" command without args (Reported by Antoine Pitrou) * ASTERISK-25662 - Malformed AGI 520 Usage response (Reported by Tony Mountifield) * ASTERISK-25101 - DTLS configuration can not be specified in the general section - documentation (Reported by Ben Langfeld) * ASTERISK-27008 - res_format_attr_h264: SDP parse fails if fmtp optional parameters have a space (Reported by John Harris) * ASTERISK-26399 - app_queue: Agent not called when caller is parked (Reported by wushumasters) * ASTERISK-26400 - app_queue: Queue member stops being called after AMI "Redirect" action for queues with wrapuptime (Reported by Etienne Lessard) * ASTERISK-26715 - app_queue: Member will not receive any new calls after doing a transfer if wrapuptime = greater than 0 and using Local channel (Reported by David Brillert) * ASTERISK-26975 - app_queue: Non-zero wrapup time can cause agents not to receive queue calls after transfer queue call (Reported by Lorne Gaetz) * ASTERISK-27012 - app_confbridge: ConfBridge sometimes does not play user name recording while leaving (Reported by Robert Mordec) * ASTERISK-26979 - res_rtp_asterisk: SRTP unprotect failed with authentication failure 10 or 110 (Reported by Javier Riveros) * ASTERISK-26982 - chan_sip: rtcp_mux setting may cause ice completion failure/delay if client offers rtcp-mux as negotiable (Reported by Stefan Engström) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26789 - Audit manipulation of channel flags without locks (Reported by Joshua Colp) * ASTERISK-26333 - Problems with Blind Transfer, PJSIP (Aastra 6869i) (Reported by Matthias Binder) Improvements made in this release: ----------------------------------- * ASTERISK-26230 - [patch] res_pjsip_mwi: unsolicited mwi could block PJSIP taskprocessor on startup (Reported by Alexei Gradinari) * ASTERISK-27043 - Core/BuildSystem: Add defines to fix build with LibreSSL (Reported by Guido Falsi) * ASTERISK-27042 - Unpatched asterisk sources fail to build on FreeBSD due to missing crypt.h file (Reported by Guido Falsi) * ASTERISK-26419 - audiohooks: Remove redundant codec translations when using audiohooks (Reported by Michael Walton) * ASTERISK-26976 - libsrtp-2.x.x support (Reported by Alex) * ASTERISK-26124 - res_agi: Set audio format for EAGI audio stream (Reported by John Fawcett) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.17.0 Thank you for your continued support of Asterisk!
2018-01-23 09:26:08 +01:00
share/doc/asterisk/README-SERIOUSLY.bestpractices.md
share/doc/asterisk/README.md
2015-12-06 00:29:05 +01:00
share/doc/asterisk/README.txt
share/doc/asterisk/UPGRADE-1.2.txt
share/doc/asterisk/UPGRADE-1.4.txt
share/doc/asterisk/UPGRADE-1.6.txt
share/doc/asterisk/UPGRADE-1.8.txt
share/doc/asterisk/UPGRADE-10.txt
share/doc/asterisk/UPGRADE-11.txt
share/doc/asterisk/UPGRADE-12.txt
share/doc/asterisk/UPGRADE.txt
share/doc/asterisk/Zaptel-to-DAHDI.txt
share/doc/asterisk/api-1.6.2-changes.txt
share/examples/asterisk/acl.conf
share/examples/asterisk/adsi.conf
share/examples/asterisk/agents.conf
share/examples/asterisk/alarmreceiver.conf
share/examples/asterisk/alsa.conf
share/examples/asterisk/amd.conf
share/examples/asterisk/app_mysql.conf
share/examples/asterisk/app_skel.conf
share/examples/asterisk/ari.conf
Update to Asterisk 13.15.0. This is mostly a bug fix release with a few minor enhancements. 13.14.1 was released to fix AST-2017-001. ----- 13.15.0 The Asterisk Development Team would like to announce the release of Asterisk 13.15.0. The release of Asterisk 13.15.0 resolves several issues reported by the community and would have not been possible without your participation. *Thank you!* The following issues are resolved in this release: *New Features made in this release:* ----------------------------------- - [ASTERISK-26878 <https://issues.asterisk.org/jira/browse/ASTERISK-26878>] - func_channel: Add ability to get the callid so dialplan has access to it. (Reported by Richard Mudgett) - [ASTERISK-26863 <https://issues.asterisk.org/jira/browse/ASTERISK-26863>] - res_pjsip: Add endpoint identification scheme based on a configured SIP header/value (Reported by Matt Jordan) - [ASTERISK-17428 <https://issues.asterisk.org/jira/browse/ASTERISK-17428>] - [patch] Allow "Comedian Mail" branding to be removed (Reported by John Covert) *Bugs fixed in this release:* ----------------------------------- - [ASTERISK-26851 <https://issues.asterisk.org/jira/browse/ASTERISK-26851>] - res_pjsip_sdp_rtp: RTP instance does not use same IP as explicit transport (Reported by Richard Begg) - [ASTERISK-26897 <https://issues.asterisk.org/jira/browse/ASTERISK-26897>] - chan_sip: Security vulnerability with client code header (Reported by Alex Villacís Lasso) - [ASTERISK-26916 <https://issues.asterisk.org/jira/browse/ASTERISK-26916>] - res_pjsip: Excessive refcount reached on transport ao2 object (Reported by Ross Beer) - [ASTERISK-26705 <https://issues.asterisk.org/jira/browse/ASTERISK-26705>] - libasteriskssl.so not found when asterisk is installed for the 1st time (Reported by George Joseph) - [ASTERISK-26850 <https://issues.asterisk.org/jira/browse/ASTERISK-26850>] - res_hep_pjsip: Asterisk insert wrong protocol name in "Protocol ID" field in HEP packets (Reported by Max Norba) - [ASTERISK-26484 <https://issues.asterisk.org/jira/browse/ASTERISK-26484>] - res_pjsip_messaging: Crash when using invalid URI in MessageSend 'from' argument. (Reported by Vinod Dharashive) - [ASTERISK-26776 <https://issues.asterisk.org/jira/browse/ASTERISK-26776>] - res_pjsip_pubsub: Crash when generating xpidf content (Reported by Andrew Green) - [ASTERISK-26880 <https://issues.asterisk.org/jira/browse/ASTERISK-26880>] - Asterisk crashes when multiple speex users join confbridge with pp_vad and dtx enabled (Reported by Kirsty Tyerman) - [ASTERISK-26862 <https://issues.asterisk.org/jira/browse/ASTERISK-26862>] - app_queue: Queue stops calling members with local interface after forwarding in previous call (Reported by Robert Mordec) - [ASTERISK-26732 <https://issues.asterisk.org/jira/browse/ASTERISK-26732>] - res_rtp_asterisk: Implement RTCP Multiplexing - breaking WebRTC in Chrome (Reported by Dan Jenkins) - [ASTERISK-26879 <https://issues.asterisk.org/jira/browse/ASTERISK-26879>] - PJSIP external_media_address ignored if no local_net options are provided (Reported by Matt Jordan) - [ASTERISK-26867 <https://issues.asterisk.org/jira/browse/ASTERISK-26867>] - autochan: Locking in a function ast_autochan_destroy() on destroyed channel (after masquerade). (Reported by Krzysztof Trempala) - [ASTERISK-26869 <https://issues.asterisk.org/jira/browse/ASTERISK-26869>] - res_pjsip_refer: blind call transfer w/o a user name doesn't go to the s extension (Reported by Torrey Searle) - [ASTERISK-26668 <https://issues.asterisk.org/jira/browse/ASTERISK-26668>] - core: Malformed pattern matching extension (various factors) results in crash (Reported by xrobau) - [ASTERISK-26865 <https://issues.asterisk.org/jira/browse/ASTERISK-26865>] - chan_iax2: Reload of iax peer results in loss of host address/port (Reported by Richard Begg) - [ASTERISK-26872 <https://issues.asterisk.org/jira/browse/ASTERISK-26872>] - Bundled pjproject fails to build when tarball downloaded with curl due to md5 verification failure in Docker containers (or when there is no terminal) (Reported by Matt Jordan) - [ASTERISK-26717 <https://issues.asterisk.org/jira/browse/ASTERISK-26717>] - Document the fact that Asterisk HEP support only works with the PJSIP channel driver (Reported by Olivier Krief) - [ASTERISK-26643 <https://issues.asterisk.org/jira/browse/ASTERISK-26643>] - Extra new line in Device field of DeviceStateChange AMI Event after restart of Asterisk (Reported by Roman Bedros) - [ASTERISK-25237 <https://issues.asterisk.org/jira/browse/ASTERISK-25237>] - stasis_cache.c:845 caching_topic_exec: - misleading ERROR message (Reported by Smirnov Aleksey) - [ASTERISK-26857 <https://issues.asterisk.org/jira/browse/ASTERISK-26857>] - chan_pjsip: Dialplan function race condition (Reported by Joshua Colp) - [ASTERISK-26841 <https://issues.asterisk.org/jira/browse/ASTERISK-26841>] - chan_sip: Call not cancelled after receiving a 422 response (Reported by Jean Aunis - Prescom) - [ASTERISK-26822 <https://issues.asterisk.org/jira/browse/ASTERISK-26822>] - pjsip/cli_commands: pjsip show channelstats shows wrong codec (Reported by Kevin Harwell) - [ASTERISK-26685 <https://issues.asterisk.org/jira/browse/ASTERISK-26685>] - res_pjsip: Crash when using IPv6 and Transport ws,wss (Reported by Michael Balen) - [ASTERISK-24562 <https://issues.asterisk.org/jira/browse/ASTERISK-24562>] - app_voicemail: Cannot set fromstring on a per-mailbox basis (Reported by Mark Scholten) - [ASTERISK-26598 <https://issues.asterisk.org/jira/browse/ASTERISK-26598>] - Saynumber is trying to get "and" from "digits/" subfolder (Reported by Jonathan Harris) - [ASTERISK-17067 <https://issues.asterisk.org/jira/browse/ASTERISK-17067>] - Long lines in call files cause spurious syntax error (Reported by Dave Olszewski) - [ASTERISK-26796 <https://issues.asterisk.org/jira/browse/ASTERISK-26796>] - res_pjsip_transport_websocket: Via header is 'WS' when it should be 'WSS' (Reported by Jørgen H) - [ASTERISK-25628 <https://issues.asterisk.org/jira/browse/ASTERISK-25628>] - res_config_pgsql: should match the behavior of other drivers so that queue_log can disable adaptive logging (Reported by Dmitry Wagin) - [ASTERISK-26825 <https://issues.asterisk.org/jira/browse/ASTERISK-26825>] - pjsip.conf.sample: user_agent: still refers to branch 12 (Reported by Tzafrir Cohen) - [ASTERISK-26823 <https://issues.asterisk.org/jira/browse/ASTERISK-26823>] - PJSIP: Persistent subscriptions can cause FRACKs if endpoint does not exist (Reported by Mark Michelson) - [ASTERISK-26623 <https://issues.asterisk.org/jira/browse/ASTERISK-26623>] - res_pjsip: Crash when calling PJSIPShowEndpoint (Reported by Jørgen H) - [ASTERISK-26808 <https://issues.asterisk.org/jira/browse/ASTERISK-26808>] - res_pjsip_outbound_registration doesn't know about network change events (Reported by George Joseph) - [ASTERISK-26313 <https://issues.asterisk.org/jira/browse/ASTERISK-26313>] - chan_sip : Asterisk restart seems to be required for changing encryption option (Reported by benasse) - [ASTERISK-26781 <https://issues.asterisk.org/jira/browse/ASTERISK-26781>] - bridge: Passing the 'p' (play tone) flag to Bridge() application results in garbled audio (Reported by Sean Bright) - [ASTERISK-26782 <https://issues.asterisk.org/jira/browse/ASTERISK-26782>] - res_pjsip: URI requirement for fields is not consistently documented and error does not provide indication (Reported by Peter Sokolov) - [ASTERISK-26812 <https://issues.asterisk.org/jira/browse/ASTERISK-26812>] - [patch] Fix download_externals To Allow The Use Of curl Or wget (Reported by Michael L. Young) - [ASTERISK-18271 <https://issues.asterisk.org/jira/browse/ASTERISK-18271>] - Pattern matching with res_config_mysql extensions does not behave as expected (Reported by Charlie Smurthwaite) - [ASTERISK-26669 <https://issues.asterisk.org/jira/browse/ASTERISK-26669>] - PJSIP Segfault 13.13.1 (Bundled PJSIP) (Reported by Nic Colledge) - [ASTERISK-18731 <https://issues.asterisk.org/jira/browse/ASTERISK-18731>] - [patch] DUNDi weight parameter not processed correctly (Reported by Peter Racz) - [ASTERISK-26580 <https://issues.asterisk.org/jira/browse/ASTERISK-26580>] - [patch] Error during LDAP modify action when user unregisters (Reported by Nicholas John Koch) - [ASTERISK-26799 <https://issues.asterisk.org/jira/browse/ASTERISK-26799>] - res_pjsip: Using an auth object for inbound and outbound authentication fails. (Reported by Richard Mudgett) - [ASTERISK-26738 <https://issues.asterisk.org/jira/browse/ASTERISK-26738>] - Frequent segfaults since activation of DNS SRV, in pjsip_auth_clt_reinit_req at /pjsip/sip_auth_client.c, and pj_atomic_inc_and_get at pj/os_core_unix.c (Reported by Michael Maier) - [ASTERISK-25893 <https://issues.asterisk.org/jira/browse/ASTERISK-25893>] - Function vmauthenticate accesses uninitialized memory (Reported by Filip Jenicek) - [ASTERISK-26802 <https://issues.asterisk.org/jira/browse/ASTERISK-26802>] - [patch] Integrity Check Of PJSIP Download Fails (Reported by Michael L. Young) - [ASTERISK-15858 <https://issues.asterisk.org/jira/browse/ASTERISK-15858>] - [patch] Fix query with double backslash in string literals and stop log warnings (Reported by Humberto Figuera) - [ASTERISK-26057 <https://issues.asterisk.org/jira/browse/ASTERISK-26057>] - res_config_sqlite3 uses incorrect query - unnecessary escape (Reported by Stepan) - [ASTERISK-23457 <https://issues.asterisk.org/jira/browse/ASTERISK-23457>] - SQlite3: Realtime queue loading fails after PRAGMA query result (Reported by Scott Griepentrog) - [ASTERISK-26794 <https://issues.asterisk.org/jira/browse/ASTERISK-26794>] - http: Crash on Reload Only in ast_tcptls_server_start (Reported by Joshua Elson) - [ASTERISK-26714 <https://issues.asterisk.org/jira/browse/ASTERISK-26714>] - Phone default have not ringing on ARM (Reported by Igor Goncharovsky) - [ASTERISK-26696 <https://issues.asterisk.org/jira/browse/ASTERISK-26696>] - pjsip_pubsub: PJSIP Subscription Persistence in AstDB Does not update on subscription refresh (Reported by Zach R) - [ASTERISK-26756 <https://issues.asterisk.org/jira/browse/ASTERISK-26756>] - res_pjsip_mwi: Asterisk does not terminate MWI subscription (Reported by Carl Fortin) - [ASTERISK-26109 <https://issues.asterisk.org/jira/browse/ASTERISK-26109>] - Asterisk fails building with OpenSSL 1.1.0 (Reported by Tzafrir Cohen) - [ASTERISK-26723 <https://issues.asterisk.org/jira/browse/ASTERISK-26723>] - VoiceMailPlayMsg not playing messages via realtime (Reported by Ryan Rittgarn) - [ASTERISK-18286 <https://issues.asterisk.org/jira/browse/ASTERISK-18286>] - [patch] 'Silence' is truncated in Record() (Reported by var) - [ASTERISK-26248 <https://issues.asterisk.org/jira/browse/ASTERISK-26248>] - chan_pjsip: Error when calling PJSIP client with domain specified (Reported by Norbert Varga) - [ASTERISK-26788 <https://issues.asterisk.org/jira/browse/ASTERISK-26788>] - core: Protect flags during ast_waitfor (Reported by Joshua Colp) - [ASTERISK-26115 <https://issues.asterisk.org/jira/browse/ASTERISK-26115>] - pbx: AMI Originate ignore "failed" extension on call failure (Reported by Nasir Iqbal) - [ASTERISK-26785 <https://issues.asterisk.org/jira/browse/ASTERISK-26785>] - configs/samples: The 'identify' entry is in the wrong section in sorcery.conf.sample (Reported by Torrey Searle) - [ASTERISK-26772 <https://issues.asterisk.org/jira/browse/ASTERISK-26772>] - Crash in srv.c on startup with pjsip (Reported by nappsoft) - [ASTERISK-26770 <https://issues.asterisk.org/jira/browse/ASTERISK-26770>] - res_stasis_device_state: Duplicate subscriptions when multiple received at same time (Reported by Joshua Colp) *Improvements made in this release:* ----------------------------------- - [ASTERISK-26864 <https://issues.asterisk.org/jira/browse/ASTERISK-26864>] - res_pjsip_session: Add support for overlap dialling (Reported by Richard Begg) - [ASTERISK-26846 <https://issues.asterisk.org/jira/browse/ASTERISK-26846>] - chan_sip: Add rtcp-mux support (Reported by Sean Bright) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.15.0 *Thank you for your continued support of Asterisk!* ----- 13.14.0 The Asterisk Development Team has announced the release of Asterisk 13.14.0. The release of Asterisk 13.14.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-26630 - Make logging PJPROJECT messages a bit easier (Reported by Richard Mudgett) Bugs fixed in this release: ----------------------------------- * ASTERISK-26772 - Crash in srv.c on startup with pjsip (Reported by nappsoft) * ASTERISK-26704 - res_odbc.conf contains deprecated configuration: 'pooling', 'shared_connections', 'limit', and 'idlecheck' options were replaced by 'max_connections'. (Reported by Anthony Messina) * ASTERISK-21094 - MixMonitorMute mutes through stream if already slinear (e.g. Originate) (Reported by David Woolley) * ASTERISK-26716 - ari: Channels with pre-dial handlers cannot be hung up via ARI (Reported by Tom Pawelek) * ASTERISK-26632 - core: Possibility of a frame "imbalance" leading to stuck channels. (Reported by Mark Michelson) * ASTERISK-25951 - res_agi: run_agi eats frames it shouldn't (Reported by George Joseph) * ASTERISK-26343 - ASTERISK-25951 causes issues for callerid manipulation through agi (Reported by Morten Tryfoss) * ASTERISK-26679 - Crash on invalid contact domain (pjsip aor) (Reported by Dmitriy) * ASTERISK-26699 - res_pjsip: Assertion when sending OPTIONS request to endpoint (Reported by Ross Beer) * ASTERISK-24858 - [patch]Asterisk 13 PJSIP sends RTP packets in wrong byte order on Intel platform when using slin codec (Reported by Frankie Chin) * ASTERISK-26754 - build_tools: make_build_h does not handle \ in user name (Reported by Kirill Katsnelson) * ASTERISK-26753 - AMI disconnect causes "ast_careful_fwrite: fwrite() returned error: Broken pipe" (Reported by Kirill Katsnelson) * ASTERISK-26755 - app_queue: Random queues disappear on "core reload queue all" (Reported by Kirill Katsnelson) * ASTERISK-26735 - res_pjsip_endpoint_identifier_ip: "srv_lookups" after match in .conf has no effect (Reported by Michael Maier) * ASTERISK-26693 - res_pjsip_endpoint_identifier_ip: Add support for SRV (Reported by Joshua Colp) * ASTERISK-26743 - PJPROJECT: Detecting compiled max log level does not work. (Reported by Richard Mudgett) * ASTERISK-26740 - voicemail API test: uses varlibdir instead of datadir for a sound file (Reported by Tzafrir Cohen) * ASTERISK-26739 - voicemail API test: confuses expected and actual values (Reported by Tzafrir Cohen) * ASTERISK-26731 - res_sorcery_memory_cache: memory leak on every sorcery memory cache populate (Reported by Ustinov Artem) * ASTERISK-26710 - [patch] res_rtp_asterisk: CHANNEL arguments, (rtcp,all_rtt),(rtcp,all_loss),(rtcp,all_jitter) always return 0 (Reported by Aaron An) * ASTERISK-26672 - Crash when setting remote address on RTP instance (Reported by Richard Mudgett) * ASTERISK-26670 - [patch] Outgoing SIP-URI Dialing via PJSIP (Reported by Alexander Traud) * ASTERISK-26691 - Remember SDP negotiation on SIP_CODEC_INBOUND. (Reported by Alexander Traud) * ASTERISK-26673 - chan_pjsip: Crash when using CHANNEL dialplan function around masquerade (Reported by Joshua Colp) * ASTERISK-26684 - res_pjsip: Various issues with compact SIP headers (Reported by Joshua Elson) * ASTERISK-26655 - [patch]pjsip: Transfers Broken with Compact Headers Enabled (Reported by JoshE) * ASTERISK-26621 - app_queue: Queue application does not ring members with Local interface (Reported by Jonas Kellens) * ASTERISK-26586 - chan_sip: Segfaults upon reload if client with MWI wasn't registered (Reported by Michael Kuron) * ASTERISK-25494 - build: GCC 5.1.x catches some new const, array bounds and missing paren issues (Reported by George Joseph) * ASTERISK-24499 - Need more explicit debug when PJSIP dialstring is invalid (Reported by Rusty Newton) * ASTERISK-25083 - Message.c: Message channel becomes saturated with frames leading to spammy log messages (Reported by Jonathan Rose) * ASTERISK-26653 - pjproject_bundled doesn't verify already downloaded tarballs (Reported by George Joseph) * ASTERISK-26433 - chan_sip: Allows To-tag checks to be bypassed, setting up new calls (Reported by Walter Doekes) * ASTERISK-26579 - codec_opus: Recursiveness when parsing fmtp line (Reported by Jørgen H) * ASTERISK-26644 - PJSIPShowRegistrationsInbound just dumps all aors (Reported by George Joseph) * ASTERISK-26490 - res_pjsip: sends 481 Call/Transaction Does Not Exist when transaction branch parameter contains "_" (Reported by Juris Breicis) * ASTERISK-26617 - res_rtp_asterisk: Can't bind on systems without IPv6 (Reported by Guido Falsi) * ASTERISK-24330 - Requirement for 'wss' value in Contact header transport parameter on inbound traffic violates RFC7118 (Reported by Marek Cervenka) * ASTERISK-26546 - mips64el and x32 - undefined reference to symbol 'dlopen@@GLIBC_2.2' (Reported by Tzafrir Cohen) * ASTERISK-26566 - res_rtp_asterisk: RTT miscalculation in RTCP (Reported by Hector Royo Concepcion) * ASTERISK-26604 - chan_sip: sip reload doesn't apply changes to tlscertfile, tlsciphers, etc. (Reported by Michael Kuron) * ASTERISK-26603 - [patch] chan_pjsip: not switching sending codec to receiving codec when asymmetric_rtp_codec=no (Reported by Alexei Gradinari) * ASTERISK-26523 - chan_sip: Asterisk 13.12.1 disconnects incoming calls after 2 minutes - rtptimeout behaving badly - regression (Reported by Michael Keuter) * ASTERISK-26503 - app_voicemail: Asterisk crashes when MailboxExists is used (Reported by Doug Lytle) Improvements made in this release: ----------------------------------- * ASTERISK-23828 - pjsip - Need a command to list active SIP subscriptions (Reported by Rusty Newton) * ASTERISK-26527 - Testsuite: increase timeout to check "core fullybooted wait" up to 30 sec (Reported by Badalian Vyacheslav) * ASTERISK-26624 - res_calendar_caldav: Add support for gmail (Reported by Eduardo Scudeller Libardi) * ASTERISK-26562 - app_controlplayback: Transmit Silence on ControlPlayback pause (Reported by Mikheili Dautashvili) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.14.0 Thank you for your continued support of Asterisk! -----
2017-05-14 00:39:13 +02:00
share/examples/asterisk/ast_debug_tools.conf
2015-12-06 00:29:05 +01:00
share/examples/asterisk/asterisk.adsi
share/examples/asterisk/asterisk.conf
share/examples/asterisk/calendar.conf
share/examples/asterisk/ccss.conf
share/examples/asterisk/cdr.conf
share/examples/asterisk/cdr_adaptive_odbc.conf
share/examples/asterisk/cdr_custom.conf
share/examples/asterisk/cdr_manager.conf
share/examples/asterisk/cdr_mysql.conf
share/examples/asterisk/cdr_odbc.conf
share/examples/asterisk/cdr_pgsql.conf
share/examples/asterisk/cdr_sqlite3_custom.conf
share/examples/asterisk/cdr_syslog.conf
share/examples/asterisk/cdr_tds.conf
share/examples/asterisk/cel.conf
share/examples/asterisk/cel_custom.conf
share/examples/asterisk/cel_odbc.conf
share/examples/asterisk/cel_pgsql.conf
share/examples/asterisk/cel_sqlite3_custom.conf
share/examples/asterisk/cel_tds.conf
share/examples/asterisk/chan_dahdi.conf
share/examples/asterisk/chan_mobile.conf
share/examples/asterisk/cli.conf
share/examples/asterisk/cli_aliases.conf
share/examples/asterisk/cli_permissions.conf
share/examples/asterisk/codecs.conf
share/examples/asterisk/confbridge.conf
share/examples/asterisk/config_test.conf
share/examples/asterisk/console.conf
share/examples/asterisk/dbsep.conf
share/examples/asterisk/dnsmgr.conf
share/examples/asterisk/dsp.conf
share/examples/asterisk/dundi.conf
share/examples/asterisk/enum.conf
share/examples/asterisk/extconfig.conf
share/examples/asterisk/extensions.ael
share/examples/asterisk/extensions.conf
share/examples/asterisk/extensions.lua
share/examples/asterisk/extensions_minivm.conf
share/examples/asterisk/features.conf
share/examples/asterisk/festival.conf
share/examples/asterisk/followme.conf
share/examples/asterisk/func_odbc.conf
share/examples/asterisk/hep.conf
share/examples/asterisk/http.conf
share/examples/asterisk/iax.conf
share/examples/asterisk/iaxprov.conf
share/examples/asterisk/indications.conf
share/examples/asterisk/logger.conf
share/examples/asterisk/manager.conf
share/examples/asterisk/meetme.conf
share/examples/asterisk/mgcp.conf
share/examples/asterisk/minivm.conf
share/examples/asterisk/misdn.conf
share/examples/asterisk/modules.conf
share/examples/asterisk/motif.conf
share/examples/asterisk/musiconhold.conf
share/examples/asterisk/muted.conf
share/examples/asterisk/ooh323.conf
share/examples/asterisk/osp.conf
share/examples/asterisk/oss.conf
share/examples/asterisk/phone.conf
share/examples/asterisk/phoneprov.conf
Update to Asterisk 13.8.2: this is mainly a bug fix release. It also contains fixes for AST-2016-004 and AST-2016-005. However, those issues only affected the pjsip module. Since Asterisk in pkgsrc doesn't (yet) use pjsip, it wasn't affected. ----- 13.8.2 The Asterisk Development Team has announced the release of Asterisk 13.8.2. The release of Asterisk 13.8.2 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events not raised (Reported by Joshua Colp) * ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP thread (Reported by Joshua Colp) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.2 Thank you for your continued support of Asterisk! ----- 13.8.0 The Asterisk Development Team has announced the release of Asterisk 13.8.0. The release of Asterisk 13.8.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-24919 - res_pjsip_config_wizard: Ability to write contents to file (Reported by Ray Crumrine) * ASTERISK-25670 - Add regcontext to PJSIP (Reported by Daniel Journo) * ASTERISK-25480 - [patch]Add field PauseReason on QueueMemberStatus (Reported by Rodrigo Ramirez Norambuena) Bugs fixed in this release: ----------------------------------- * ASTERISK-25849 - chan_pjsip: transfers with direct media sometimes drops audio (Reported by Kevin Harwell) * ASTERISK-25113 - install_prereq in Debian 8 without "standard system utilities" (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25814 - Segfault at f ip in res_pjsip_refer.so (Reported by Sergio Medina Toledo) * ASTERISK-25023 - Deadlock in chan_sip in update_provisional_keepalive (Reported by Arnd Schmitter) * ASTERISK-25321 - [patch]DeadLock ChanSpy with call over Local channel (Reported by Filip Frank) * ASTERISK-25829 - res_pjsip: PJSIP does not accept spaces when separating multiple AORs (Reported by Mateusz Kowalski) * ASTERISK-25771 - ARI:Crash - Attended transfers of channels into Stasis application. (Reported by Javier Riveros ) * ASTERISK-25830 - Revision 2451d4e breaks NAT (Reported by Sean Bright) * ASTERISK-25582 - Testsuite: Reactor timeout error in tests/fax/pjsip/directmedia_reinvite_t38 (Reported by Matt Jordan) * ASTERISK-25811 - Unable to delete object from sorcery cache (Reported by Ross Beer) * ASTERISK-25800 - [patch] Calculate talktime when is first call answered (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25727 - RPM build requires OPTIONAL_API cflag due to PJSIP requirement (Reported by Gergely Dömsödi) * ASTERISK-25337 - Crash on PJSIP_HEADER Add P-Asserted-Identity when calling from Gosub (Reported by Jacques Peacock) * ASTERISK-25738 - res_pjsip_pubsub: Crash while executing OutboundSubscriptionDetail ami action (Reported by Kevin Harwell) * ASTERISK-25721 - [patch] res_phoneprov: memory leak and heap-use-after-free (Reported by Badalian Vyacheslav) * ASTERISK-25272 - [patch]The ICONV dialplan function sometimes returns garbage (Reported by Etienne Lessard) * ASTERISK-25751 - res_pjsip: Support pjsip_dlg_create_uas_and_inc_lock (Reported by Joshua Colp) * ASTERISK-25606 - Core dump when using transports in sorcery (Reported by Martin Moučka) * ASTERISK-20987 - non-admin users, who join muted conference are not being muted (Reported by hristo) * ASTERISK-25737 - res_pjsip_outbound_registration: line option not in Alembic (Reported by Joshua Colp) * ASTERISK-25603 - [patch]udptl: Uninitialized lengths and bufs in udptl_rx_packet cause ast_frdup crash (Reported by Walter Doekes) * ASTERISK-25742 - Secondary IFP Packets can result in accessing uninitialized pointers and a crash (Reported by Torrey Searle) * ASTERISK-24972 - Transport Layer Security (TLS) Protocol BEAST Vulnerability - Investigate vulnerability of HTTP server (Reported by Alex A. Welzl) * ASTERISK-25397 - [patch]chan_sip: File descriptor leak with non-default timert1 (Reported by Alexander Traud) * ASTERISK-25702 - PjSip realtime DB and Cache Errors since upgrade to asterisk-13.7.0 from asterisk-13.7.0-rc2 (Reported by Nic Colledge) * ASTERISK-25730 - build: make uninstall after make distclean tries to remove root (Reported by George Joseph) * ASTERISK-25725 - core: Incorrect XML documentation may result in weird behavior (Reported by Joshua Colp) * ASTERISK-25722 - ASAN & testsute: stack-buffer-overflow in sip_sipredirect (Reported by Badalian Vyacheslav) * ASTERISK-25709 - ARI: Crash can occur due to race condition when attempting to operate on a hung up channel (Reported by Mark Michelson) * ASTERISK-25714 - ASAN:heap-buffer-overflow in logger.c (Reported by Badalian Vyacheslav) * ASTERISK-25685 - infrastructure: Run alembic in Jenkins build script (Reported by Joshua Colp) * ASTERISK-25712 - Second call to already-on-call phone and Asterisk sends "Ready" (Reported by Richard Mudgett) * ASTERISK-24801 - ASAN: ast_el_read_char stack-buffer-overflow (Reported by Badalian Vyacheslav) * ASTERISK-25179 - CDR(billsec,f) and CDR(duration,f) report incorrect values (Reported by Gianluca Merlo) * ASTERISK-25611 - core: threadpool thread_timeout_thrash unit test sporadically failing (Reported by Joshua Colp) * ASTERISK-24097 - Documentation - CHANNEL function help text missing 'linkedid' argument (Reported by Steven T. Wheeler) * ASTERISK-25700 - main/config: Clean config maps on shutdown. (Reported by Corey Farrell) * ASTERISK-25696 - bridge_basic: don't cache xferfailsound during a transfer (Reported by Kevin Harwell) * ASTERISK-25697 - bridge_basic: don't play an attended transfer fail sound after target hangs up (Reported by Kevin Harwell) * ASTERISK-25683 - res_ari: Asterisk fails to start if compiled with MALLOC_DEBUG (Reported by yaron nahum) * ASTERISK-25686 - PJSIP: qualify_timeout is a double, database schema is an integer (Reported by Marcelo Terres) * ASTERISK-25690 - Hanging up when executing connected line sub does not cause hangup (Reported by Joshua Colp) * ASTERISK-25687 - res_musiconhold: Concurrent invocations of 'moh reload' cause a crash (Reported by Sean Bright) * ASTERISK-25632 - res_pjsip_sdp_rtp: RTP is sent from wrong IP address when multihomed (Reported by Olivier Krief) * ASTERISK-25637 - Multi homed server using wrong IP (Reported by Daniel Journo) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25640 - pbx: Deadlock on features reload and state change hint. (Reported by Krzysztof Trempala) * ASTERISK-25681 - devicestate: Engine thread is not shut down (Reported by Corey Farrell) * ASTERISK-25680 - manager: manager_channelvars is not cleaned at shutdown (Reported by Corey Farrell) * ASTERISK-25679 - res_calendar leaks scheduler. (Reported by Corey Farrell) * ASTERISK-25675 - Endpoint not listed as Unreachable (Reported by Daniel Journo) * ASTERISK-25677 - pbx_dundi: leaks during failed load. (Reported by Corey Farrell) * ASTERISK-25673 - res_crypto leaks CLI entries (Reported by Corey Farrell) * ASTERISK-25668 - res_pjsip: Deadlock in distributor (Reported by Mark Michelson) * ASTERISK-25664 - ast_format_cap_append_by_type leaks a reference (Reported by Corey Farrell) * ASTERISK-25647 - bug of cel_radius.c: wrong point of ADD_VENDOR_CODE (Reported by Aaron An) * ASTERISK-25317 - asterisk sends too many stun requests (Reported by Stefan Engström) * ASTERISK-25137 - endpoint stasis messages are delivered twice (Reported by Vitezslav Novy) * ASTERISK-25116 - res_pjsip: Two PeerStatus AMI messages are sent for every status change (Reported by George Joseph) * ASTERISK-25641 - bridge: GOTO_ON_BLINDXFR doesn't work on transfer initiated channel (Reported by Dmitry Melekhov) * ASTERISK-25614 - DTLS negotiation delays (Reported by Dade Brandon) * ASTERISK-25442 - using realtime (mysql) queue members are never updated in wait_our_turn function (app_queue.c) (Reported by Carlos Oliva) * ASTERISK-25625 - res_sorcery_memory_cache: Add full backend caching (Reported by Joshua Colp) * ASTERISK-25601 - json: Audit reference usage and thread safety (Reported by Joshua Colp) * ASTERISK-25624 - AMI Event OriginateResponse bug (Reported by sungtae kim) Improvements made in this release: ----------------------------------- * ASTERISK-25495 - [patch] Prevent old-update packages on repository Debian systems (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25846 - Gracefully deal with Absent Stasis Apps (Reported by Andrew Nagy) * ASTERISK-25791 - res_pjsip_caller_id: Lack of support for Anonymous <anonymous at anonymous.invalid> (Reported by Anthony Messina) * ASTERISK-24813 - asterisk.c: #if statement in listener() confuses code folding editors (Reported by Corey Farrell) * ASTERISK-25767 - [patch] Add check to configure for sanitizes (Reported by Badalian Vyacheslav) * ASTERISK-25068 - Move commonly used FreePBX extra sounds to the core set (Reported by Rusty Newton) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.8.0 Thank you for your continued support of Asterisk!
2016-05-06 09:41:06 +02:00
share/examples/asterisk/pjproject.conf
2015-12-06 00:29:05 +01:00
share/examples/asterisk/pjsip.conf
share/examples/asterisk/pjsip_notify.conf
share/examples/asterisk/pjsip_wizard.conf
share/examples/asterisk/queuerules.conf
share/examples/asterisk/queues.conf
share/examples/asterisk/res_config_mysql.conf
share/examples/asterisk/res_config_sqlite.conf
share/examples/asterisk/res_config_sqlite3.conf
share/examples/asterisk/res_corosync.conf
share/examples/asterisk/res_curl.conf
share/examples/asterisk/res_fax.conf
share/examples/asterisk/res_ldap.conf
share/examples/asterisk/res_odbc.conf
share/examples/asterisk/res_parking.conf
share/examples/asterisk/res_pgsql.conf
share/examples/asterisk/res_pktccops.conf
share/examples/asterisk/res_snmp.conf
share/examples/asterisk/res_stun_monitor.conf
share/examples/asterisk/rtp.conf
share/examples/asterisk/say.conf
share/examples/asterisk/sip.conf
share/examples/asterisk/sip_notify.conf
share/examples/asterisk/skinny.conf
share/examples/asterisk/sla.conf
share/examples/asterisk/smdi.conf
share/examples/asterisk/sorcery.conf
share/examples/asterisk/ss7.timers
share/examples/asterisk/stasis.conf
share/examples/asterisk/statsd.conf
share/examples/asterisk/telcordia-1.adsi
share/examples/asterisk/test_sorcery.conf
share/examples/asterisk/udptl.conf
share/examples/asterisk/unistim.conf
share/examples/asterisk/users.conf
share/examples/asterisk/voicemail.conf
share/examples/asterisk/vpb.conf
share/examples/asterisk/xmpp.conf
${PLIST.webvmail}share/httpd/htdocs/_asterisk/animlogo.gif
${PLIST.webvmail}share/httpd/htdocs/_asterisk/play.gif
@pkgdir libdata/asterisk/keys
@pkgdir libdata/asterisk/firmware/iax
@pkgdir libdata/asterisk/documentation/thirdparty