1 ==============================================================================
3 === This file documents the new and/or enhanced functionality added in
4 === the Asterisk versions listed below. This file does NOT include
5 === changes in behavior that would not be backwards compatible with
6 === previous versions; for that information see the UPGRADE.txt file
7 === and the other UPGRADE files for older releases.
9 ==============================================================================
11 ------------------------------------------------------------------------------
12 --- Functionality changes from Asterisk 12 to Asterisk 13 --------------------
13 ------------------------------------------------------------------------------
17 * This module was deprecated and has been removed. Users of app_dahdibarge
18 should use ChanSpy instead.
22 * This module was deprecated and has been removed. Users of app_readfile
23 should use func_env's FILE function instead.
27 * This module was deprecated and has been removed. Users of app_saycountpl
28 should use the Say family of applications.
32 * New DeviceStateChanged and PresenceStateChanged AMI events have been added.
33 These events are emitted whenever a device state or presence state change
34 occurs. The events are controlled by res_manager_device_state.so and
35 res_manager_presence_state.so. If the high frequency of these events is
36 problematic for you, do not load these modules.
38 * Added DialplanExtensionAdd and DialplanExtensionRemove AMI commands. They
39 work in basically the same way as the 'dialplan add extension' and
40 'dialplan remove extension' CLI commands respectively.
42 * New AMI action LoggerRotate reloads and rotates logger in the same manner
43 as CLI command 'logger rotate'
45 * New AMI Actions FAXSessions, FAXSession, and FAXStats replicate the
46 functionality of CLI commands 'fax show sessions', 'fax show session',
47 and fax show stats' respectively.
49 * New AMI actions PRIDebugSet, PRIDebugFileSet, and PRIDebugFileUnset
50 enable manager control over PRI debugging levels and file output.
54 * This module was deprecated and has been removed. Users of cdr_sqlite
55 should use cdr_sqlite3_custom.
59 * Added the ability to support PostgreSQL application_name on connections.
60 This allows PostgreSQL to display the configured name in the
61 pg_stat_activity view and CSV log entries. This setting is configurable
62 for cdr_pgsql via the appname configuration setting in cdr_pgsql.conf.
66 * Added the ability to support PostgreSQL application_name on connections.
67 This allows PostgreSQL to display the configured name in the
68 pg_stat_activity view and CSV log entries. This setting is configurable
69 for cel_pgsql via the appname configuration setting in cel_pgsql.conf.
73 * The "bridge_technology" extra field key has been added to BRIDGE_ENTER
74 and BRIDGE_EXIT events.
78 * SS7 support now requires libss7 v2.0 or later.
80 * Added SS7 support for connected line and redirecting.
82 * Most SS7 CLI commands are reworked as well as new SS7 commands added.
85 * Added several SS7 config option parameters described in
86 chan_dahdi.conf.sample.
90 * This module was deprecated and has been removed. Users of chan_gtalk
91 should use chan_motif.
95 * This module was deprecated and has been removed. Users of chan_h323
96 should use chan_ooh323.
100 * This module was deprecated and has been removed. Users of chan_jingle
101 should use chan_motif.
105 * The SIPPEER dialplan function no longer supports using a colon as a
106 delimiter for parameters. The parameters for the function should be
107 delimited using a comma.
109 * The SIPCHANINFO dialplan function was deprecated and has been removed. Users
110 of the function should use the CHANNEL function instead.
114 * The TLS core in Asterisk now supports Perfect Forward Secrecy (PFS).
115 Enabling PFS is attempted by default, and is dependent on the configuration
116 of the module using TLS.
117 - Ephemeral ECDH (ECDHE) is enabled by default. To disable it, do not
118 specify a ECDHE cipher suite in sip.conf, for example:
119 tlscipher=AES128-SHA:DES-CBC3-SHA
120 - Ephemeral DH (DHE) is disabled by default. To enable it, add DH parameters
121 into the private key file, e.g., sip.conf tlsprivatekey. For example, the
122 default dh2048.pem - see
123 http://www.opensource.apple.com/source/OpenSSL098/OpenSSL098-35.1/src/apps/dh2048.pem?txt
124 - Because clients expect the server to prefer PFS, and because OpenSSL sorts
125 its cipher suites by bit strength, see "openssl ciphers -v DEFAULT".
126 Consider re-ordering your cipher suites in the respective configuration
128 tlscipher=AES128+kEECDH:AES128+kEDH:3DES+kEDH:AES128-SHA:DES-CBC3-SHA:-ADH:-AECDH
129 will use PFS when offered by the client. Clients which do not offer PFS
130 fall-back to AES-128 (or even 3DES, as recommended by RFC 3261).
134 * The ast_channel_feature_hooks* functions have been added to allow features
135 such as DTMF hooks, interval hooks, and bridge event hooks to be made
136 available to a channel when the channel is bridged. Previously, these
137 features were provided exclusively by the caller of ast_bridge_join()
138 outside of "basic" type bridges.
142 * The JACK_HOOK function now supports audio with a sample rate higher than
147 * The SetMusicOnHold dialplan application was deprecated and has been removed.
148 Users of the application should use the CHANNEL function's musicclass
151 * The WaitMusicOnHold dialplan application was deprecated and has been
152 removed. Users of the application should use MusicOnHold with a duration
157 * The 'say' family of dialplan applications now support the Japanese
158 language. The 'language' parameter in say.conf now recognizes a setting of
159 'ja', which will enable Japanese language specific mechanisms for playing
160 back numbers, dates, and other items.
164 * VoiceMail and VoiceMailMain now support the Japanese language. The
165 'language' parameter in voicemail.conf now recognizes a setting of 'ja',
166 which will enable prompts to be played back using a Japanese grammatical
167 structure. Additional prompts are necessary for this functionality,
169 - jb-arimasu: there is
170 - jb-arimasen: there is not
171 - jb-oshitekudasai: please press
179 * Added the ability to support PostgreSQL application_name on connections.
180 This allows PostgreSQL to display the configured name in the
181 pg_stat_activity view and CSV log entries. This setting is configurable
182 for res_config_pgsql via the dbappname configuration setting in
185 ------------------------------------------------------------------------------
186 --- Functionality changes from Asterisk 12.4.0 to Asterisk 12.5.0 ------------
187 ------------------------------------------------------------------------------
191 * Stored recordings now support a new operation, copy. This will take an
192 existing stored recording and copy it to a new location in the recordings
197 * The endpoint configuration object now supports 'accountcode'. Any channel
198 created for an endpoint with this setting will have its accountcode set
199 to the specified value.
203 * Function AUDIOHOOK_INHERIT has been deprecated. Audiohooks are now
204 unconditionally inhereted through masquerades. As a side benefit, more
205 than one audiohook of a given type may persist through a masquerade now.
207 ------------------------------------------------------------------------------
208 --- Functionality changes from Asterisk 12.3.0 to Asterisk 12.4.0 ------------
209 ------------------------------------------------------------------------------
213 * Returns new AGENT_STATUS value "NOT_CONNECTED" if the agent fails to
214 connect with an incoming caller after being alerted to the presence
215 of the incoming caller. The most likely reason this would happen is
216 the agent did not acknowledge the call in time.
220 * New events have been added for the TALK_DETECT function. When the function
221 is used on a channel, ChannelTalkingStart/ChannelTalkingStop events will be
222 emitted to connected AMI clients indicating the start/stop of talking on
227 * New event models have been aded for the TALK_DETECT function. When the
228 function is used on a channel, ChannelTalkingStarted/ChannelTalkingFinished
229 events will be emitted to connected WebSockets subscribed to the channel,
230 indicating the start/stop of talking on the channel.
234 * A new function, TALK_DETECT, has been added. When set on a channel, this
235 fucntion causes events indicating the starting/stoping of talking on said
236 channel to be emitted to both AMI and ARI clients.
238 ------------------------------------------------------------------------------
239 --- Functionality changes from Asterisk 12.2.0 to Asterisk 12.3.0 ------------
240 ------------------------------------------------------------------------------
244 * A new Playback URI 'tone' has been added. Tones are specified either as
245 an indication name (e.g. 'tone:busy') from indications.conf or as a tone
246 pattern (e.g. 'tone:240/250,0/250'). Tones differ from normal playback
247 URIs in that they must be stopped manually and will continue to occupy
248 a channel's ARI control queue until they are stopped. They also can not
249 be rewound or fastforwarded.
251 * User events can now be generated from ARI. Events can be signalled with
252 arbitrary json variables, and include one or more of channel, bridge, or
253 endpoint snapshots. An application must be specified which will receive
254 the event message (other applications can subscribe to it). The message
255 will also be delivered via AMI provided a channel is attached. Dialplan
256 generated user event messages are still transmitted via the channel, and
257 will only be received by a stasis application they are attached to or if
258 the channel is subscribed to.
262 * SIP peers can now specify 'trust_id_outbound' which affects RPID/PAI
263 fields for prohibited callingpres information. Values are legacy, no, and
264 yes. By default, legacy is used.
265 trust_id_outbound=legacy - behavior remains the same as 1.8.26.1. When
266 dealing with prohibited callingpres and sendrpid=pai/rpid, RPID/PAI
267 headers are appended to outbound SIP messages just as they are with
268 allowed callingpres values, but data about the remote party's identity is
270 When sendrpid=rpid, only the remote party's domain is anonymized.
271 trust_id_outbound=no - when dealing with prohibited callingpres, RPID/PAI
272 headers are not sent.
273 trust_id_outbound=yes - RPID/PAI headers are applied with the full remote
274 party information in tact even for prohibited callingpres information.
275 In the case of PAI, a Privacy: id header will be appended for prohibited
276 calling information to communicate that the private information should
277 not be relayed to untrusted parties.
281 * Manager action 'Park' now takes an additional argument 'AnnounceChannel'
282 which can be used to announce the parked call's location to an arbitrary
283 channel in a bridge. If 'Channel' and 'TimeoutChannel' are now the two
284 parties in a one to one bridge, 'TimeoutChannel' is treated as having
285 parked 'Channel' like with the Park Call DTMF feature and will receive
286 announcements prior to being hung up.
288 ------------------------------------------------------------------------------
289 --- Functionality changes from Asterisk 12.1.0 to Asterisk 12.2.0 ------------
290 ------------------------------------------------------------------------------
293 --------------------------
294 * Record application now has an option 'o' which allows 0 to act as an exit
295 key setting the RECORD_STATUS variable to 'OPERATOR' instead of 'DTMF'
296 * Monitor() - A new option, B(), has been added that will turn on a periodic
297 beep while the call is being recorded.
300 --------------------------
301 * A new function was added: PERIODIC_HOOK. This allows running a periodic
302 dialplan hook on a channel. Any audio generated by this hook will be
303 injected into the call.
306 --------------------------
307 * ChanSpy now accepts a channel uniqueid or a fully specified channel name
308 as the chanprefix parameter if the 'u' option is specified.
311 --------------------------
312 * CONFBRIDGE dialplan function is now capable of creating/modifying dynamic
313 conference user menus.
315 * CONFBRIDGE dialplan function is now capable of removing dynamic conference
316 menus, bridge settings, and user settings that have been applied by the
317 CONFBRIDGE dialplan function.
319 * The ConfBridge dialplan application now sets a channel variable,
320 CONFBRIGE_RESULT, upon exiting. This variable can be used to determine
321 how a channel exited the conference.
323 * Added conference user option 'announce_join_leave_review'. This option
324 implies 'announce_join_leave' with the added effect that the user will
325 be asked if they want to confirm or re-record the recording of their
326 name when entering the conference
329 --------------------------
330 * At exit, the Directory application now sets a channel variable
331 DIRECTORY_RESULT to one of the following based on the reason for exiting:
332 OPERATOR user requested operator by pressing '0' for operator
333 ASSISTANT user requested assistant by pressing '*' for assistant
334 TIMEOUT user pressed nothing and Directory stopped waiting
335 HANGUP user's channel hung up
336 SELECTED user selected a user from the directory and is routed
337 USEREXIT user pressed '#' from the selection prompt to exit
338 FAILED directory failed in a way that wasn't accounted for. Dang.
341 --------------------------
342 * MusicOnHold streams (all modes other than "files") now support wide band
346 --------------------------
347 * Added options 'b' and 'B' to apply predial handlers for outgoing calls
348 and for the channel executing Page respectively.
351 --------------------------
352 * PickupChan now accepts channel uniqueids of channels to pickup.
355 --------------------------
356 * If a channel variable SAY_DTMF_INTERRUPT is present on a channel and set
357 to 'true' (case insensitive), then any Say application (SayNumber,
358 SayDigits, SayAlpha, SayAlphaCase, SayUnixTime, and SayCounted) will
359 anticipate DTMF. If DTMF is received, these applications will behave like
360 the background application and jump to the received extension once a match
361 is established or after a short period of inactivity.
364 -------------------------
365 * A new function, MIXMONITOR, has been added to allow access to individual
366 instances of MixMonitor on a channel.
367 * A new option, B(), has been added that will turn on a periodic beep while the
368 call is being recorded.
372 -------------------------
375 -------------------------
376 * TEL URI support for inbound INVITE requests has been added. chan_sip will
377 now handle TEL schemes in the Request and From URIs. The phone-context in
378 the Request URI will be stored in the SIPURIPHONECONTEXT channel variable on
382 -------------------------
383 * Core Show Locks output now includes Thread/LWP ID if the platform
384 supports this feature.
385 * New "logger add channel" and "logger remove channel" CLI commands have
386 been added to allow creation and deletion of dynamic logger channels
387 without configuration changes. These dynamic logger channels will only
388 exist until the next restart of asterisk.
392 * Exposed sorcery-based configuration files like pjsip.conf to dialplans via
393 the new AST_SORCERY diaplan function.
397 * The live recording object on recording events now contains a target_uri
398 field which contains the URI of what is being recorded.
400 * The bridge type used when creating a bridge is now a comma separated list of
401 bridge properties. Valid options are: mixing, holding, dtmf_events, and
404 * A channelId can now be provided when creating a channel, either in the
405 uri (POST channels/my-channel-id) or as query parameter. A local channel
406 will suffix the second channel id with ';2' unless provided as query
407 parameter otherChannelId.
409 * A bridgeId can now be provided when creating a bridge, either in the uri
410 (POST bridges/my-bridge-id) or as a query parameter.
412 * A playbackId can be provided when starting a playback, either in the uri
413 (POST channels/my-channel-id/play/my-playback-id /
414 POST bridges/my-bridge-id/play/my-playback-id) or as a query parameter.
416 * A snoop channel can be started with a snoopId, in the uri or query.
420 * Originate now takes optional parameters ChannelId and OtherChannelId,
421 used to set the UniqueId on creation. The other id is assigned to the
422 second channel when dialing LOCAL, or defaults to appending ;2 if only
423 the single Id is given.
425 * The Mixmonitor action now has a "Command" header that can be used to
426 indicate a post-process command to run once recording finishes.
430 * A new set of Alembic scripts has been added for CDR tables. This will create
431 a 'cdr' table with the default schema that Asterisk expects.
435 * A new module, res_hep, has been added, that acts as a generic packet
436 capture agent for the Homer Encapsulation Protocol (HEP) version 3.
437 It can be configured via hep.conf. Other modules can use res_hep to send
438 message traffic to a HEP capture server.
442 * A new module, res_hep_pjsip, has been added that will forward PJSIP
443 message traffic to a HEP capture server. See res_hep for more
448 * transport and endpoint ToS options (tos, tos_audio, and tos_video) may now
449 be set as the named set of ToS values (cs0-cs7, af11-af43, ef).
451 * Added the following new CLI commands:
452 - "pjsip show contacts" - list all current PJSIP contacts.
453 - "pjsip show contact" - show specific information about a current PJSIP
455 - "pjsip show channel" - show detailed information about a PJSIP channel.
459 * A new module, res_pjsip_multihomed handles situations where the system
460 Asterisk is running out has multiple interfaces. res_pjsip_multihomed
461 determines which interface should be used during message sending.
463 res_pjsip_pidf_digium_body_supplement
465 * A new module, res_pjsip_pidf_digium_body_supplement provides NOTIFY
466 request body formatting for presence support in Digium phones.
468 res_pjsip_send_to_voicemail
470 * A new module, res_pjsip_send_to_voicemail allows for REFER requests with
471 particular headers to transfer a PJSIP channel directly to a particular
472 extension that has VoiceMail. This is intended to be used with Digium
473 phones that support this feature.
475 res_pjsip_outbound_registration
477 * A new CLI command has been added: "pjsip show registrations", which lists
478 all configured PJSIP registrations
481 ------------------------------------------------------------------------------
482 --- Functionality changes from Asterisk 12.0.0 to Asterisk 12.1.0 ------------
483 ------------------------------------------------------------------------------
487 * Added a new module that provides AMI control over MWI within Asterisk,
488 res_mwi_external_ami. Note that this module depends on res_mwi_external;
489 for more information on enabling this module, see res_mwi_external.
490 This module provides the MWIGet/MWIUpdate/MWIDelete actions, as well as
491 the MWIGet/MWIGetComplete events.
493 * The DialStatus field in the DialEnd event can now contain additional
494 statuses that convey how the dial operation terminated. This includes
495 ABORT, CONTINUE, and GOTO.
497 * AMI will now emit security events. A new class authorization has been
498 added in manager.conf for the security events, 'security'. The new events
500 - FailedACL - raised when a request violates an ACL check
501 - InvalidAccountID - raised when a request fails an authentication
502 check due to an invalid account ID
503 - SessionLimit - raised when a request fails due to exceeding the
504 number of allowed concurrent sessions for a service
505 - MemoryLimit - raised when a request fails due to an internal memory
507 - LoadAverageLimit - raised when a request fails because a configured
508 load average limit has been reached
509 - RequestNotAllowed - raised when a request is not allowed by
511 - AuthMethodNotAllowed - raised when a request used an authentication
512 method not allowed by the service
513 - RequestBadFormat - raised when a request is received with bad formatting
514 - SuccessfulAuth - raised when a request successfully authenticates
515 - UnexpectedAddress - raised when a request has a different source address
516 then what is expected for a session already in progress with a service
517 - ChallengeResponseFailed - raised when a request's attempt to authenticate
518 has been challenged, and the request failed the authentication challenge
519 - InvalidPassword - raised when a request provides an invalid password
520 during an authentication attempt
521 - ChallengeSent - raised when an Asterisk service send an authentication
522 challenge to a request
523 - InvalidTransport - raised when a request attempts to use a transport not
524 allowed by the Asterisk service
526 * Bridge related events now have two additional fields: BridgeName and
527 BridgeCreator. BridgeName is a descriptive name for the bridge;
528 BridgeCreator is the name of the entity that created the bridge. This
529 affects the following events: ConfbridgeStart, ConfbridgeEnd,
530 ConfbridgeJoin, ConfbridgeLeave, ConfbridgeRecord, ConfbridgeStopRecord,
531 ConfbridgeMute, ConfbridgeUnmute, ConfbridgeTalking, BlindTransfer,
532 AttendedTransfer, BridgeCreate, BridgeDestroy, BridgeEnter, BridgeLeave
536 * The Bridge data model now contains the additional fields 'name' and
537 'creator'. The 'name' field conveys a descriptive name for the bridge;
538 the 'creator' field conveys the name of the entity that created the bridge.
539 This affects all responses to HTTP requests that return a Bridge data model
540 as well as all event derived data models that contain a Bridge data model.
541 The POST /bridges operation may now optionally specify a name to give to
542 the bridge being created.
544 * Added a new ARI resource 'mailboxes' which allows the creation and
545 modification of mailboxes managed by external MWI. Modules res_mwi_external
546 and res_stasis_mailbox must be enabled to use this resource. For more
547 information on external MWI control, see res_mwi_external.
549 * Added new events for externally initiated transfers. The event
550 BridgeBlindTransfer is now raised when a channel initiates a blind transfer
551 of a bridge in the ARI controlled application to the dialplan; the
552 BridgeAttendedTransfer event is raised when a channel initiates an
553 attended transfer of a bridge in the ARI controlled application to the
556 * Channel variables may now be specified as a body parameter to the
557 POST /channels operation. The 'variables' key in the JSON is interpreted
558 as a sequence of key/value pairs that will be added to the created channel
559 as channel variables. Other parameters in the JSON body are treated as
560 query parameters of the same name.
564 * Asterisk's HTTP server now supports chunked Transfer-Encoding. This will be
565 automatically handled by the HTTP server if a request is received with a
566 Transfer-Encoding type of "chunked".
570 * Path support has been added with the 'support_path' option in registration
573 * A 'debug' option has been added to the globals section that will allow
574 sip messages to be logged.
576 * A 'set_var' option has been added to endpoints that will automatically
577 set the desired variable(s) on a channel created for that endpoint.
579 * Several new tables and columns have been added to the realtime schema for
580 the res_pjsip related modules. See the UPGRADE.txt notes for updating
585 * A new module, res_mwi_external, has been added to Asterisk. This module
586 acts as a base framework that other modules can build on top of to allow
587 an external system to control MWI within Asterisk. For implementations
588 that make use of res_mwi_external, see res_mwi_external_ami and
589 res_ari_mailboxes. Note that res_mwi_external canflicts with other modules
590 that may produce MWI themselves, such as app_voicemail. res_mwi_external
591 and other modules that depend on it cannot be built or loaded with
592 app_voicemail present.
596 * DNS functionality will now automatically be enabled if the system configured
597 nameservers can be retrieved. If the system configured nameservers can not be
598 retrieved the functionality will resort to using system resolution. Functionalty
599 such as SRV records and failover will not be available if system resolution
602 ------------------------------------------------------------------------------
603 --- Functionality changes from Asterisk 11 to Asterisk 12 --------------------
604 ------------------------------------------------------------------------------
609 Asterisk 12 is a standard release of the Asterisk project. As such, the
610 focus of development for this release was on core architectural changes and
611 major new features. This includes:
612 * A more flexible bridging core based on the Bridging API
613 * A new internal message bus, Stasis
614 * Major standardization and consistency improvements to AMI
615 * Addition of the Asterisk RESTful Interface (ARI)
616 * A new SIP channel driver, chan_pjsip
617 In addition, as the vast majority of bridging in Asterisk was migrated to the
618 Bridging API used by ConfBridge, major changes were made to most of the
619 interfaces in Asterisk. This includes not only AMI, but also CDRs and CEL.
621 Specifications have been written for the affected interfaces. These
622 specifications are available on the Asterisk wiki:
623 * AMI - https://wiki.asterisk.org/wiki/x/dAFRAQ
624 * CEL - https://wiki.asterisk.org/wiki/x/4ICLAQ
625 * CDRs - https://wiki.asterisk.org/wiki/x/pwpRAQ
627 It is *highly* recommended that anyone migrating to Asterisk 12 read the
628 information regarding its release both in this file and in the accompanying
629 UPGRADE.txt file. More detailed information on the major changes can be found
630 on the Asterisk wiki at https://wiki.asterisk.org/wiki/x/0YCLAQ.
635 * Added build option DISABLE_INLINE. This option can be used to work around a
636 bug in gcc. For more information, see
637 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47816
639 * Removed the CHANNEL_TRACE development mode build option. Certain aspects of
640 the CHANNEL_TRACE build option were incompatible with the new bridging
643 * Asterisk now optionally uses libxslt to improve XML documentation generation
644 and maintainability. If libxslt is not available on the system, some XML
645 documentation will be incomplete.
647 * Asterisk now depends on libjansson. If a package of libjansson is not
648 available on your distro, please see http://www.digip.org/jansson/.
650 * Asterisk now depends on libuuid and, optionally, uriparser. It is
651 recommended that you install uriparser, even if it is optional.
653 * The new SIP stack and channel driver uses a particular version of PJSIP.
654 Please see https://wiki.asterisk.org/wiki/x/J4GLAQ for more information on
655 configuring and installing PJSIP for usage with Asterisk.
657 * Optional API was re-implemented to be more portable, and no longer requires
658 weak reference support from the compiler. The build option OPTIONAL_API may
659 be disabled to disable Optional API support.
666 * Along with AgentRequest, this application has been modified to be a
667 replacement for chan_agent. The act of a channel calling the AgentLogin
668 application places the channel into a pool of agents that can be
669 requested by the AgentRequest application. Note that this application, as
670 well as all other agent related functionality, is now provided by the
671 app_agent_pool module. See chan_agent and AgentRequest for more information.
673 * This application no longer performs agent authentication. If authentication
674 is desired, the dialplan needs to perform this function using the
675 Authenticate or VMAuthenticate application or through an AGI script before
678 * If this application is called and the agent is already logged in, the
679 dialplan will continue exection with the AGENT_STATUS channel variable set
680 to ALREADY_LOGGED_IN.
682 * The agents.conf schema has changed. Rather than specifying agents on a
683 single line in comma delineated fashion, each agent is defined in a separate
684 context. This allows agents to use the power of context templates in their
687 * A number of parameters from agents.conf have been removed. This includes
688 maxloginretries, autologoffunavail, updatecdr, goodbye, group, recordformat,
689 urlprefix, and savecallsin. These options were obsoleted by the move from
690 a channel driver model to the bridging/application model provided by
695 * A new application, this will request a logged in agent from the pool and
696 bridge the requested channel with the channel calling this application.
697 Logged in agents are those channels that called the AgentLogin application.
698 If an agent cannot be requested from the pool, the AGENT_STATUS dialplan
699 application will be set with an appropriate error value.
703 * This application has been removed. It was a holdover from when
704 AgentCallbackLogin was removed.
708 * Added support for additional Ademco DTMF signalling formats, including
709 Express 4+1, Express 4+2, High Speed and Super Fast.
711 * Added channel variable ALARMRECEIVER_CALL_LIMIT. This sets the maximum
712 call time, in milliseconds, to run the application.
714 * Added channel variable ALARMRECEIVER_RETRIES_LIMIT. This sets the
715 maximum number of times to retry the call.
717 * Added a new configuration option answait. If set, the AlarmReceiver
718 application will wait the number of milliseconds specified by answait
719 after the channel has answered. Valid values range between 500
720 milliseconds and 10000 milliseconds.
722 * Added configuration option no_group_meta. If enabled, grouping of metadata
723 information in the AlarmReceiver log file will be skipped.
727 * It is now no longer possible to bypass updating the CDR on the channel
728 when answering. CDRs reflect the state of the channel and will always
729 reflect the time they were Answered.
733 * A new application in Asterisk, this will place the calling channel
734 into a holding bridge, optionally entertaining them with some form of
735 media. Channels participating in a holding bridge do not interact with
736 other channels in the same holding bridge. Optionally, however, a channel
737 may join as an announcer. Any media passed from an announcer channel is
738 played to all channels in the holding bridge. Channels leave a holding
739 bridge either when an optional timer expires, or via the ChannelRedirect
740 application or AMI Redirect action.
744 * All participants in a bridge can now be kicked out of a conference room
745 by specifying the channel parameter as 'all' in the ConfBridge kick CLI
746 command, i.e., 'confbridge kick <conference> all'
748 * CLI output for the 'confbridge list' command has been improved. When
749 displaying information about a particular bridge, flags will now be shown
750 for the participating users indicating properties of that user.
752 * The ConfbridgeList event now contains the following fields: WaitMarked,
753 EndMarked, and Waiting. This displays additional properties about the
754 user's profile, as well as whether or not the user is waiting for a
755 Marked user to enter the conference.
757 * Added a new option for conference recording, record_file_append. If enabled,
758 when the recording is stopped and then re-started, the existing recording
759 will be used and appended to.
761 * ConfBridge now has the ability to set the language of announcements to the
762 conference. The language can be set on a bridge profile in confbridge.conf
763 or by the dialplan function CONFBRIDGE(bridge,language)=en.
767 * The channel variable CPLAYBACKSTATUS may now return the value
768 'REMOTESTOPPED'. This occurs when playback is stopped by a remote interface,
769 such as AMI. See the AMI action ControlPlayback for more information.
773 * Added the 'a' option, which allows the caller to enter in an additional
774 alias for the user in the directory. This option must be used in conjunction
775 with the 'f', 'l', or 'b' options. Note that the alias for a user can be
776 specified in voicemail.conf.
780 * The output of DumpChan no longer includes the DirectBridge or IndirectBridge
781 fields. Instead, if a channel is in a bridge, it includes a BridgeID field
782 containing the unique ID of the bridge that the channel happens to be in.
786 * ForkCDR no longer automatically resets the forked CDR. See the 'r' option
787 for more information.
789 * Variables are no longer purged from the original CDR. See the 'v' option for
792 * The 'A' option has been removed. The Answer time on a CDR is never updated
795 * The 'd' option has been removed. The disposition on a CDR is a function of
796 the state of the channel and cannot be altered.
798 * The 'D' option has been removed. Who the Party B is on a CDR is a function
799 of the state of the respective channels involved in the CDR and cannot be
802 * The 'r' option has been changed. Previously, ForkCDR always reset the CDR
803 such that the start time and, if applicable, the answer time was updated.
804 Now, by default, ForkCDR simply forks the CDR, maintaining any times. The
805 'r' option now triggers the Reset, setting the start time (and answer time
806 if applicable) to the current time. Note that the 'a' option still sets
807 the answer time to the current time if the channel was already answered.
809 * The 's' option has been removed. A variable can be set on the original CDR
810 if desired using the CDR function, and removed from a forked CDR using the
813 * The 'T' option has been removed. The concept of DONT_TOUCH and LOCKED no
814 longer applies in the CDR engine.
816 * The 'v' option now prevents the copy of the variables from the original CDR
817 to the forked CDR. Previously the variables were always copied but were
818 removed from the original. This was changed as removing variables from a CDR
819 can have unintended side effects - this option allows the user to prevent
820 propagation of variables from the original to the forked without modifying
825 * Added the 'n' option to MeetMe to prevent application of the DENOISE
826 function to a channel joining a conference. Some channel drivers that vary
827 the number of audio samples in a voice frame will experience significant
828 quality problems if a denoiser is attached to the channel; this option gives
829 them the ability to remove the denoiser without having to unload func_speex.
833 * The 'b' option now includes conferences as well as sounds played to the
836 * The AUDIOHOOK_INHERIT function is no longer needed to keep a MixMonitor
837 running during a transfer. If a MixMonitor is started on a channel,
838 the MixMonitor will continue to record the audio passing through the
839 channel even in the presence of transfers.
843 * The NoCDR application is deprecated. Please use the CDR_PROP function to
846 * While the NoCDR application will prevent CDRs for a channel from being
847 propagated to registered CDR backends, it will not prevent that data from
848 being collected. Hence, a subsequent call to ResetCDR or the CDR_PROP
849 function that enables CDRs on a channel will restore those records that have
850 not yet been finalized.
854 * The app_parkandannounce module has been removed. The application
855 ParkAndAnnounce is now provided by the res_parking module. See the
856 res_parking changes for more information.
860 * Added queue available hint. The hint can be added to the dialplan using the
861 following syntax: exten,hint,Queue:{queue_name}_avail
862 For example, if the name of the queue is 'markq':
863 exten => 8501,hint,Queue:markq_avail
864 This will report 'InUse' if there are no logged in agents or no free agents.
865 It will report 'Idle' when an agent is free.
867 * Queues now support a hint for member paused state. The hint uses the form
868 'Queue:{queue_name}_pause_{member_name}', where {queue_name} and {member_name}
869 are the name of the queue and the name of the member to subscribe to,
870 respectively. For example: exten => 8501,hint,Queue:sales_pause_mark.
871 Members will show as In Use when paused.
873 * The configuration options eventwhencalled and eventmemberstatus have been
874 removed. As a result, the AMI events QueueMemberStatus, AgentCalled,
875 AgentConnect, AgentComplete, AgentDump, and AgentRingNoAnswer will always be
876 sent. The "Variable" fields will also no longer exist on the Agent* events.
877 These events can be filtered out from a connected AMI client using the
878 eventfilter setting in manager.conf.
880 * The queue log now differentiates between blind and attended transfers. A
881 blind transfer will result in a BLINDTRANSFER message with the destination
882 context and extension. An attended transfer will result in an
883 ATTENDEDTRANSFER message. This message will indicate the method by which
884 the attended transfer was completed: "BRIDGE" for a bridge merge, "APP"
885 for running an application on a bridge or channel, or "LINK" for linking
886 two bridges together with local channels. The queue log will also now detect
887 externally initiated blind and attended transfers and record the transfer
890 * When performing queue pause/unpause on an interface without specifying an
891 individual queue, the PAUSEALL/UNPAUSEALL event will only be logged if at
892 least one member of any queue exists for that interface.
894 * Added the 'queue_log_realtime_use_gmt' option to have timestamps in GMT
895 for realtime queue log entries.
899 * The 'e' option has been deprecated. Use the CDR_PROP function to re-enable
900 CDRs when they were previously disabled on a channel.
902 * The 'w' and 'a' options have been removed. Dispatching CDRs to registered
903 backends occurs on an as-needed basis in order to preserve linkedid
904 propagation and other needed behavior.
908 * A new application, this is similar to SayAlpha except that it supports
909 case sensitive playback of the specified characters. For example,
910 SayAlphaCase(u,aBc) will result in 'a uppercase b c'.
914 * This application is deprecated in favor of CHANNEL(amaflags).
918 * The SendDTMF application will now accept 'W' as valid input. This will cause
919 the application to delay one second while streaming DTMF.
923 * A new application in Asterisk 12, this hands control of the channel calling
924 the application over to an external system. Currently, external systems
925 manipulate channels in Stasis through the Asterisk RESTful Interface (ARI).
929 * UserEvent will now handle duplicate keys by overwriting the previous value
932 * In addition to AMI, UserEvent invocations will now be distributed to any
933 interested Stasis applications.
937 * Mailboxes defined by app_voicemail MUST be referenced by the rest of the
938 system as mailbox@context. The rest of the system cannot add @default
939 to mailbox identifiers for app_voicemail that do not specify a context
940 any longer. It is a mailbox identifier format that should only be
941 interpreted by app_voicemail.
943 * The voicemail.conf configuration file now has an 'alias' configuration
944 parameter for use with the Directory application. The voicemail realtime
945 database table schema has also been updated with an 'alias' column.
950 * Pass through support has been added for both VP8 and Opus.
952 * Added format attribute negotiation for the Opus codec. Format attribute
953 negotiation is provided by the res_format_attr_opus module.
958 * Masquerades as an operation inside Asterisk have been effectively hidden
959 by the migration to the Bridging API. As such, many 'quirks' of Asterisk
960 no longer occur. This includes renaming of channels, "<ZOMBIE>" channels,
961 dropping of frame/audio hooks, and other internal implementation details
962 that users had to deal with. This fundamental change has large implications
963 throughout the changes documented for this version. For more information
964 about the new core architecture of Asterisk, please see the Asterisk wiki.
966 * Multiple parties in a bridge may now be transferred. If a participant in a
967 multi-party bridge initiates a blind transfer, a Local channel will be used
968 to execute the dialplan location that the transferer sent the parties to. If
969 a participant in a multi-party bridge initiates an attended transfer,
970 several options are possible. If the attended transfer results in a transfer
971 to an application, a Local channel is used. If the attended transfer results
972 in a transfer to another channel, the resulting channels will be merged into
975 * The channel variable ATTENDED_TRANSFER_COMPLETE_SOUND is no longer channel
976 driver specific. If the channel variable is set on the transferrer channel,
977 the sound will be played to the target of an attended transfer.
979 * The channel variable BRIDGEPEER becomes a comma separated list of peers in
980 a multi-party bridge. The BRIDGEPEER value can have a maximum of 10 peers
981 listed. Any more peers in the bridge will not be included in the list.
982 BRIDGEPEER is not valid in holding bridges like parking since those channels
983 do not talk to each other even though they are in a bridge.
985 * The channel variable BRIDGEPVTCALLID is only valid for two party bridges
986 and will contain a value if the BRIDGEPEER's channel driver supports it.
988 * A channel variable ATTENDEDTRANSFER is now set which indicates which channel
989 was responsible for an attended transfer in a similar fashion to
992 * Modules using the Configuration Framework or Sorcery must have XML
993 configuration documentation. This configuration documentation is included
994 with the rest of Asterisk's XML documentation, and is accessible via CLI
995 commands. See the CLI changes for more information.
997 AMI (Asterisk Manager Interface)
999 * Major changes were made to both the syntax as well as the semantics of the
1000 AMI protocol. In particular, AMI events have been substantially improved
1001 in this version of Asterisk. For more information, please see the AMI
1002 specification at https://wiki.asterisk.org/wiki/x/dAFRAQ
1004 * AMI events that reference a particular channel or bridge will now always
1005 contain a standard set of fields. When multiple channels or bridges are
1006 referenced in an event, fields for at least some subset of the channels
1007 and bridges in the event will be prefixed with a descriptive name to avoid
1008 name collisions. See the AMI event documentation on the Asterisk wiki for
1011 * The CLI command 'manager show commands' no longer truncates command names
1012 longer than 15 characters and no longer shows authorization requirement
1013 for commands. 'manager show command' now displays the privileges needed
1014 for using a given manager command instead.
1016 * The SIPshowpeer action will now include a 'SubscribeContext' field for a
1017 peer in its response if the peer has a subscribe context set.
1019 * The SIPqualifypeer action now acknowledges the request once it has
1020 established that the request is against a known peer. It also issues a new
1021 event, 'SIPQualifyPeerDone', once the qualify action has been completed.
1023 * The PlayDTMF action now supports an optional 'Duration' parameter. This
1024 specifies the duration of the digit to be played, in milliseconds.
1026 * Added VoicemailRefresh action to allow an external entity to trigger mailbox
1027 updates when changes occur instead of requiring the use of pollmailboxes.
1029 * Added a new action 'ControlPlayback'. The ControlPlayback action allows an
1030 AMI client to manipulate audio currently being played back on a channel. The
1031 supported operations depend on the application being used to send audio to
1032 the channel. When the audio playback was initiated using the ControlPlayback
1033 application or CONTROL STREAM FILE AGI command, the audio can be paused,
1034 stopped, restarted, reversed, or skipped forward. When initiated by other
1035 mechanisms (such as the Playback application), the audio can be stopped,
1036 reversed, or skipped forward.
1038 * Channel related events now contain a snapshot of channel state, adding new
1039 fields to many of these events.
1041 * The AMI event 'Newexten' field 'Extension' is deprecated, and may be removed
1042 in a future release. Please use the common 'Exten' field instead.
1044 * The AMI event 'UserEvent' from app_userevent now contains the channel state
1045 fields. The channel state fields will come before the body fields.
1047 * The AMI events 'ParkedCall', 'ParkedCallTimeOut', 'ParkedCallGiveUp', and
1048 'UnParkedCall' have changed significantly in the new res_parking module.
1050 The 'Channel' and 'From' headers are gone. For the channel that was parked
1051 or is coming out of parking, a 'Parkee' channel snapshot is issued and it
1052 has a number of fields associated with it. The old 'Channel' header relayed
1053 the same data as the new 'ParkeeChannel' header.
1055 The 'From' field was ambiguous and changed meaning depending on the event.
1056 for most of these, it was the name of the channel that parked the call
1057 (the 'Parker'). There is no longer a header that provides this channel name,
1058 however the 'ParkerDialString' will contain a dialstring to redial the
1059 device that parked the call.
1061 On UnParkedCall events, the 'From' header would instead represent the
1062 channel responsible for retrieving the parkee. It receives a channel
1063 snapshot labeled 'Retriever'. The 'from' field is is replaced with
1066 Lastly, the 'Exten' field has been replaced with 'ParkingSpace'.
1068 * The AMI event 'Parkinglot' (response to 'Parkinglots' command) in a similar
1069 fashion has changed the field names 'StartExten' and 'StopExten' to
1070 'StartSpace' and 'StopSpace' respectively.
1072 * The deprecated use of | (pipe) as a separator in the channelvars setting in
1073 manager.conf has been removed.
1075 * Channel Variables conveyed with a channel no longer contain the name of the
1076 channel as part of the key field, i.e., ChanVariable(SIP/foo): bar=baz is now
1077 ChanVariable: bar=baz. When multiple channels are present in a single AMI
1078 event, the various ChanVariable fields will contain a suffix that specifies
1079 which channel they correspond to.
1081 * The NewPeerAccount AMI event is no longer raised. The NewAccountCode AMI
1082 event always conveys the AMI event for a particular channel.
1084 * All 'Reload' events have been consolidated into a single event type. This
1085 event will always contain a Module field specifying the name of the module
1086 and a Status field denoting the result of the reload. All modules now issue
1087 this event when being reloaded.
1089 * The 'ModuleLoadReport' event has been removed. Most AMI connections would
1090 fail to receive this event due to being connected after modules have loaded.
1091 AMI connections that want to know when Asterisk is ready should listen for
1092 the 'FullyBooted' event.
1094 * app_fax now sends the same send fax/receive fax events as res_fax. The
1095 'FaxSent' event is now the 'SendFAX' event, and the 'FaxReceived' event is
1096 now the 'ReceiveFAX' event.
1098 * The 'MusicOnHold' event is now two events: 'MusicOnHoldStart' and
1099 'MusicOnHoldStop'. The sub type field has been removed.
1101 * The 'JabberEvent' event has been removed. It is not AMI's purpose to be a
1102 carrier for another protocol.
1104 * The Bridge Manager action's 'Playtone' header now accepts more fine-grained
1105 options. 'Channel1' and 'Channel2' may be specified in order to play a tone
1106 to the specific channel. 'Both' may be specified to play a tone to both
1107 channels. The old 'yes' option is still accepted as a way of playing the
1108 tone to Channel2 only.
1110 * The AMI 'Status' response event to the AMI Status action replaces the
1111 'BridgedChannel' and 'BridgedUniqueid' headers with the 'BridgeID' header to
1112 indicate what bridge the channel is currently in.
1114 * The AMI 'Hold' event has been moved out of individual channel drivers, into
1115 core, and is now two events: 'Hold' and 'Unhold'. The status field has been
1118 * The AMI events in app_queue have been made more consistent with each other.
1119 Events that reference channels (QueueCaller* and Agent*) will show
1120 information about each channel. The (infamous) 'Join' and 'Leave' AMI
1121 events have been changed to 'QueueCallerJoin' and 'QueueCallerLeave'.
1123 * The 'MCID' AMI event now publishes a channel snapshot when available and
1124 its non-channel-snapshot parameters now use either the "MCallerID" or
1125 'MConnectedID' prefixes with Subaddr*, Name*, and Num* suffixes instead
1126 of 'CallerID' and 'ConnectedID' to avoid confusion with similarly named
1127 parameters in the channel snapshot.
1129 * The AMI events 'Agentlogin' and 'Agentlogoff' have been renamed
1130 'AgentLogin' and 'AgentLogoff' respectively.
1132 * The 'Channel' key used in the 'AlarmClear', 'Alarm', and 'DNDState' has been
1133 renamed "DAHDIChannel" since it does not convey an Asterisk channel name.
1135 * 'ChannelUpdate' events have been removed.
1137 * All AMI events now contain a 'SystemName' field, if available.
1139 * Local channel optimization is now conveyed in two events:
1140 'LocalOptimizationBegin' and 'LocalOptimizationEnd'. The Begin event is sent
1141 when the Local channel driver begins attempting to optimize itself out of
1142 the media path; the End event is sent after the channel halves have
1143 successfully optimized themselves out of the media path.
1145 * Local channel information in events is now prefixed with 'LocalOne' and
1146 'LocalTwo'. This replaces the suffix of '1' and '2' for the two halves of
1147 the Local channel. This affects the 'LocalBridge', 'LocalOptimizationBegin',
1148 and 'LocalOptimizationEnd' events.
1150 * The option 'allowmultiplelogin' can now be set or overriden in a particular
1151 account. When set in the general context, it will act as the default
1152 setting for defined accounts.
1154 * The 'BridgeAction' event was removed. It technically added no value, as the
1155 Bridge Action already receives confirmation of the bridge through a
1156 successful completion Event.
1158 * The 'BridgeExec' events were removed. These events duplicated the events that
1159 occur in the Briding API, and are conveyed now through BridgeCreate,
1160 BridgeEnter, and BridgeLeave events.
1162 * The 'RTCPSent'/'RTCPReceived' events have been significantly modified from
1163 previous versions. They now report all SR/RR packets sent/received, and
1164 have been restructured to better reflect the data sent in a SR/RR. In
1165 particular, the event structure now supports multiple report blocks.
1167 * Added 'BlindTransfer' and 'AttendedTransfer' events. These events are
1168 raised when a blind transfer/attended transfer completes successfully.
1169 They contain information about the transfer that just completed, including
1170 the location of the transfered channel.
1172 * Added a 'security' class to AMI which outputs the required fields for
1173 security messages similar to the log messages from res_security_log
1175 * The AMI event 'ExtensionStatus' now contains a 'StatusText' field
1176 that describes the status value in a human readable string.
1178 CDR (Call Detail Records)
1180 * Significant changes have been made to the behavior of CDRs. The CDR engine
1181 was effectively rewritten and built on the Stasis message bus. For a full
1182 definition of CDR behavior in Asterisk 12, please read the specification
1183 on the Asterisk wiki (wiki.asterisk.org).
1185 * CDRs will now be created between all participants in a bridge. For each
1186 pair of channels in a bridge, a CDR is created to represent the path of
1187 communication between those two endpoints. This lets an end user choose who
1188 to bill for what during bridge operations with multiple parties.
1190 * The duration, billsec, start, answer, and end times now reflect the times
1191 associated with the current CDR for the channel, as opposed to a cumulative
1192 measurement of all CDRs for that channel.
1194 * When a CDR is dispatched, user defined CDR variables from both parties are
1195 included in the resulting CDR. If both parties have the same variable, only
1196 the Party A value is provided.
1198 * Added a new option to cdr.conf, 'debug'. When enabled, significantly more
1199 information regarding the CDR engine is logged as verbose messages. This
1200 option should only be used if the behavior of the CDR engine needs to be
1203 * Added CLI command 'cdr set debug {on|off}'. This toggles the 'debug' setting
1204 normally configured in cdr.conf.
1206 * Added CLI command 'cdr show active {channel}'. When {channel} is not
1207 specified, this command provides a summary of the channels with CDR
1208 information and their statistics. When {channel} is specified, it shows
1209 detailed information about all records associated with {channel}.
1211 CEL (Channel Event Logging)
1213 * CEL has undergone significant rework in Asterisk 12, and is now built on the
1214 Stasis message bus. Please see the specification for CEL on the Asterisk
1215 wiki at https://wiki.asterisk.org/wiki/x/4ICLAQ for more detailed
1218 * The 'extra' field of all CEL events that use it now consists of a JSON blob
1219 with key/value pairs which are defined in the Asterisk 12 CEL documentation.
1221 * BLINDTRANSFER events now report the transferee bridge unique
1222 identifier, extension, and context in a JSON blob as the extra string
1223 instead of the transferee channel name as the peer.
1225 * ATTENDEDTRANSFER events now report the peer as NULL and additional
1226 information in the 'extra' string as a JSON blob. For transfers that occur
1227 between two bridged channels, the 'extra' JSON blob contains the primary
1228 bridge unique identifier, the secondary channel name, and the secondary
1229 bridge unique identifier. For transfers that occur between a bridged channel
1230 and a channel running an app, the 'extra' JSON blob contains the primary
1231 bridge unique identifier, the secondary channel name, and the app name.
1233 * LOCAL_OPTIMIZE events have been added to convey local channel
1234 optimizations with the record occurring for the semi-one channel and
1235 the semi-two channel name in the peer field.
1237 * BRIDGE_START, BRIDGE_END, BRIDGE_UPDATE, 3WAY_START, 3WAY_END, CONF_ENTER,
1238 CONF_EXIT, CONF_START, and CONF_END events have all been removed. These
1239 events have been replaced by BRIDGE_ENTER/BRIDGE_EXIT. The BRIDGE_ENTER
1240 and BRIDGE_EXIT events are raised when a channel enters/exits any bridge,
1241 regardless of whether or not that bridge happens to contain multiple
1246 * When compiled with '--enable-dev-mode', the astobj2 library will now add
1247 several CLI commands that allow for inspection of ao2 containers that
1248 register themselves with astobj2. The CLI commands are 'astobj2 container
1249 dump', 'astobj2 container stats', and 'astobj2 container check'.
1251 * Added specific CLI commands for bridge inspection. This includes 'bridge
1252 show all', which lists all bridges in the system, and 'bridge show {id}',
1253 which provides specific information about a bridge.
1255 * Added CLI command 'bridge destroy'. This will destroy the specified bridge,
1256 ejecting the channels currently in the bridge. If the channels cannot
1257 continue in the dialplan or application that put them in the bridge, they
1260 * Added command 'bridge kick'. This will eject a single channel from a bridge.
1262 * Added commands to inspect and manipulate the registered bridge technologies.
1263 This include 'bridge technology show', which lists the registered bridge
1264 technologies, as well as 'bridge technology {suspend|unsuspend} {tech}',
1265 which controls whether or not a registered bridge technology can be used
1266 during smart bridge operations. If a technology is suspended, it will not
1267 be used when a bridge technology is picked for channels; when unsuspended,
1268 it can be used again.
1270 * The command 'config show help {module} {type} {option}' will show
1271 configuration documentation for modules with XML configuration
1272 documentation. When {module}, {type}, and {option} are omitted, a listing
1273 of all modules with registered documentation is displayed. When {module}
1274 is specified, a listing of all configuration types for that module is
1275 displayed, along with their synopsis. When {module} and {type} are
1276 specified, a listing of all configuration options for that type are
1277 displayed along with their synopsis. When {module}, {type}, and {option}
1278 are specified, detailed information for that configuration option is
1281 * Added 'core show sounds' and 'core show sound' CLI commands. These display
1282 a listing of all installed media sounds available on the system and
1283 detailed information about a sound, respectively.
1285 * 'xmldoc dump' has been added. This CLI command will dump the XML
1286 documentation DOM as a string to the specified file. The Asterisk core
1287 will populate certain XML elements pulled from the source files with
1288 additional run-time information; this command lets a user produce the
1289 XML documentation with all information.
1293 * Parking has been pulled from core and placed into a separate module called
1294 res_parking. See Parking changes below for more details. Configuration for
1295 parking should now be performed in res_parking.conf. Configuration for
1296 parking in features.conf is now unsupported.
1298 * Core attended transfers now have several new options. While performing an
1299 attended transfer, the transferer now has the following options:
1300 - *1 - cancel the attended transfer (configurable via atxferabort)
1301 - *2 - complete the attended transfer, dropping out of the call
1302 (configurable via atxfercomplete)
1303 - *3 - complete the attended transfer, but stay in the call. This will turn
1304 the call into a multi-party bridge (configurable via atxferthreeway)
1305 - *4 - swap to the other party. Once an attended transfer has begun, this
1306 options may be used multiple times (configurable via atxferswap)
1308 * For DTMF blind and attended transfers, the channel variable TRANSFER_CONTEXT
1309 must be on the channel initiating the transfer to have any effect.
1311 * The BRIDGE_FEATURES channel variable would previously only set features for
1312 the calling party and would set this feature regardless of whether the
1313 feature was in caps or in lowercase. Use of a caps feature for a letter
1314 will now apply the feature to the calling party while use of a lowercase
1315 letter will apply that feature to the called party.
1317 * Add support for automixmon to the BRIDGE_FEATURES channel variable.
1319 * The channel variable DYNAMIC_PEERNAME is redundant with BRIDGEPEER and is
1320 removed. The more useful DYNAMIC_WHO_ACTIVATED gives the channel name that
1321 activated the dynamic feature.
1323 * The channel variables DYNAMIC_FEATURENAME and DYNAMIC_WHO_ACTIVATED are set
1324 only on the channel executing the dynamic feature. Executing a dynamic
1325 feature on the bridge peer in a multi-party bridge will execute it on all
1326 peers of the activating channel.
1328 * You can now have the settings for a channel updated using the FEATURE()
1329 and FEATUREMAP() functions inherited to child channels by setting
1330 FEATURE(inherit)=yes.
1332 * automixmon now supports additional channel variables from automon including:
1333 TOUCH_MIXMONITOR_PREFIX, TOUCH_MIXMONITOR_MESSAGE_START,
1334 and TOUCH_MIXMONITOR_MESSAGE_STOP
1336 * A new general features.conf option 'recordingfailsound' has been added which
1337 allowssetting a failure sound for a user tries to invoke a recording feature
1338 such as automon or automixmon and it fails.
1340 * It is no longer necessary (or possible) to define the ATXFER_NULL_TECH in
1341 features.c for atxferdropcall=no to work properly. This option now just
1346 * Added log rotation strategy 'none'. If set, no log rotation strategy will
1347 be used. Given that this can cause the Asterisk log files to grow quickly,
1348 this option should only be used if an external mechanism for log management
1353 * Dynamic realtime tables for SIP Users can now include a 'path' field. This
1354 will store the path information for that peer when it registers. Realtime
1355 tables can also use the 'supportpath' field to enable Path header support.
1357 * LDAP realtime configurations for SIP Users now have the AstAccountPathSupport
1358 objectIdentifier. This maps to the supportpath option in sip.conf.
1362 * Sorcery is a new data abstraction and object persistence API in Asterisk. It
1363 provides modules a useful abstraction on top of the many storage mechanisms
1364 in Asterisk, including the Asterisk Database, static configuration files,
1365 static Realtime, and dynamic Realtime. It also provides a caching service.
1366 Users can configure a hierarchy of data storage layers for specific modules
1369 * All future modules which utilize Sorcery for object persistence must have a
1370 column named "id" within their schema when using the Sorcery realtime module.
1371 This column must be able to contain a string of up to 128 characters in length.
1373 Security Events Framework
1375 * Security Event timestamps now use ISO 8601 formatted date/time instead of
1376 the "seconds-microseconds" format that it was using previously.
1380 * The Stasis message bus is a publish/subscribe message bus internal to
1381 Asterisk. Many services in Asterisk are built on the Stasis message bus,
1382 including AMI, ARI, CDRs, and CEL. Parameters controlling the operation of
1383 Stasis can be configured in stasis.conf. Note that these parameters operate
1384 at a very low level in Asterisk, and generally will not require changes.
1388 * When a channel driver is configured to enable jiterbuffers, they are now
1389 applied unconditionally when a channel joins a bridge. If a jitterbuffer
1390 is already set for that channel when it enters, such as by the JITTERBUFFER
1391 function, then the existing jitterbuffer will be used and the one set by
1392 the channel driver will not be applied.
1396 * chan_agent has been removed and replaced with AgentLogin and AgentRequest
1397 dialplan applications provided by the app_agent_pool module. Agents are
1398 connected with callers using the new AgentRequest dialplan application.
1399 The Agents:<agent-id> device state is available to monitor the status of an
1400 agent. See agents.conf.sample for valid configuration options.
1402 * The updatecdr option has been removed. Altering the names of channels on a
1403 CDR is not supported - the name of the channel is the name of the channel,
1404 and pretending otherwise helps no one. The AGENTUPDATECDR channel variable
1405 has also been removed, for the same reason.
1407 * The endcall and enddtmf configuration options are removed. Use the
1408 dialplan function CHANNEL(dtmf-features) to set DTMF features on the agent
1409 channel before calling AgentLogin.
1413 * chan_bridge has been removed. Its functionality has been incorporated
1414 directly into the ConfBridge application itself.
1418 * Added the CLI command 'pri destroy span'. This will destroy the D-channel
1419 of the specified span and its B-channels. Note that this command should
1420 only be used if you understand the risks it entails.
1422 * The CLI command 'dahdi destroy channel' is now 'dahdi destroy channels'.
1423 A range of channels can be specified to be destroyed. Note that this command
1424 should only be used if you understand the risks it entails.
1426 * Added the CLI command 'dahdi create channels'. A range of channels can be
1427 specified to be created, or the keyword 'new' can be used to add channels
1430 * The script specified by the chan_dahdi.conf mwimonitornotify option now gets
1431 the exact configured mailbox name. For app_voicemail mailboxes this is
1434 * Added mwi_vm_boxes that also must be configured for ISDN MWI to be enabled.
1438 * IPv6 support has been added. We are now able to bind to and
1439 communicate using IPv6 addresses.
1443 * The /b option has been removed.
1445 * chan_local moved into the system core and is no longer a loadable module.
1449 * Added general support for busy detection.
1451 * Added ECAM command support for Sony Ericsson phones.
1455 * A new SIP channel driver for Asterisk, chan_pjsip is built on the PJSIP
1456 SIP stack. A collection of resource modules provides the bulk of the SIP
1457 functionality. For more information on the new SIP channel driver, see
1458 https://wiki.asterisk.org/wiki/x/JYGLAQ
1462 * Added support for RFC 3327 "Path" headers. This can be enabled in sip.conf
1463 using the 'supportpath' setting, either on a global basis or on a peer basis.
1464 This setting enables Asterisk to route outgoing out-of-dialog requests via a
1465 set of proxies by using a pre-loaded route-set defined by the Path headers in
1466 the REGISTER request. See Realtime updates for more configuration information.
1468 * The SIP_CODEC family of variables may now specify more than one codec. Each
1469 codec must be separated by a comma. The first codec specified is the
1470 preferred codec for the offer. This allows a dialplan writer to specify both
1471 audio and video codecs, e.g., Set(SIP_CODEC=ulaw,h264)
1473 * The 'callevents' parameter has been removed. Hold AMI events are now raised
1474 in the core, and can be filtered out using the 'eventfilter' parameter
1477 * Added 'ignore_requested_pref'. When enabled, this will use the preferred
1478 codecs configured for a peer instead of the requested codec.
1480 * The option "register_retry_403" has been added to chan_sip to work around
1481 servers that are known to erroneously send 403 in response to valid
1482 REGISTER requests and allows Asterisk to continue attepmting to connect.
1486 * Added the 'immeddialkey' parameter. If set, when the user presses the
1487 configured key the already entered number will be immediately dialed. This
1488 is useful when the dialplan allows for variable length pattern matching.
1489 Valid options are '*' and '#'.
1491 * Added the 'callfwdtimeout' parameter. This configures the amount of time (in
1492 milliseconds) before a call forward is considered to not be answered.
1494 * The 'serviceurl' parameter allows Service URLs to be attached to line
1503 * The password option has been disabled, as the AgentLogin application no
1504 longer provides authentication.
1508 * Due to changes in the Asterisk core, this function is no longer needed to
1509 preserve a MixMonitor on a channel during transfer operations and dialplan
1510 execution. It is effectively obsolete.
1514 * The 'amaflags' and 'accountcode' attributes for the CDR function are
1515 deprecated. Use the CHANNEL function instead to access these attributes.
1517 * The 'l' option has been removed. When reading a CDR attribute, the most
1518 recent record is always used. When writing a CDR attribute, all non-finalized
1521 * The 'r' option has been removed, for the same reason as the 'l' option.
1523 * The 's' option has been removed, as LOCKED semantics no longer exist in the
1528 * A new function CDR_PROP has been added. This function lets you set properties
1529 on a channel's active CDRs. This function is write-only. Properties accept
1530 boolean values to set/clear them on the channel's CDRs. Valid properties
1532 - 'party_a' - make this channel the preferred Party A in any CDR between two
1533 channels. If two channels have this property set, the creation time of the
1534 channel is used to determine who is Party A. Note that dialed channels are
1535 never Party A in a CDR.
1536 - 'disable' - disable CDRs on this channel. This is analogous to the NoCDR
1537 application when set to True, and analogous to the 'e' option in ResetCDR
1542 * Added the argument 'dtmf_features'. This sets the DTMF features that will be
1543 enabled on a channel when it enters a bridge. Allowed values are 'T', 'K',
1544 'H', 'W', and 'X', and are analogous to the parameters passed to the Dial
1547 * Added the argument 'after_bridge_goto'. This can be set to a parseable Goto
1548 string, i.e., [[context],extension],priority. If set on a channel, if a
1549 channel leaves a bridge but is not hung up it will resume dialplan execution
1554 * JITTERBUFFER now accepts an argument of 'disabled' which can be used
1555 to remove jitterbuffers previously set on a channel with JITTERBUFFER.
1556 The value of this setting is ignored when disabled is used for the argument.
1560 * A new function provided by chan_pjsip, this function can be used in
1561 conjunction with the Dial application to construct a dial string that will
1562 dial all contacts on an Address of Record associated with a chan_pjsip
1567 * Provided by chan_pjsip, this function sets the codecs to be offerred on the
1568 outbound channel prior to dialing.
1572 * Redirecting reasons can now be set to arbitrary strings. This means
1573 that the REDIRECTING dialplan function can be used to set the redirecting
1574 reason to any string. It also allows for custom strings to be read as the
1575 redirecting reason from SIP Diversion headers.
1579 * The SPEECH_ENGINE function now supports read operations. When read from, it
1580 will return the current value of the requested attribute.
1584 * Mailboxes defined by app_voicemail MUST be referenced by the rest of the
1585 system as mailbox@context. The rest of the system cannot add @default
1586 to mailbox identifiers for app_voicemail that do not specify a context
1587 any longer. It is a mailbox identifier format that should only be
1588 interpreted by app_voicemail.
1594 res_agi (Asterisk Gateway Interface)
1596 * The manager event AGIExec has been split into AGIExecStart and AGIExecEnd.
1598 * The manager event AsyncAGI has been split into AsyncAGIStart, AsyncAGIExec,
1601 * The CONTROL STREAM FILE command now accepts an offsetms parameter. This
1602 will start the playback of the audio at the position specified. It will
1603 also return the final position of the file in 'endpos'.
1605 * The CONTROL STREAM FILE command will now populate the CPLAYBACKSTATUS
1606 channel variable if the user stopped the file playback or if a remote
1607 entity stopped the playback. If neither stopped the playback, it will
1608 indicate the overall success/failure of the playback. If stopped early,
1609 the final offset of the file will be set in the CPLAYBACKOFFSET channel
1612 * The SAY ALPHA command now accepts an additional parameter to control
1613 whether it specifies the case of uppercase, lowercase, or all letters to
1614 provide functionality similar to SayAlphaCase.
1616 res_ari (Asterisk RESTful Interface) (and others)
1618 * The Asterisk RESTful Interface (ARI) provides a mechanism to expose and
1619 control telephony primitives in Asterisk by remote client. This includes
1620 channels, bridges, endpoints, media, and other fundamental concepts. Users
1621 of ARI can develop their own communications applications, controlling
1622 multiple channels using an HTTP RESTful interface and receiving JSON events
1623 about the objects via a WebSocket connection. ARI can be configured in
1624 Asterisk via ari.conf. For more information on ARI, see
1625 https://wiki.asterisk.org/wiki/x/0YCLAQ
1629 * Parking has been extracted from the Asterisk core as a loadable module,
1630 res_parking. Configuration for parking is now provided by res_parking.conf.
1631 Configuration through features.conf is no longer supported.
1633 * res_parking uses the configuration framework. If an invalid configuration is
1634 supplied, res_parking will fail to load or fail to reload. Previously,
1635 invalid configurations would generally be accepted, with certain errors
1636 resulting in individually disabled parking lots.
1638 * Parked calls are now placed in bridges. While this is largely an
1639 architectural change, it does have implications on how channels in a parking
1640 lot are viewed. For example, commands that display channels in bridges will
1641 now also display the channels in a parking lot.
1643 * The order of arguments for the new parking applications have been modified.
1644 Timeout and return context/exten/priority are now implemented as options,
1645 while the name of the parking lot is now the first parameter. See the
1646 application documentation for Park, ParkedCall, and ParkAndAnnounce for more
1647 in-depth information as well as syntax.
1649 * Extensions are by default no longer automatically created in the dialplan to
1650 park calls or pickup parked calls. Generation of dialplan extensions can be
1651 enabled using the 'parkext' configuration option.
1653 * ADSI functionality for parking is no longer supported. The 'adsipark'
1654 configuration option has been removed as a result.
1656 * The PARKINGSLOT channel variable has been deprecated in favor of
1657 PARKING_SPACE to match the naming scheme of the new system.
1659 * PARKING_SPACE and PARKEDLOT channel variables will now be set for a parked
1660 channel even when the configuration option 'comebactoorigin' is enabled.
1662 * A new CLI command 'parking show' has been added. This allows a user to
1663 inspect the parking lots that are currently in use.
1664 'parking show <parkinglot>' will also show the parked calls in a specific
1667 * The CLI command 'parkedcalls' is now deprecated in favor of
1668 'parking show <parkinglot>'.
1670 * The AMI command 'ParkedCalls' will now accept a 'ParkingLot' argument which
1671 can be used to get a list of parked calls for a specific parking lot.
1673 * The AMI command 'Park' field 'Channel2' has been deprecated and replaced
1674 with 'TimeoutChannel'. If both 'Channel2' and 'TimeoutChannel' are
1675 specified, 'TimeoutChannel' will be used. The field 'TimeoutChannel' is no
1676 longer a required argument.
1678 * The ParkAndAnnounce application is now provided through res_parking instead
1679 of through the separate app_parkandannounce module.
1681 * ParkAndAnnounce will no longer go to the next position in dialplan on timeout
1682 by default. Instead, it will follow the timeout rules of the parking lot. The
1683 old behavior can be reproduced by using the 'c' option.
1685 * Dynamic parking lots will now fail to be created under the following
1687 - if the parking lot specified by PARKINGDYNAMIC does not exist
1688 - if they require exclusive park and parkedcall extensions which overlap
1689 with existing parking lots.
1691 * Dynamic parking lots will be cleared on reload for dynamic parking lots that
1692 currently contain no calls. Dynamic parking lots containing parked calls
1693 will persist through the reloads without alteration.
1695 * If 'parkext_exclusive' is set for a parking lot and that extension is
1696 already in use when that parking lot tries to register it, this is now
1697 considered a parking system configuration error. Configurations which do
1698 this will be rejected.
1700 * Added channel variable PARKER_FLAT. This contains the name of the extension
1701 that would be used if 'comebacktoorigin' is enabled. This can be useful when
1702 comebacktoorigin is disabled, but the dialplan or an external control
1703 mechanism wants to use the extension in the park-dial context that was
1704 generated to re-dial the parker on timeout.
1706 res_pjsip (and many others)
1708 * A large number of resource modules make up the SIP stack based on pjsip.
1709 The chan_pjsip channel driver users these resource modules to provide
1710 various SIP functionality in Asterisk. The majority of configuration for
1711 these modules is performed in pjsip.conf. Other modules may use their
1712 own configuration files.
1714 * Added 'set_var' option for an endpoint. For each variable specified that
1715 variable gets set upon creation of a channel involving the endpoint.
1719 * ICE/STUN/TURN support in res_rtp_asterisk has been made optional. To enable
1720 them, an Asterisk-specific version of PJSIP needs to be installed.
1721 Tarballs are available from https://github.com/asterisk/pjproject/tags/.
1723 res_statsd/res_chan_stats
1725 * A new resource module, res_statsd, has been added, which acts as a statsd
1726 client. This module allows Asterisk to publish statistics to a statsd
1727 server. In conjunction with res_chan_stats, it will publish statistics about
1728 channels to the statsd server. It can be configured via res_statsd.conf.
1732 * Device state for XMPP buddies is now available using the following format:
1733 XMPP/<client name>/<buddy address>
1734 If any resource is available the device state is considered to be not in use.
1735 If no resources exist or all are unavailable the device state is considered
1742 Realtime/Database Scripts
1744 * Asterisk previously included example db schemas in the contrib/realtime/
1745 directory of the source tree. This has been replaced by a set of database
1746 migrations using the Alembic framework. This allows you to use alembic to
1747 initialize the database for you. It will also serve as a database migration
1748 tool when upgrading Asterisk in the future.
1750 See contrib/ast-db-manage/README.md for more details.
1754 * A new script has been added in the contrib/scripts/sip_to_res_pjsip folder.
1755 This python script will convert an existing sip.conf file to a
1756 pjsip.conf file, for use with the chan_pjsip channel driver. This script
1757 is meant to be an aid in converting an existing chan_sip configuration to
1758 a chan_pjsip configuration, but it is expected that configuration beyond
1759 what the script provides will be needed.
1761 ------------------------------------------------------------------------------
1762 --- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
1763 ------------------------------------------------------------------------------
1767 * The Asterisk build system will now build and install a shared library
1768 (libasteriskssl.so) used to wrap various initialization and shutdown functions
1769 from the libssl and libcrypto libraries provided by OpenSSL. This is done so
1770 that Asterisk can ensure that these functions do *not* get called by any
1771 modules that are loaded into Asterisk, since they should only be called once
1772 in any single process. If desired, this feature can be disabled by supplying
1773 the "--disable-asteriskssl" option to the configure script.
1775 * A new make target, 'full', has been added to the Makefile. This performs
1776 the same compilation actions as make all, but will also scan the entirety of
1777 each source file for documentation. This option is needed to generate AMI
1778 event documentation. Note that your system must have Python in order for
1779 this make target to succeed.
1781 * The optimization portion of the build system has been reworked to avoid
1782 broken builds on certain architectures. All architecture-specific
1783 optimization has been removed in favor of using -march=native to allow gcc
1784 to detect the environment in which it is running when possible. This can
1785 be toggled as BUILD_NATIVE under "Compiler Flags" in menuselect.
1787 * BUILD_CFLAGS and BUILD_LDFLAGS can now be passed to menuselect, e.g.,
1788 make BUILD_CFLAGS="whatever" BUILD_LDFLAGS="whatever"
1790 * Remove "asterisk/version.h" in favor of "asterisk/ast_version.h". If you
1791 previously parsed the header file to obtain the version of Asterisk, you
1792 will now have to go through Asterisk to get the version information.
1800 * Added 'F()' option. Similar to the dial option, this can be supplied with
1801 arguments indicating where the callee should go after the caller is hung up,
1802 or without options specified, the priority after the Queue will be used.
1807 * Added menu action admin_toggle_mute_participants. This will mute / unmute
1808 all non-admin participants on a conference. The confbridge configuration
1809 file also allows for the default sounds played to all conference users when
1810 this occurs to be overriden using sound_participants_unmuted and
1811 sound_participants_muted.
1813 * Added menu action participant_count. This will playback the number of
1814 current participants in a conference.
1816 * Added announcement configuration option to user profile. If set the sound
1817 file will be played to the user, and only the user, upon joining the
1820 * Added record_file_append option that defaults to "yes", but if set to no
1821 will create a new file between each start/stop recording.
1826 * Added 'b' and 'B' options to Dial that execute a Gosub on callee and caller
1827 channels respectively before the callee channels are called.
1832 * Added support for IPv6.
1834 * Add interrupt ('I') command to ExternalIVR. Sending this command from an
1835 external process will cause the current playlist to be cleared, including
1836 stopping any audio file that is currently playing. This is useful when you
1837 want to interrupt audio playback only when specific DTMF is entered by the
1843 * A new option, 'I' has been added to app_followme. By setting this option,
1844 Asterisk will not update the caller with connected line changes when they
1845 occur. This is similar to app_dial and app_queue.
1847 * The 'N' option is now ignored if the call is already answered.
1849 * Added 'b' and 'B' options to FollowMe that execute a Gosub on callee
1850 and caller channels respectively before the callee channels are called.
1852 * The winning FollowMe outgoing call is now put on hold if the caller put it on
1858 * MixMonitor hooks now have IDs associated with them which can be used to
1859 assign a target to StopMixMonitor. Use of MixMonitor's i(variable) option
1860 will allow storage of the MixMontior ID in a channel variable. StopMixmonitor
1861 now accepts that ID as an argument.
1863 * Added 'm' option, which stores a copy of the recording as a voicemail in the
1864 indicated mailboxes.
1869 * The connect action in app_mysql now allows you to specify a port number to
1870 connect to. This is useful if you run a MySQL server on a non-standard
1876 * Increased the default number of allowed destinations from 5 to 12.
1881 * The app_page application now no longer depends on DAHDI or app_meetme. It
1882 has been re-architected to use app_confbridge internally.
1887 * Added queue options autopausebusy and autopauseunavail for automatically
1888 pausing a queue member when their device reports busy or congestion.
1890 * The 'ignorebusy' option for queue members has been deprecated in favor of
1891 the option 'ringinuse. Also a 'queue set ringinuse' CLI command has been
1892 added as well as an AMI action 'QueueMemberRingInUse' to set this variable on a
1893 per interface basis. Individual ringinuse values can now be set in
1894 queues.conf via an argument to member definitions. Lastly, the queue
1895 'ringinuse' setting now only determines defaults for the per member
1896 'ringinuse' setting and does not override per member settings like it does
1897 in earlier versions.
1899 * Added 'F()' option. Similar to the dial option, this can be supplied with
1900 arguments indicating where the callee should go after the caller is hung up,
1901 or without options specified, the priority after the Queue will be used.
1903 * Added new option log_member_name_as_agent, which will cause the membername to
1904 be logged in the agent field for ADDMEMBER and REMOVEMEMBER queue events if a
1905 state_interface has been set.
1907 * Add queue monitoring hints. exten => 8501,hint,Queue:markq.
1909 * App_queue will now play periodic announcements for the caller that
1910 holds the first position in the queue while waiting for answer.
1914 * Added 'j' option to SayUnixTime. SayUnixTime no longer auto jumps to extension
1915 when receiving DTMF. Use the 'j' option to enable extension jumping. Also
1916 changed arguments to SayUnixTime so that every option is truly optional even
1917 when using multiple options (so that j option could be used without having to
1918 manually specify timezone and format) There are other benefits, e.g., format
1919 can now be used without specifying time zone as well.
1924 * Addition of the VM_INFO function - see Function changes.
1926 * The imapserver, imapport, and imapflags configuration options can now be
1927 overriden on a user by user basis.
1929 * When voicemail plays a message's envelope with saycid set to yes, when
1930 reaching the caller id field it will play a recording of a file with the same
1931 base name as the sender's callerid if there is a similarly named file in
1932 <astspooldir>/recordings/callerids/
1934 * Voicemails now contains a unique message identifier "msg_id", which is stored
1935 in the message envelope with the sound files. IMAP backends will now store
1936 the message identifiers with a header of "X-Asterisk-VM-Message-ID". ODBC
1937 backends will store the message identifier in a "msg_id" column. See
1938 UPGRADE.txt for more information.
1940 * Added VoiceMailPlayMsg application. This application will play a single
1941 voicemail message from a mailbox. The result of the application, SUCCESS or
1942 FAILED, is stored in the channel variable VOICEMAIL_PLAYBACKSTATUS.
1947 * Hangup handlers can be attached to channels using the CHANNEL() function.
1948 Hangup handlers will run when the channel is hung up similar to the h
1949 extension. The hangup_handler_push option will push a GoSub compatible
1950 location in the dialplan onto the channel's hangup handler stack. The
1951 hangup_handler_pop option will remove the last added location, and optionally
1952 replace it with a new GoSub compatible location. The hangup_handler_wipe
1953 option will remove all locations on the stack, and optionally add a new
1956 * The expression parser now recognizes the ABS() absolute value function,
1957 which will convert negative floating point values to positive values.
1959 * FAXOPT(faxdetect) will enable a generic fax detect framehook for dialplan
1960 control of faxdetect.
1962 * Addition of the VM_INFO function that can be used to retrieve voicemail
1963 user information, such as the email address and full name.
1964 The MAILBOX_EXISTS dialplan function has been deprecated in favour of
1967 * The REDIRECTING function now supports the redirecting original party id
1970 * Two new functions have been added: FEATURE() and FEATUREMAP(). FEATURE()
1971 lets you set some of the configuration options from the [general] section
1972 of features.conf on a per-channel basis. FEATUREMAP() lets you customize
1973 the key sequence used to activate built-in features, such as blindxfer,
1974 and automon. See the built-in documentation for details.
1976 * MESSAGE(from) for incoming SIP messages now returns "display-name" <uri>
1977 instead of simply the uri. This is the format that MessageSend() can use
1978 in the from parameter for outgoing SIP messages.
1980 * Added the PRESENCE_STATE function. This allows retrieving presence state
1981 information from any presence state provider. It also allows setting
1982 presence state information from a CustomPresence presence state provider.
1983 See AMI/CLI changes for related commands.
1985 * Added the AMI_CLIENT function to make manager account attributes available
1986 to the dialplan. It currently supports returning the current number of
1987 active sessions for a given account.
1989 * Added support for private party ID information to CALLERID, CONNECTEDLINE,
1990 and the REDIRECTING functions.
1998 * Added a manager event "LocalBridge" for local channel call bridges between
1999 the two pseudo-channels created.
2004 * Added dialtone_detect option for analog ports to disconnect incoming
2005 calls when dialtone is detected.
2007 * Added option colp_send to send ISDN connected line information. Allowed
2008 settings are block, to not send any connected line information; connect, to
2009 send connected line information on initial connect; and update, to send
2010 information on any update during a call. Default is update.
2012 * Add options namedcallgroup and namedpickupgroup to support installations
2013 where a higher number of groups (>64) is required.
2015 * Added support to use private party ID information with PRI calls.
2020 * A new channel driver named chan_motif has been added which provides support for
2021 Google Talk and Jingle in a single channel driver. This new channel driver includes
2022 support for both audio and video, RFC2833 DTMF, all codecs supported by Asterisk,
2023 hold, unhold, and ringing notification. It is also compliant with the current Jingle
2024 specification, current Google Jingle specification, and the original Google Talk
2030 * Added NAT support for RTP. Setting in config is 'nat', which can be set
2031 globally and overriden on a peer by peer basis.
2033 * Direct media functionality has been added. Options in config are:
2034 directmedia (directrtp) and directrtpsetup (earlydirect)
2036 * ChannelUpdate events now contain a CallRef header.
2041 * Asterisk will no longer substitute CID number for CID name in the display
2042 name field if CID number exists without a CID name. This change improves
2043 compatibility with certain device features such as Avaya IP500's directory
2046 * A new setting for autocreatepeer (autocreatepeer=persistent) allows peers
2047 created using that setting to not be removed during SIP reload.
2049 * Added settings recordonfeature and recordofffeature. When receiving an INFO
2050 request with a "Record:" header, this will turn the requested feature on/off.
2051 Allowed values are 'automon', 'automixmon', and blank to disable. Note that
2052 dynamic features must be enabled and configured properly on the requesting
2053 channel for this to function properly.
2055 * Add support to realtime for the 'callbackextension' option.
2057 * When multiple peers exist with the same address, but differing
2058 callbackextension options, incoming requests that are matched by address
2059 will be matched to the peer with the matching callbackextension if it is
2062 * Two new NAT options, auto_force_rport and auto_comedia, have been added
2063 which set the force_rport and comedia options automatically if Asterisk
2064 detects that an incoming SIP request crossed a NAT after being sent by
2065 the remote endpoint.
2067 * The default global nat setting in sip.conf has been changed from force_rport
2068 to auto_force_rport.
2070 * NAT settings are now a combinable list of options. The equivalent of the
2071 deprecated nat=yes is nat=force_rport,comedia. nat=no behaves as before.
2073 * Adds an option send_diversion which can be disabled to prevent
2074 diversion headers from automatically being added to INVITE requests.
2076 * Add support for lightweight NAT keepalive. If enabled a blank packet will
2077 be sent to the remote host at a given interval to keep the NAT mapping open.
2078 This can be enabled using the keepalive configuration option.
2080 * Add option 'tonezone' to specify country code for indications. This option
2081 can be set both globally and overridden for specific peers.
2083 * The SIP Security Events Framework now supports IPv6.
2085 * Add a new setting for directmedia, 'outgoing', to alleviate INVITE glares
2086 between multiple user agents. When set, for directmedia reinvites,
2087 Asterisk will not send an immediate reinvite on an incoming call leg. This
2088 option is useful when peered with another SIP user agent that is known to
2089 send immediate direct media reinvites upon call establishment.
2091 * Add support for WebSocket transport. This can be configured using 'ws' or 'wss'
2094 * Add options subminexpiry and submaxexpiry to set limits of subscription
2095 timer independently from registration timer settings. The setting of the
2096 registration timer limits still is done by options minexpiry, maxexpiry
2097 and defaultexpiry. For backwards compatibility the setting of minexpiry
2098 and maxexpiry also is used to configure the subscription timer limits if
2099 subminexpiry and submaxexpiry are not set in sip.conf.
2101 * Set registration timer limits to default values when reloading sip
2102 configuration and values are not set by configuration.
2104 * Add options namedcallgroup and namedpickupgroup to support installations
2105 where a higher number of groups (>64) is required.
2107 * When a MESSAGE request is received, the address the request was received from
2108 is now saved in the SIP_RECVADDR variable.
2110 * Add ANI2/OLI parsing for SIP. The "From" header in INVITE requests is now
2111 parsed for the presence of "isup-oli", "ss7-oli", or "oli" tags. If present,
2112 the ANI2/OLI information is set on the channel, which can be retrieved using
2113 the CALLERID function.
2115 * Peers can now be configured to support negotiation of ICE candidates using
2116 the setting icesupport. See res_rtp_asterisk changes for more information.
2118 * Added support for format attribute negotiation. See the Codecs changes for
2121 * Extra headers specified with SIPAddHeader are sent with the REFER message
2122 when using Transfer application. See refer_addheaders in sip.conf.sample.
2124 * Added support to use private party ID information with calls.
2126 * Adds an option discard_remote_hold_retrieval that when set stops telling
2127 the peer to start music on hold.
2132 * Added skinny version 17 protocol support.
2136 --------------------
2137 * Added option 'dtmf_duration' allowing playback time of DTMF tones to be set
2139 * Modified option 'date_format' to allow options to display date in 31Jan and Jan31
2140 formats as options 0 and 1. The previous options 0 and 1 now map to options 2 and 3
2141 as per the UNISTIM protocol.
2143 * Fixed issues with dialtone not matching indications.conf and mute stopping rx
2144 as well as tx. Also fixed issue with call "Timer" displaying as French "Durée"
2146 * Added ability to use multiple lines for a single phone. This allows multiple
2147 calls to occur on a single phone, using callwaiting and switching between calls.
2149 * Added option 'sharpdial' allowing end dialing by pressing # key
2151 * Added option 'interdigit_timer' to control phone dial timeout
2153 * Added options 'cwstyle', 'cwvolume' controlling callwaiting appearance
2155 * Added global 'debug' option, that enables debug in channel driver
2157 * Added ability to translate on-screen menu in multiple languages. Tested on
2158 Russian languages. Supported encodings: ISO 8859-1, ISO 8859-2, ISO 8859-4,
2159 ISO 8859-5, ISO 2022-JP. Language controlled by 'language' and on-screen
2162 * In addition to English added French and Russian languages for on-screen menus
2164 * Reworked dialing number input: added dialing by timeout, immediate dial on
2165 on dialplan compare, phone number length now not limited by screen size
2167 * Added ability to pickup a call using features.conf defined value and
2173 * Add options namedcallgroup and namedpickupgroup to support installations
2174 where a higher number of groups (>64) is required.
2176 * Added support to use private party ID information with calls.
2181 * The minimum DTMF duration can now be configured in asterisk.conf
2182 as "mindtmfduration". The default value is (as before) set to 80 ms.
2183 (previously it was only available in source code)
2185 * Named ACLs can now be specified in acl.conf and used in configurations that
2186 use ACLs. As a general rule, if some derivative of 'permit' or 'deny' is
2187 used to specify an ACL, a similar form of 'acl' will add a named ACL to the
2188 working ACL. In addition, some CLI commands have been added to provide
2189 show information and allow for module reloading - see CLI Changes.
2191 * Rules in ACLs (specified using 'permit' and 'deny') can now contain multiple
2192 items (separated by commas), and items in the rule can be negated by prefixing
2193 them with '!'. This simplifies Asterisk Realtime configurations, since it is no
2194 longer necessray to control the order that the 'permit' and 'deny' columns are
2195 returned from queries.
2197 * DUNDi now allows the built in variables ${NUMBER}, ${IPADDR} and ${SECRET} to
2198 be used within the dynamic weight attribute when specifying a mapping.
2200 * CEL backends can now be configured to show "USER_DEFINED" in the EventName
2201 header, instead of putting the user defined event name there. When enabled
2202 the UserDefType header is added for user defined events. This feature is
2203 enabled with the setting show_user_defined.
2205 * Macro has been deprecated in favor of GoSub. For redirecting and connected
2206 line purposes use the following variables instead of their macro equivalents:
2207 REDIRECTING_SEND_SUB, REDIRECTING_SEND_SUB_ARGS, CONNECTED_LINE_SEND_SUB,
2208 CONNECTED_LINE_SEND_SUB_ARGS. For CCSS, use cc_callback_sub instead of
2209 cc_callback_macro in channel configurations.
2211 * Asterisk can now use a system-provided NetBSD editline library (libedit) if it
2214 * Call files now support the "early_media" option to connect with an outgoing
2215 extension when early media is received.
2217 * Added support to use private party ID information with calls.
2222 * A new channel variable, AGIEXITONHANGUP, has been added which allows
2223 Asterisk to behave like it did in Asterisk 1.4 and earlier where the
2224 AGI application would exit immediately after a channel hangup is detected.
2226 * IPv6 addresses are now supported when using FastAGI (agi://). Hostnames
2227 are resolved and each address is attempted in turn until one succeeds or
2231 AMI (Asterisk Manager Interface)
2233 * The originate action now has an option "EarlyMedia" that enables the
2234 call to bridge when we get early media in the call. Previously,
2235 early media was disregarded always when originating calls using AMI.
2237 * Added setvar= option to manager accounts (much like sip.conf)
2239 * Originate now generates an error response if the extension given is not found
2242 * MixMonitor will now show IDs associated with the mixmonitor upon creating
2243 them if the i(variable) option is used. StopMixMonitor will accept
2244 MixMonitorID as an option to close specific MixMonitors.
2246 * The SIPshowpeer manager action response field "SIP-Forcerport" has been
2247 updated to include information about peers configured with
2248 nat=auto_force_rport by returning "A" if auto_force_rport is set and nat is
2249 detected, and "a" if it is set and nat is not detected. "Y" and "N" are still
2250 returned if auto_force_rport is not enabled.
2252 * Added SIPpeerstatus manager command which will generate PeerStatus events
2253 similar to the existing PeerStatus events found in chan_sip on demand.
2255 * Hangup now can take a regular expression as the Channel option. If you want
2256 to hangup multiple channels, use /regex/ as the Channel option. Existing
2257 behavior to hanging up a single channel is unchanged, but if you pass a regex,
2258 the manager will send you a list of channels back that were hung up.
2260 * Support for IPv6 addresses has been added.
2262 * AMI Events can now be documented in the Asterisk source. Note that AMI event
2263 documentation is only generated when Asterisk is compiled using 'make full'.
2264 See the CLI section for commands to display AMI event information.
2266 * The AMI Hangup event now includes the AccountCode header so you can easily
2267 correlate with AMI Newchannel events.
2269 * The QueueMemberStatus, QueueMemberAdded, and QueueMember events now include
2270 the StateInterface of the queue member.
2272 * Added AMI event SessionTimeout in the Call category that is issued when a
2273 call is terminated due to either RTP stream inactivity or SIP session timer
2276 * CEL events can now contain a user defined header UserDefType. See core
2277 changes for more information.
2279 * OOH323 ChannelUpdate events now contain a CallRef header.
2281 * Added PresenceState command. This command will report the presence state for
2282 the given presence provider.
2284 * Added Parkinglots command. This will list all parking lots as a series of
2285 AMI Parkinglot events.
2287 * Added MessageSend command. This behaves in the same manner as the
2288 MessageSend application, and is a technolgoy agnostic mechanism to send out
2289 of call text messages.
2291 * Added "message" class authorization. This grants an account permission to
2292 send out of call messages. Write-only.
2297 * The "dialplan add include" command has been modified to create context a context
2298 if one does not already exist. For instance, "dialplan add include foo into bar"
2299 will create context "bar" if it does not already exist.
2301 * A "dialplan remove context" command has been added to remove a context from
2304 * The "mixmonitor list <channel>" command will now show MixMonitor ID, and the
2305 filenames of all running mixmonitors on a channel.
2307 * The debug level of "pri set debug" is now a bitmask ranging from 0 to 15 if
2308 numeric instead of 0, 1, or 2.
2310 * "stun show status" will show a table describing how the STUN client is
2313 * "acl show [named acl]" will show information regarding a Named ACL. The
2314 acl module can be reloaded with "reload acl".
2316 * Added CLI command to display AMI event information - "manager show events",
2317 which shows a list of all known and documented AMI events, and "manager show
2318 event [event name]", which shows detail information about a specific AMI
2321 * The result of the CLI command "queue show" now includes the state interface
2322 information of the queue member.
2324 * The command "core set verbose" will now set a separate level of logging for
2325 each remote console without affecting any other console.
2327 * Added command "cdr show pgsql status" to check connection status
2329 * "sip show channel" will now display the complete route set.
2331 * Added "presencestate list" command. This command will list all custom
2332 presence states that have been set by using the PRESENCE_STATE dialplan
2335 * Added "presencestate change <entity> <state>[,<subtype>[,message[,options]]]"
2336 command. This changes a custom presence to a new state.
2341 * Codec lists may now be modified by the '!' character, to allow succinct
2342 specification of a list of codecs allowed and disallowed, without the
2343 requirement to use two different keywords. For example, to specify all
2344 codecs except g729 and g723, one need only specify allow=all,!g729,!g723.
2346 * Add support for parsing SDP attributes, generating SDP attributes, and
2347 passing it through. This support includes codecs such as H.263, H.264, SILK,
2348 and CELT. You are able to set up a call and have attribute information pass.
2349 This should help considerably with video calls.
2351 * The iLBC codec can now use a system-provided iLBC library if one is installed,
2352 just like the GSM codec.
2356 * Added CLI commands dundi show hints and dundi show cache which will list DUNDi
2357 'DONTASK' hints in the cache and list all DUNDi cache entires respectively.
2361 * Asterisk version and build information is now logged at the beginning of a
2364 * Threads belonging to a particular call are now linked with callids which get
2365 added to any log messages produced by those threads. Log messages can now be
2366 easily identified as involved with a certain call by looking at their call id.
2367 Call ids may also be attached to log messages for just about any case where
2368 it can be determined to be related to a particular call.
2370 * Each logging destination and console now have an independent notion of the
2371 current verbosity level. Logger.conf now allows an optional argument to
2372 the 'verbose' specifier, indicating the level of verbosity sent to that
2373 particular logging destination. Additionally, remote consoles now each
2374 have their own verbosity level. The command 'core set verbose' will now set
2375 a separate level for each remote console without affecting any other
2381 * Added 'announcement' option which will play at the start of MOH and between
2382 songs in modes of MOH that can detect transitions between songs (eg.
2388 * New per parking lot options: comebackcontext and comebackdialtime. See
2389 configs/features.conf.sample for more details.
2391 * Channel variable PARKER is now set when comebacktoorigin is disabled in
2394 * Channel variable PARKEDCALL is now set with the name of the parking lot
2395 when a timeout occurs.
2401 CDR Postgresql Driver
2403 * Added command "cdr show pgsql status" to check connection status
2406 CDR Adaptive ODBC Driver
2408 * Added schema option for databases that support specifying a schema.
2416 * A CALENDAR_SUCCESS=1/0 channel variable is now set to show whether or not
2417 CALENDAR_WRITE has completed successfully.
2422 * A new option, 'probation' has been added to rtp.conf
2423 RTP in strictrtp mode can now require more than 1 packet to exit learning
2424 mode with a new source (and by default requires 4). The probation option
2425 allows the user to change the required number of packets in sequence to any
2426 desired value. Use a value of 1 to essentially restore the old behavior.
2427 Also, with strictrtp on, Asterisk will now drop all packets until learning
2428 mode has successfully exited. These changes are based on how pjmedia handles
2429 media sources and source changes.
2431 * Add support for ICE/STUN/TURN in res_rtp_asterisk. This option can be
2432 enabled or disabled using the icesupport setting. A variety of other
2433 settings have been introduced to configure STUN/TURN connections.
2438 * A new module, res_corosync, has been introduced. This module uses the
2439 Corosync cluster enginer (http://www.corosync.org) to allow a local cluster
2440 of Asterisk servers to both Message Waiting Indication (MWI) and/or
2441 Device State (presence) information. This module is very similar to, and
2442 is a replacement for the res_ais module that was in previous releases of
2448 * This module adds a cleaned up, drop-in replacement for res_jabber called
2449 res_xmpp. This provides the same externally facing functionality but is
2450 implemented differently internally. res_jabber has been deprecated in favor
2451 of res_xmpp; please see the UPGRADE.txt file for more information.
2456 * The safe_asterisk script has been updated to allow several of its parameters
2457 to be set from environment variables. This also enables a custom run
2458 directory of Asterisk to be specified, instead of defaulting to /tmp.
2460 * The live_ast script will now look for the LIVE_AST_BASE_DIR variable and use
2461 its value to determine the directory to assume is the top-level directory of
2462 the source tree. If the variable is not set, it defaults to the current
2463 behavior and uses the current working directory.
2465 ------------------------------------------------------------------------------
2466 --- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
2467 ------------------------------------------------------------------------------
2471 * Asterisk now has protocol independent support for processing text messages
2472 outside of a call. Messages are routed through the Asterisk dialplan.
2473 SIP MESSAGE and XMPP are currently supported. There are options in
2474 jabber.conf and sip.conf to allow enabling these features.
2475 -> jabber.conf: see the "sendtodialplan" and "context" options.
2476 -> sip.conf: see the "accept_outofcall_message", "auth_message_requests"
2477 and "outofcall_message_context" options.
2478 The MESSAGE() dialplan function and MessageSend() application have been
2479 added to go along with this functionality. More detailed usage information
2480 can be found on the Asterisk wiki (http://wiki.asterisk.org/).
2481 * If real-time text support (T.140) is negotiated, it will be preferred for
2482 sending text via the SendText application. For example, via SIP, messages
2483 that were once sent via the SIP MESSAGE request would be sent via RTP if
2484 T.140 text is negotiated for a call.
2488 * parkedmusicclass can now be set for non-default parking lots.
2490 Asterisk Manager Interface
2491 --------------------------
2492 * PeerStatus now includes Address and Port.
2493 * Added Hold events for when the remote party puts the call on and off hold
2494 for chan_dahdi ISDN channels.
2495 * Added new action MeetmeListRooms to list active conferences (shows same
2496 data as "meetme list" at the CLI).
2497 * DAHDIShowChannels, SIPshowpeer, SIPpeers, and IAXpeers now contains a
2498 Description field that is set by 'description' in the channel configuration
2500 * Added Uniqueid header to UserEvent.
2501 * Added new action FilterAdd to control event filters for the current session.
2502 This requires the system permission and uses the same filter syntax as
2503 filters that can be defined in manager.conf
2504 * The Unlink event is now a Bridge event with Bridgestatus: Unlink. Previous
2505 versions had some instances of the event converted, but others were left
2506 as-is. All Unlink events should now be converted to Bridge events. The AMI
2507 protocol version number was incremented to 1.2 as a result of this change.
2509 Asterisk HTTP Server
2510 --------------------------
2511 * The HTTP Server can bind to IPv6 addresses.
2514 --------------------------
2515 * Busy tone patterns featuring 2 silence and 2 tone lengths can now be used
2516 with busydetect. usage example: busypattern=200,200,200,600
2519 --------------------------
2520 * New 'gtalk show settings' command showing the current settings loaded from
2522 * The 'logger reload' command now supports an optional argument, specifying an
2523 alternate configuration file to use.
2524 * 'dialplan add extension' command will now automatically create a context if
2525 the specified context does not exist with a message indicated it did so.
2526 * 'sip show peers', 'iax show peers', and 'dahdi show peers' now contains a
2527 Description field which can be populated with 'description' in the channel
2528 configuration files (sip.conf, iax2.conf, and chan_dahdi.conf).
2531 --------------------------
2532 * The filter option in cdr_adaptive_odbc now supports negating the argument,
2533 thus allowing records which do NOT match the specified filter.
2534 * Added ability to log CONGESTION calls to CDR
2537 --------------------------
2538 * Ability to define custom SILK formats in codecs.conf.
2539 * Addition of speex32 audio format with translation.
2540 * CELT codec pass-through support and ability to define
2541 custom CELT formats in codecs.conf.
2542 * Ability to read raw signed linear files with sample rates
2543 ranging from 8khz - 192khz. The new file extensions introduced
2544 are .sln12, .sln24, .sln32, .sln44, .sln48, .sln96, .sln192.
2545 * Due to protocol limitations, channel drivers other than SIP (eg. IAX2, MGCP,
2546 Skinny, H.323, etc) can still only support the following codecs:
2547 Audio: ulaw, alaw, slin, slin16, g719, g722, g723, g726, g726aal2, g729, gsm,
2548 siren7, siren14, speex, speex16, ilbc, lpc10, adpcm
2549 Video: h261, h263, h263p, h264, mpeg4
2554 --------------------------
2555 * New highly optimized and customizable ConfBridge application capable of
2556 mixing audio at sample rates ranging from 8khz-96khz.
2557 * CONFBRIDGE dialplan function capable of creating dynamic ConfBridge user
2558 and bridge profiles on a channel.
2559 * CONFBRIDGE_INFO dialplan function capable of retrieving information
2560 about a conference such as locked status and number of parties, admins,
2562 * Addition of video_mode option in confbridge.conf for adding video support
2563 into a bridge profile.
2564 * Addition of the follow_talker video_mode in confbridge.conf. This video
2565 mode dynamically switches the video feed to always display the loudest talker
2566 supplying video in the conference.
2570 * Added ASTETCDIR, ASTMODDIR, ASTVARLIBDIR, ASTDBDIR, ASTKEYDIR, ASTDATADIR,
2571 ASTAGIDIR, ASTSPOOLDIR, ASTRUNDIR, ASTLOGDIR which hold the equivalent
2572 variables from asterisk.conf.
2576 * Addition of the JITTERBUFFER dialplan function. This function allows
2577 for jitterbuffering to occur on the read side of a channel. By using
2578 this function conference applications such as ConfBridge and MeetMe can
2579 have the rx streams jitterbuffered before conference mixing occurs.
2580 * Added DB_KEYS, which lists the next set of keys in the Asterisk database
2582 * Added STRREPLACE function. This function let's the user search a variable
2583 for a given string to replace with another string as many times as the
2584 user specifies or just throughout the whole string.
2585 * Added option to CHANNEL(pickupgroup) allow reading and setting the pickupgroup of channel.
2586 * Mark VALID_EXTEN() deprecated in favor of DIALPLAN_EXISTS()
2587 * Added extensions to chan_ooh323 in function CHANNEL()
2589 libpri channel driver (chan_dahdi) DAHDI changes
2590 --------------------------
2591 * Added moh_signaling option to specify what to do when the channel's bridged
2592 peer puts the ISDN channel on hold.
2593 * Added display_send and display_receive options to control how the display ie
2594 is handled. To send display text from the dialplan use the SendText()
2595 application when the option is enabled.
2596 * Added mcid_send option to allow sending a MCID request on a span.
2599 --------------------------
2600 * Added setvar option to calendar.conf to allow setting channel variables on
2601 notification channels.
2602 * Added "calendar show types" CLI command to list registered calendar
2606 --------------------------
2607 * Added two new options, r and t with file name arguments to record
2608 single direction (unmixed) audio recording separate from the bidirectional
2609 (mixed) recording. The mixed file name argument is optional now as long
2610 as at least one recording option is used.
2613 --------------------------
2614 * Added a new option, l, which will disable local call optimization for
2615 channels involved with the FollowMe thread. Use this option to improve
2616 compatability for a FollowMe call with certain dialplan apps, options, and
2620 --------------------------
2621 * Added option "k" that will automatically close the conference when there's
2622 only one person left when a user exits the conference.
2625 --------------------------
2626 * cel_pgsql now supports the 'extra' column for data added using the
2627 CELGenUserEvent() application.
2630 --------------------------
2631 * Support for defining hints has been added to pbx_lua. See the 'hints' table
2632 in the sample extensions.lua file for syntax details.
2633 * Applications that perform jumps in the dialplan such as Goto will now
2634 execute properly. When pbx_lua detects that the context, extension, or
2635 priority we are executing on has changed it will immediately return control
2636 to the asterisk PBX engine. Currently the engine cannot detect a Goto to
2637 the priority after the currently executing priority.
2638 * An autoservice is now started by default for pbx_lua channels. It can be
2639 stopped and restarted using the autoservice_stop() and autoservice_start()
2643 --------------------------
2644 * The ReceiveFAXStatus and SendFAXStatus manager events have been consolidated
2645 into a FAXStatus event with an 'Operation' header that will be either
2646 'send', 'receive', and 'gateway'.
2647 * T.38 gateway functionality has been added to res_fax (and res_fax_spandsp).
2648 Set FAXOPT(gateway)=yes to enable this functionality on a channel. This
2649 feature will handle converting a fax call between an audio T.30 fax terminal
2650 and an IFP T.38 fax terminal.
2654 * Add T38 support for REJECTED state where T.38 Negotiation is explicitly rejected.
2655 * Add option encryption_taglen to set auth taglen only 32 and 80 are supported currently.
2656 * SIP now generates security events using the Security Events Framework for REGISTER and INVITE.
2660 * Added general option negative_penalty_invalid default off. when set
2661 members are seen as invalid/logged out when there penalty is negative.
2662 for realtime members when set remove from queue will set penalty to -1.
2663 * Added queue option autopausedelay when autopause is enabled it will be
2664 delayed for this number of seconds since last successful call if there
2665 was no prior call the agent will be autopaused immediately.
2666 * Added member option ignorebusy this when set and ringinuse is not
2667 will allow per member control of multiple calls as ringinuse does for
2672 * Added 'v' option to MeetMe to play voicemail greetings when a user joins/leaves
2674 * Added 'k' option to MeetMe to automatically kill the conference when there's only
2675 one participant left (much like a normal call bridge)
2676 * Added extra argument to Originate to set timeout.
2680 * The internal Asterisk database has been switched from Berkeley DB 1.86 to
2681 SQLite 3. An existing Berkeley astdb file can be converted with the astdb2sqlite3
2682 utility in the UTILS section of menuselect. If an existing astdb is found and no
2683 astdb.sqlite3 exists, astdb2sqlite3 will be compiled automatically. Asterisk will
2684 convert an existing astdb to the SQLite3 version automatically at runtime.
2688 * Modules marked as deprecated are no longer marked as building by default. Enabling
2689 these modules is still available via menuselect.
2693 * authdebug is now disabled by default. To enable this functionaility again
2694 set authdebug = yes in iax.conf.
2698 * The rtp.conf setting "strictrtp" is now enabled by default. In previous
2699 releases it was disabled.
2703 * The PBX core previously made a call with a non-existing extension test for
2704 extension s@default and jump there if the extension existed.
2705 This was a bad default behaviour and violated the principle of least surprise.
2706 It has therefore been changed in this release. It may affect some
2707 applications and configurations that rely on this behaviour. Most channel
2708 drivers have avoided this for many releases by testing whether the extension
2709 called exists before starting the PBX and generating a local error.
2710 This behaviour still exists and works as before.
2712 Extension "s" is used when no extension is given in a channel driver,
2713 like immediate answer in DAHDI or calling to a domain with no user part
2716 ------------------------------------------------------------------------------
2717 --- Functionality changes from Asterisk 1.6.2 to Asterisk 1.8 ----------------
2718 ------------------------------------------------------------------------------
2722 * Due to potential username discovery vulnerabilities, the 'nat' setting in sip.conf
2723 now defaults to force_rport. It is very important that phones requiring nat=no be
2724 specifically set as such instead of relying on the default setting. If at all
2725 possible, all devices should have nat settings configured in the general section as
2726 opposed to configuring nat per-device.
2727 * Added preferred_codec_only option in sip.conf. This feature limits the joint
2728 codecs sent in response to an INVITE to the single most preferred codec.
2729 * Added SIP_CODEC_OUTBOUND dialplan variable which can be used to set the codec
2730 to be used for the outgoing call. It must be one of the codecs configured
2732 * Added tlsprivatekey option to sip.conf. This allows a separate .pem file
2733 to be used for holding a private key. If tlsprivatekey is not specified,
2734 tlscertfile is searched for both public and private key.
2735 * Added tlsclientmethod option to sip.conf. This allows the protocol for
2736 outbound client connections to be specified.
2737 * The sendrpid parameter has been expanded to include the options
2738 'rpid' and 'pai'. Setting sendrpid to 'rpid' will cause Remote-Party-ID
2739 header to be sent (equivalent to setting sendrpid=yes) and setting
2740 sendrpid to 'pai' will cause P-Asserted-Identity header to be sent.
2741 * The 'ignoresdpversion' behavior has been made automatic when the SDP received
2742 is in response to a T.38 re-INVITE that Asterisk initiated. In this situation,
2743 since the call will fail if Asterisk does not process the incoming SDP, Asterisk
2744 will accept the SDP even if the SDP version number is not properly incremented,
2745 but will generate a warning in the log indicating that the SIP peer that sent
2746 the SDP should have the 'ignoresdpversion' option set.
2747 * The 'nat' option has now been been changed to have yes, no, force_rport, and
2748 comedia as valid values. Setting it to yes forces RFC 3581 behavior and enables
2749 symmetric RTP support. Setting it to no only enables RFC 3581 behavior if the
2750 remote side requests it and disables symmetric RTP support. Setting it to
2751 force_rport forces RFC 3581 behavior and disables symmetric RTP support.
2752 Setting it to comedia enables RFC 3581 behavior if the remote side requests it
2753 and enables symmetric RTP support.
2754 * Slave SIP channels now set HASH(SIP_CAUSE,<slave-channel-name>) on each
2755 response. This permits the master channel to know how each channel dialled
2756 in a multi-channel setup resolved in an individual way. This carries a
2757 performance penalty and can be disabled in sip.conf using the
2758 'storesipcause' option.
2759 * Added 'externtcpport' and 'externtlsport' options to allow custom port
2760 configuration for the externip and externhost options when tcp or tls is used.
2761 * Added support for message body (stored in content variable) to SIP NOTIFY message
2762 accessible via AMI and CLI.
2763 * Added 'media_address' configuration option which can be used to explicitly specify
2764 the IP address to use in the SDP for media (audio, video, and text) streams.
2765 * Added 'unsolicited_mailbox' configuration option which specifies the virtual mailbox
2766 that the new/old count should be stored on if an unsolicited MWI NOTIFY message is
2768 * Added 'use_q850_reason' configuration option for generating and parsing
2769 if available Reason: Q.850;cause=<cause code> header. It is implemented
2770 in some gateways for better passing PRI/SS7 cause codes via SIP.
2771 * When dialing SIP peers, a new component may be added to the end of the dialstring
2772 to indicate that a specific remote IP address or host should be used when dialing
2773 the particular peer. The dialstring format is SIP/peer/exten/host_or_IP.
2774 * SRTP SDES support for encrypting calls to/from Asterisk over SIP. The
2775 ability to selectively force bridged channels to also be encrypted is also
2776 implemented. Branching in the dialplan can be done based on whether or not
2777 a channel has secure media and/or signaling.
2778 * Added directmediapermit/directmediadeny to limit which peers can send direct media
2780 * Added the 'snom_aoc_enabled' option to turn on support for sending Advice of
2781 Charge messages to snom phones.
2782 * Added support for G.719 media streams.
2783 * Added support for 16khz signed linear media streams.
2784 * SIP is now able to bind to and communicate with IPv6 addresses. In addition,
2785 RTP has been outfitted with the same abilities.
2786 * Added support for setting the Max-Forwards: header in SIP requests. Setting is
2787 available in device configurations as well as in the dial plan.
2788 * Addition of the 'subscribe_network_change' option for turning on and off
2789 res_stun_monitor module support in chan_sip.
2790 * Addition of the 'auth_options_requests' option for turning on and off
2791 authentication for OPTIONS requests in chan_sip.
2795 * Add #tryinclude statement for config files. This provides the same
2796 functionality as the #include statement however an asterisk module will
2797 still load if the filename does not exist. Using the #include statement
2798 Asterisk will not allow the module to load.
2802 * Added rtsavesysname option into iax.conf to allow the systname to be saved
2803 on realtime updates.
2804 * Added the ability for chan_iax2 to inform the dialplan whether or not
2805 encryption is being used. This interoperates with the SIP SRTP implementation
2806 so that a secure SIP call can be bridged to a secure IAX call when the
2807 dialplan requires bridged channels to be "secure".
2808 * Addition of the 'subscribe_network_change' option for turning on and off
2809 res_stun_monitor module support in chan_iax.
2814 * Added ability to preset channel variables on indicated lines with the setvar
2815 configuration option. Also, clearvars=all resets the list of variables back
2817 * PacketCable NCS 1.0 support has been added for Docsis/Eurodocsis Networks.
2818 See configs/res_pktccops.conf for more information.
2820 XMPP Google Talk/Jingle changes
2821 -------------------------------
2822 * Added the externip option to gtalk.conf.
2823 * Added the stunaddr option to gtalk.conf which allows for the automatic
2824 retrieval of the external ip from a stun server.
2828 * Added 'p' option to PickupChan() to allow for picking up channel by the first
2829 match to a partial channel name.
2830 * Added .m3u support for Mp3Player application.
2831 * Added progress option to the app_dial D() option. When progress DTMF is
2832 present, those values are sent immediately upon receiving a PROGRESS message
2833 regardless if the call has been answered or not.
2834 * Added functionality to the app_dial F() option to continue with execution
2835 at the current location when no parameters are provided.
2836 * Added the 'a' option to app_dial to answer the calling channel before any
2837 announcements or macros are executed.
2838 * Modified app_dial to set answertime when the called channel answers even if
2839 the called channel hangs up during playback of an announcement.
2840 * Modified app_dial 'r' option to support an additional parameter to play an
2841 indication tone from indications.conf
2842 * Added c() option to app_chanspy. This option allows custom DTMF to be set
2843 to cycle through the next available channel. By default this is still '*'.
2844 * Added x() option to app_chanspy. This option allows DTMF to be set to
2845 exit the application.
2846 * The Voicemail application has been improved to automatically ignore messages
2847 that only contain silence.
2848 * If you set maxmsg to 0 in voicemail.conf, Voicemail will consider the
2849 associated mailbox(es) to be greetings-only.
2850 * The ChanSpy application now has the 'S' option, which makes the application
2851 automatically exit once it hits a point where no more channels are available
2853 * The ChanSpy application also now has the 'E' option, which spies on a single
2854 channel and exits when that channel hangs up.
2855 * The MeetMe application now turns on the DENOISE() function by default, for
2856 each participant. In our tests, this has significantly decreased background
2857 noise (especially noisy data centers).
2858 * Voicemail now permits storage of secrets in a separate file, located in the
2859 spool directory of each individual user. The control for this is located in
2860 the "passwordlocation" option in voicemail.conf. Please see the sample
2861 configuration for more information.
2862 * The ChanIsAvail application now exposes the returned cause code using a separate
2863 variable, AVAILCAUSECODE, instead of overwriting the device state in AVAILSTATUS.
2864 * Added 'd' option to app_followme. This option disables the "Please hold"
2866 * Added 'y' option to app_record. This option enables a mode where any DTMF digit
2867 received will terminate recording.
2868 * Voicemail now supports per mailbox settings for folders when using IMAP storage.
2869 Previously the folder could only be set per context, but has now been extended
2870 using the imapfolder option.
2871 * Voicemail now supports per mailbox settings for nextaftercmd and minsecs.
2872 * Voicemail now allows the pager date format to be specified separately from the
2874 * New applications JabberJoin, JabberLeave, and JabberSendGroup have been added
2875 to allow joining, leaving, and sending text to group chats.
2876 * MeetMe has a new option 'G' to play an announcement before joining a conference.
2877 * Page has a new option 'A(x)' which will playback an announcement simultaneously
2878 to all paged phones (and optionally excluding the caller's one using the new
2879 option 'n') before the call is bridged.
2880 * The 'f' option to Dial has been augmented to take an optional argument. If no
2881 argument is provided, the 'f' option works as it always has. If an argument is
2882 provided, then the connected party information of all outgoing channels created
2883 during the Dial will be set to the argument passed to the 'f' option.
2884 * Dial now inherits the GOSUB_RETVAL from the peer, when the U() option runs a
2886 * The OSP lookup application adds in/outbound network ID, optional security,
2887 number portability, QoS reporting, destination IP port, custom info and service
2889 * Added new application VMSayName that will play the recorded name of the voicemail
2890 user if it exists, otherwise will play the mailbox number.
2891 * Added custom device states to ConfBridge bridges. Use 'confbridge:<name>' to
2892 retrieve state for a particular bridge, where <name> is the conference name
2893 * app_directory now allows exiting at any time using the operator or pound key.
2894 * Voicemail now supports setting a locale per-mailbox.
2895 * Two new applications are provided for declining counting phrases in multiple
2896 languages. See the application notes for SayCountedNoun and SayCountedAdj for
2898 * Voicemail now runs the externnotify script when pollmailboxes is activated and
2900 * Voicemail now includes rdnis within msgXXXX.txt file.
2901 * ExternalIVR now supports IPv6 addresses.
2902 * Added 'D' command to ExternalIVR. Details are available on the Asterisk wiki
2903 at https://wiki.asterisk.org/wiki/x/oQBB
2904 * ParkedCall and Park can now specify the parking lot to use.
2908 * SRVQUERY and SRVRESULT functions added. This can be used to query and iterate
2909 over SRV records associated with a specific service. From the CLI, type
2910 'core show function SRVQUERY' and 'core show function SRVRESULT' for more
2911 details on how these may be used.
2912 * PITCH_SHIFT dialplan function added. This function can be used to modify the
2913 pitch of a channel's tx and rx audio streams.
2914 * Added new dialplan functions CONNECTEDLINE and REDIRECTING which permits
2915 setting various connected line and redirecting party information.
2916 * CALLERID and CONNECTEDLINE dialplan functions have been extended to
2917 support ISDN subaddressing.
2918 * The CHANNEL() function now supports the "name" and "checkhangup" options.
2919 * For DAHDI channels, the CHANNEL() dialplan function now allows
2920 the dialplan to request changes in the configuration of the active
2921 echo canceller on the channel (if any), for the current call only.
2924 exten => s,n,Set(CHANNEL(echocan_mode)=off)
2926 The possible values are:
2928 on - normal mode (the echo canceller is actually reinitialized)
2930 fax - FAX/data mode (NLP disabled if possible, otherwise completely
2932 voice - voice mode (returns from FAX mode, reverting the changes that
2933 were made when FAX mode was requested)
2934 * Added new dialplan function MASTER_CHANNEL(), which permits retrieving
2935 and setting variables on the channel which created the current channel.
2936 Administrators should take care to avoid naming conflicts, when multiple
2937 channels are dialled at once, especially when used with the Local channel
2938 construct (which all could set variables on the master channel). Usage
2939 of the HASH() dialplan function, with the key set to the name of the slave
2940 channel, is one approach that will avoid conflicts.
2941 * Added new dialplan function MUTEAUDIO() for muting inbound and/or outbound
2943 * func_odbc now allows multiple row results to be retrieved without using
2944 mode=multirow. If rowlimit is set, then additional rows may be retrieved
2945 from the same query by using the name of the function which retrieved the
2946 first row as an argument to ODBC_FETCH().
2947 * Added JABBER_RECEIVE, which permits receiving XMPP messages from the
2948 dialplan. This function returns the content of the received message.
2949 * Added REPLACE, which searches a given variable name for a set of characters,
2950 then either replaces them with a single character or deletes them.
2951 * Added PASSTHRU, which literally passes the same argument back as its return
2952 value. The intent is to be able to use a literal string argument to
2953 functions that currently require a variable name as an argument.
2954 * HASH-associated variables now can be inherited across channel creation, by
2955 prefixing the name of the hash at assignment with the appropriate number of
2956 underscores, just like variables.
2957 * GROUP_MATCH_COUNT has been improved to allow regex matching on category
2958 * CHANNEL(secure_bridge_signaling) and CHANNEL(secure_bridge_media) to set/get
2959 whether or not channels that are bridged to the current channel will be
2960 required to have secure signaling and/or media.
2961 * CHANNEL(secure_signaling) and CHANNEL(secure_media) to get whether or not
2962 the current channel has secure signaling and/or media.
2963 * For DAHDI/ISDN channels, the CHANNEL() dialplan function now supports the
2964 "no_media_path" option.
2965 Returns "0" if there is a B channel associated with the call.
2966 Returns "1" if no B channel is associated with the call. The call is either
2967 on hold or is a call waiting call.
2968 * Added option to dialplan function CDR(), the 'f' option
2969 allows for high resolution times for billsec and duration fields.
2970 * FILE() now supports line-mode and writing.
2971 * Added FIELDNUM(), which returns the 1-based offset of a field in a list.
2972 * FRAME_TRACE(), for tracking internal ast_frames on a channel.
2976 * Added DYNAMIC_FEATURENAME which holds the last triggered dynamic feature.
2977 * Added DYNAMIC_PEERNAME which holds the unique channel name on the other side
2978 and is set when a dynamic feature is triggered.
2979 * Added PARKINGLOT which can be used with parkeddynamic feature.conf option
2980 to dynamically create a new parking lot matching the value this varible is
2982 * Added PARKINGDYNAMIC which represents the template parkinglot defined in
2983 features.conf that should be the base for dynamic parkinglots.
2984 * Added PARKINGDYNCONTEXT which tells what context a newly created dynamic
2985 parkinglot should have.
2986 * Added PARKINGDYNEXTEN which tells what parking exten a newly created dynamic
2987 parkinglot should have.
2988 * Added PARKINGDYNPOS which holds what parking positions a dynamic parkinglot
2993 * Added "ready" option to QUEUE_MEMBER counting to count free agents whose wrap-up
2994 timeout has expired.
2995 * Added 'R' option to app_queue. This option stops moh and indicates ringing
2996 to the caller when an Agent's phone is ringing. This can be used to indicate
2997 to the caller that their call is about to be picked up, which is nice when
2998 one has been on hold for an extened period of time.
2999 * A new config option, penaltymemberslimit, has been added to queues.conf.
3000 When set this option will disregard penalty settings when a queue has too
3002 * A new option, 'I' has been added to both app_queue and app_dial.
3003 By setting this option, Asterisk will not update the caller with
3004 connected line changes or redirecting party changes when they occur.
3005 * A 'relative-periodic-announce' option has been added to queues.conf. When
3006 enabled, this option will cause periodic announce times to be calculated
3007 from the end of announcements rather than from the beginning.
3008 * The autopause option in queues.conf can be passed a new value, "all." The
3009 result is that if a member becomes auto-paused, he will be paused in all
3010 queues for which he is a member, not just the queue that failed to reach
3012 * Added dialplan function QUEUE_EXISTS to check if a queue exists
3013 * The queue logger now allows events to optionally propagate to a file,
3014 even when realtime logging is turned on. Additionally, realtime logging
3015 supports sending the event arguments to 5 individual fields, although it
3016 will fallback to the previous data definition, if the new table layout is
3019 mISDN channel driver (chan_misdn) changes
3020 ----------------------------------------
3021 * Added display_connected parameter to misdn.conf to put a display string
3022 in the CONNECT message containing the connected name and/or number if
3023 the presentation setting permits it.
3024 * Added display_setup parameter to misdn.conf to put a display string
3025 in the SETUP message containing the caller name and/or number if the
3026 presentation setting permits it.
3027 * Made misdn.conf parameters localdialplan and cpndialplan take a -1 to
3028 indicate the dialplan settings are to be obtained from the asterisk
3030 * Made misdn.conf parameter callerid accept the "name" <number> format
3031 used by the rest of the system.
3032 * Made use the nationalprefix and internationalprefix misdn.conf
3033 parameters to prefix any received number from the ISDN link if that
3034 number has the corresponding Type-Of-Number. NOTE: This includes
3035 comparing the incoming call's dialed number against the MSN list.
3036 * Added the following new parameters: unknownprefix, netspecificprefix,
3037 subscriberprefix, and abbreviatedprefix in misdn.conf to prefix any
3038 received number from the ISDN link if that number has the corresponding
3040 * Added new dialplan application misdn_command which permits controlling
3041 the CCBS/CCNR functionality.
3042 * Added new dialplan function mISDN_CC which permits retrieval of various
3043 values from an active call completion record.
3044 * For PTP, you should manually send the COLR of the redirected-to party
3045 for an incomming redirected call if the incoming call could experience
3046 further redirects. Just set the REDIRECTING(to-num,i) = ${EXTEN} and
3047 set the REDIRECTING(to-pres) to the COLR. A call has been redirected
3048 if the REDIRECTING(from-num) is not empty.
3049 * For outgoing PTP redirected calls, you now need to use the inhibit(i)
3050 option on all of the REDIRECTING statements before dialing the
3051 redirected-to party. You still have to set the REDIRECTING(to-xxx,i)
3052 and the REDIRECTING(from-xxx,i) values. The PTP call will update the
3053 redirecting-to presentation (COLR) when it becomes available.
3054 * Added outgoing_colp parameter to misdn.conf to filter outgoing COLP
3057 thirdparty mISDN enhancements
3058 -----------------------------
3059 mISDN has been modified by Digium, Inc. to greatly expand facility message
3061 * Enhanced COLP support for call diversion and transfer.
3062 * CCBS/CCNR support.
3064 The latest modified mISDN v1.1.x based version is available at:
3065 http://svn.digium.com/svn/thirdparty/mISDN/trunk
3066 http://svn.digium.com/svn/thirdparty/mISDNuser/trunk
3068 Tagged versions of the modified mISDN code are available under:
3069 http://svn.digium.com/svn/thirdparty/mISDN/tags
3070 http://svn.digium.com/svn/thirdparty/mISDNuser/tags
3072 libpri channel driver (chan_dahdi) DAHDI changes
3073 -------------------------------------------
3074 * The channel variable PRIREDIRECTREASON is now just a status variable
3075 and it is also deprecated. Use the REDIRECTING(reason) dialplan function
3076 to read and alter the reason.
3077 * For Q.SIG and ETSI PRI/BRI-PTP, you should manually send the COLR of the
3078 redirected-to party for an incomming redirected call if the incoming call
3079 could experience further redirects. Just set the
3080 REDIRECTING(to-num,i) = CALLERID(dnid) and set the REDIRECTING(to-pres)
3081 to the COLR. A call has been redirected if the REDIRECTING(count) is not
3083 * For outgoing Q.SIG and ETSI PRI/BRI-PTP redirected calls, you need to
3084 use the inhibit(i) option on all of the REDIRECTING statements before
3085 dialing the redirected-to party. You still have to set the
3086 REDIRECTING(to-xxx,i) and the REDIRECTING(from-xxx,i) values. The call
3087 will update the redirecting-to presentation (COLR) when it becomes available.
3088 * Added the ability to ignore calls that are not in a Multiple Subscriber
3089 Number (MSN) list for PTMP CPE interfaces.
3090 * Added dynamic range compression support for dahdi channels. It is
3091 configured via the rxdrc and txdrc parameters in chan_dahdi.conf.
3092 * Added support for ISDN calling and called subaddress with partial support
3093 for connected line subaddress.
3094 * Added support for BRI PTMP NT mode. (Requires latest LibPRI.)
3095 * Added handling of received HOLD/RETRIEVE messages and the optional ability
3096 to transfer a held call on disconnect similar to an analog phone.
3097 * Added CallRerouting/CallDeflection support for Q.SIG, ETSI PTP, ETSI PTMP.
3098 Will reroute/deflect an outgoing call when receive the message.
3099 Can use the DAHDISendCallreroutingFacility to send the message for the
3101 * Added standard location to add options to chan_dahdi dialing:
3102 Dial(DAHDI/g1[/extension[/options]])
3105 R Reverse charging indication
3106 * Added Reverse Charging Indication (Collect calls) send/receive option.
3107 Send reverse charging in SETUP message with the chan_dahdi R dialing option.
3108 Dial(DAHDI/g1/extension/R)
3109 Access received reverse charge in SETUP message by: ${CHANNEL(reversecharge)}
3110 (requires latest LibPRI)
3111 * Added ability to send/receive keypad digits in the SETUP message.
3112 Send keypad digits in SETUP message with the chan_dahdi K(<keypad_digits>)
3113 dialing option. Dial(DAHDI/g1/[extension]/K(<keypad_digits>))
3114 Access any received keypad digits in SETUP message by: ${CHANNEL(keypad_digits)}
3115 (requires latest LibPRI)
3116 * Added ability to send and receive ETSI Explicit Call Transfer (ECT) messages
3117 to eliminate tromboned calls. A tromboned call goes out an interface and comes
3118 back into the same interface. Tromboned calls happen because of call routing,
3119 call deflection, call forwarding, and call transfer.
3120 * Added the ability to send and receive ETSI Advice-Of-Charge messages.
3121 * Added the ability to support call waiting calls. (The SETUP has no B channel
3123 * Added Malicious Call ID (MCID) event to the AMI call event class.
3124 * Added Message Waiting Indication (MWI) support for ISDN PTMP endpoints (phones).
3126 Asterisk Manager Interface
3127 --------------------------
3128 * The Hangup action now accepts a Cause header which may be used to
3129 set the channel's hangup cause.
3130 * sslprivatekey option added to manager.conf and http.conf. Adds the ability
3131 to specify a separate .pem file to hold a private key. By default sslcert
3132 is used to hold both the public and private key.
3133 * Options in manager.conf and http.conf with the 'ssl' prefix have been replaced
3134 for options containing the 'tls' prefix. For example, 'sslenable' is now
3135 'tlsenable'. This has been done in effort to keep ssl and tls options consistent
3136 across all .conf files. All affected sample.conf files have been modified to
3137 reflect this change. Previous options such as 'sslenable' still work,
3138 but options with the 'tls' prefix are preferred.
3139 * Added a MuteAudio AMI action for muting inbound and/or outbound audio
3140 in a channel. (res_mutestream.so)
3141 * The configuration file manager.conf now supports a channelvars option, which
3142 specifies a list of channel variables to include in each channel-oriented
3144 * The redirect command now has new parameters ExtraContext, ExtraExtension,
3145 and ExtraPriority to allow redirecting the second channel to a different
3146 location than the first.
3147 * Added new event "JabberStatus" in the Jabber module to monitor buddies
3149 * Added a "MixMonitorMute" AMI action for muting inbound and/or outbound audio
3150 in a MixMonitor recording.
3151 * The 'iax2 show peers' output is now similar to the expected output of
3153 * Added Advice-Of-Charge events (AOC-S, AOC-D, and AOC-E) in the new
3155 * Added Advice-Of-Charge manager action, AOCMessage, for generating AOC-D and
3156 AOC-E messages on a channel.
3157 * A DBGetComplete event now follows a DBGetResponse, to make the DBGet action
3158 conform more closely to similar events.
3159 * Added a new eventfilter option per user to allow whitelisting and blacklisting
3161 * Added optional parkinglot variable for park command.
3162 * Added ConnectedLineNum and ConnectedLineName headers to AMI events/responses
3163 if CallerIDNum and CallerIDName headers are also present.
3165 Channel Event Logging
3166 ---------------------
3167 * A new interface, CEL, is introduced here. CEL logs single events, much like
3168 the AMI, but it differs from the AMI in that it logs to db backends much
3169 like CDR does; is based on the event subsystem introduced by Russell, and
3170 can share in all its benefits; allows multiple backends to operate like CDR;
3171 is specialized to event data that would be of concern to billing sytems,
3172 like CDR. Backends for logging and accounting calls have been produced,
3173 but a new CDR backend is still in development.
3177 * 'linkedid' and 'peeraccount' are new CDR fields available to CDR aficionados.
3178 linkedid is based on uniqueID, but spreads to other channels as transfers, dials,
3179 etc are performed. Thus the pieces of CDR can be grouped into multilegged sets.
3180 * Multiple files and formats can now be specified in cdr_custom.conf.
3181 * cdr_syslog has been added which allows CDRs to be written directly to syslog.
3182 See configs/cdr_syslog.conf.sample for more information.
3183 * A 'sequence' field has been added to CDRs which can be combined with
3184 linkedid or uniqueid to uniquely identify a CDR.
3185 * Handling of billsec and duration field has changed. If your table definition
3186 specifies those fields as float,double or similar they will now be logged with
3187 microsecond accuracy instead of a whole integer.
3189 Calendaring for Asterisk
3190 ------------------------
3191 * A new set of modules were added supporing calendar integration with Asterisk.
3192 Dialplan functions for reading from and writing to calendars are included,
3193 as well as the ability to execute dialplan logic upon calendar event notifications.
3194 iCalendar, CalDAV, and Exchange Server calendars (via res_calendar_exchange for
3195 Exchange Server 2003 with no write or attendee support, and res_calendar_ews for
3196 Exchange Server 2007+ with full write and attendee support) are supported (Exchange
3197 2003 support does not support forms-based authentication).
3199 Call Completion Supplementary Services for Asterisk
3200 ---------------------------------------------------
3201 * Call completion support has been added for SIP, DAHDI/ISDN, and DAHDI/analog.
3202 DAHDI/ISDN supports call completion for the following switch types:
3203 EuroIsdn(ETSI) for PTP and PTMP modes, and Qsig.
3204 See https://wiki.asterisk.org/wiki/x/2ABQ for details.
3206 Multicast RTP Support
3207 ---------------------
3208 * A new RTP engine and channel driver have been added which supports Multicast RTP.
3209 The channel driver can be used with the Page application to perform multicast RTP
3210 paging. The dial string format is: MulticastRTP/<type>/<destination>/<control address>
3211 Type can be either basic or linksys.
3212 Destination is the IP address and port for the RTP packets.
3213 Control address is specific to the linksys type and is used for sending the control
3214 packets unique to them.
3216 Security Events Framework
3217 -------------------------
3218 * Asterisk has a new C API for reporting security events. The module res_security_log
3219 sends these events to the "security" logger level. Currently, AMI is the only
3220 Asterisk component that reports security events. However, SIP support will be
3221 coming soon. For more information on the security events framework, see the
3222 "Asterisk Security Framework" section of the Asterisk wiki at
3223 https://wiki.asterisk.org/wiki/x/wgBQ
3224 * SIP support was added in Asterisk 10
3225 * This API now supports IPv6 addresses
3229 * A technology independent fax frontend (res_fax) has been added to Asterisk.
3230 * A spandsp based fax backend (res_fax_spandsp) has been added.
3231 * The app_fax module has been deprecated in favor of the res_fax module and
3232 the new res_fax_spandsp backend.
3233 * The SendFAX and ReceiveFAX applications now send their log messages to a
3234 'fax' logger level, instead of to the generic logger levels. To see these
3235 messages, the system's logger.conf file will need to direct the 'fax' logger
3236 level to one or more destinations; the logger.conf.sample file includes an
3237 example of how to do this. Note that if the 'fax' logger level is *not*
3238 directed to at least one destination, log messages generated by these
3239 applications will be lost, and that if the 'fax' logger level is directed to
3240 the console, the 'core set verbose' and 'core set debug' CLI commands will
3241 have no effect on whether the messages appear on the console or not.
3245 * The transmit_silence_during_record option in asterisk.conf.sample has been removed.
3246 Now, in order to enable transmitting silence during record the transmit_silence
3247 option should be used. transmit_silence_during_record remains a valid option, but
3248 defaults to the behavior of the transmit_silence option.
3249 * Addition of the Unit Test Framework API for managing registration and execution
3250 of unit tests with the purpose of verifying the operation of C functions.
3251 * SendText is now implemented in chan_gtalk and chan_jingle. It will simply send
3252 XMPP text messages to the remote JID.
3253 * Modules.conf has a new option - "require" - that marks a module as critical for
3254 the execution of Asterisk.
3255 If one of the required modules fail to load, Asterisk will exit with a return
3257 * An 'X' option has been added to the asterisk application which enables #exec support.
3258 This allows #exec to be used in asterisk.conf.
3259 * jabber.conf supports a new option auth_policy that toggles auto user registration.
3260 * A new lockconfdir option has been added to asterisk.conf to protect the
3261 configuration directory (/etc/asterisk by default) during reloads.
3262 * The parkeddynamic option has been added to features.conf to enable the creation
3263 of dynamic parkinglots.
3264 * chan_dahdi now supports reporting alarms over AMI either by channel or span via
3265 the reportalarms config option.
3266 * chan_dahdi supports dialing configuring and dialing by device file name.
3267 DAHDI/span-name!local!1 will use /dev/dahdi/span-name/local/1 . Likewise
3268 it may appear in chan_dahdi.conf as 'channel => span-name!local!1'.
3269 * A new options for chan_dahdi.conf: 'ignore_failed_channels'. Boolean.
3270 False by default. If set, chan_dahdi will ignore failed 'channel' entries.
3271 Handy for the above name-based syntax as it does not depend on
3272 initialization order.
3273 * The Realtime dialplan switch now caches entries for 1 second. This provides a
3274 significant increase in performance (about 3X) for installations using this switchtype.
3275 * Distributed devicestate now supports the use of the XMPP protocol, in addition to
3276 AIS. For more information, please see the Distributed Device State section of the
3277 Asterisk wiki at https://wiki.asterisk.org/wiki/x/jw4iAQ
3278 * The addition of G.719 pass-through support.
3279 * Added support for 16khz Speex audio. This can be enabled by using 'allow=speex16'
3280 during device configuration.
3281 * The UNISTIM channel driver (chan_unistim) has been updated to support devices that
3282 have less than 3 lines on the LCD.
3283 * Realtime now supports database failover. See the sample extconfig.conf for details.
3284 * The addition of improved translation path building for wideband codecs. Sample
3285 rate changes during translation are now avoided unless absolutely necessary.
3286 * The addition of the res_stun_monitor module for monitoring and reacting to network
3287 changes while behind a NAT.
3288 * DTMF: Normal and Reverse Twist acceptance values can be set in dsp.conf.
3289 DTMF Valid/Invalid number of hits/misses can be set in dsp.conf.
3290 These allow support for any Administration. Default is AT&T values.
3294 * The 'core set debug' and 'core set verbose' commands, in previous versions, could
3295 optionally accept a filename, to apply the setting only to the code generated from
3296 that source file when Asterisk was built. However, there are some modules in Asterisk
3297 that are composed of multiple source files, so this did not result in the behavior
3298 that users expected. In this version, 'core set debug' and 'core set verbose'
3299 can optionally accept *module* names instead (with or without the .so extension),
3300 which applies the setting to the entire module specified, regardless of which source
3301 files it was built from.
3302 * New 'manager show settings' command showing the current settings loaded from
3304 * Added 'all' keyword to the CLI command "channel request hangup" so that you can send
3305 the channel hangup request to all channels.
3306 * Added a "core reload" CLI command that executes a global reload of Asterisk.
3308 ------------------------------------------------------------------------------
3309 --- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 -------------
3310 ------------------------------------------------------------------------------
3314 * Added support for SUBSCRIBE/NOTIFY with dialog-info based call pickups.
3315 Snom phones use this for call pickup of extensions that the phone is
3317 * Added support for setting the domain in the URI for caller of an
3318 outbound call by using the SIPFROMDOMAIN channel variable.
3319 * Added a new configuration option "remotesecret" for authentication to
3320 remote services. For backwards compatibility, "secret" still has the
3321 same function as before, but now you can configure both a remote secret and a
3322 local secret for mutual authentication.
3323 * If the channel variable ATTENDED_TRANSFER_COMPLETE_SOUND is set,
3324 the sound will be played to the target of an attended transfer
3325 * Added two new configuration options, "qualifygap" and "qualifypeers", which allow
3326 finer control over how many peers Asterisk will qualify and the gap between them
3327 when all peers need to be qualified at the same time.
3328 * Added a new 'ignoresdpversion' option to sip.conf. When this is enabled
3329 (either globally or for a specific peer), chan_sip will treat any SDP data
3330 it receives as new data and update the media stream accordingly. By
3331 default, Asterisk will only modify the media stream if the SDP session
3332 version received is different from the current SDP session version. This
3333 option is required to interoperate with devices that have non-standard SDP
3334 session version implementations (observed with Microsoft OCS). This option
3335 is disabled by default.
3336 * The parsing of register => lines in sip.conf has been modified to allow a port
3337 to be present in the "user" portion. Please see the sip.conf.sample file for more
3339 * Added support for subscribing to MWI on a remote server and making the status available
3340 as a mailbox. Please see the sip.conf.sample file for more information.
3341 * Added a function to remove SIP headers added in the dialplan before the
3342 first INVITE is generated - SIPRemoveHeader()
3343 * Channel variables set with setvar= in a device configuration is now
3344 set both for inbound and outbound calls.
3345 * Added support for ITU G.722.1 and G.722.1C (Siren7 and Siren14) media streams.
3349 * Added immediate option to iax.conf
3350 * Added forceencryption option to iax.conf
3351 * Added Encryption and Trunk status to manager command "iaxpeers"
3355 * The configuration file now holds separate sections for devices and lines.
3356 Please have a look at configs/skinny.conf.sample and change your skinny.conf
3361 * chan_dahdi now supports MFC/R2 signaling when Asterisk is compiled with
3362 support for LibOpenR2. http://www.libopenr2.org/
3363 * The UK option waitfordialtone has been added for use with BT analog
3365 * Added a 'faxbuffers' configuration option to chan_dahdi.conf. This option
3366 is used in conjunction with the 'faxdetect' configuration option. When
3367 'faxbuffers' is used and fax tones are detected, the channel will dynamically
3368 switch to the configured faxbuffers policy. For example, to use 6 buffers
3369 and a 'full' buffer policy for a fax transmission, add:
3371 The faxbuffers configuration will be in affect until the call is torn down.
3372 * Added service message support for 4ESS/5ESS switches.
3376 * For DAHDI channels, the CHANNEL() dialplan function now
3377 supports changing the channel's buffer policy (for the current
3378 call only), using this syntax:
3380 exten => s,n,Set(CHANNEL(buffers)=6,full)
3382 This would change the channel to the 'full' buffer policy and
3383 6 (six) buffers. Possible options for this setting are the same
3384 as those in chan_dahdi.conf.
3385 * Added a new dialplan function, CURLOPT, which permits setting various
3386 options that may be useful with the CURL dialplan function, such as
3387 cookies, proxies, connection timeouts, passwords, etc.
3388 * Permit the syntax and synopsis fields of the corresponding dialplan
3389 functions to be individually set from func_odbc.conf.
3390 * Added debugging CLI functions to func_odbc, 'odbc read' and 'odbc write'.
3391 * func_odbc now may specify an insert query to execute, when the write query
3392 affects 0 rows (usually indicating that no such row exists).
3393 * Added a new dialplan function, LISTFILTER, which permits removing elements
3394 from a set list, by name. Uses the same general syntax as the existing CUT
3395 and FIELDQTY dialplan functions, which also manage lists.
3396 * Added REALTIME_FIELD and REALTIME_HASH, which should aid users in better
3397 obtaining realtime data from the dialplan.
3398 * Added LOCAL_PEEK, which allows access to variables in any stack frame within
3399 a subroutine when using the GoSub() and Return() applications.
3400 * Added AUDIOHOOK_INHERIT. For information on its use, please see the output
3401 of "core show function AUDIOHOOK_INHERIT" from the CLI
3402 * Added AES_ENCRYPT. For information on its use, please see the output
3403 of "core show function AES_ENCRYPT" from the CLI
3404 * Added AES_DECRYPT. For information on its use, please see the output
3405 of "core show function AES_DECRYPT" from the CLI
3406 * func_odbc now supports database transactions across multiple queries.
3410 * Scheduled meetme conferences may now have their end times extended by
3412 * app_authenticate now gives the ability to select a prompt other than
3414 * app_directory now pays attention to the searchcontexts setting in
3415 voicemail.conf and will look through all contexts, if no context is
3416 specified in the initial argument.
3417 * A new application, Originate, has been introduced, that allows asynchronous
3418 call origination from the dialplan.
3419 * Voicemail now permits setting the emailsubject and emailbody per mailbox,
3420 in addition to the setting in the "general" context.
3421 * Added ConfBridge dialplan application which does conference bridges without
3422 DAHDI. For information on its use, please see the output of
3423 "core show application ConfBridge" from the CLI.
3427 * The Asterisk CLI has a new command, "channel redirect", which is similar in
3428 operation to the AMI Redirect action.
3429 * extensions.conf now allows you to use keyword "same" to define an extension
3430 without actually specifying an extension. It uses exactly the same pattern
3431 as previously used on the last "exten" line. For example:
3432 exten => 123,1,NoOp(something)
3433 same => n,SomethingElse()
3434 * musiconhold.conf classes of type 'files' can now use relative directory paths,
3435 which are interpreted as relative to the astvarlibdir setting in asterisk.conf.
3436 * All deprecated CLI commands are removed from the sourcecode. They are now handled
3437 by the new clialiases module. See cli_aliases.conf.sample file.
3438 * Times within timespecs are now accurate down to the minute. This is a change
3439 from historical Asterisk, which only provided timespecs rounded to the nearest
3440 even (read: evenly divisible by 2) minute mark.
3441 * The realtime switch now supports an option flag, 'p', which disables searches for
3443 * In addition to a time range and date range, timespecs now accept a 5th optional
3444 argument, timezone. This allows you to perform time checks on alternate
3445 timezones, especially if those daylight savings time ranges vary from your
3446 machine's native timezone. See GotoIfTime, ExecIfTime, IFTIME(), and timed
3448 * The contrib/scripts/ directory now has a script called sip_nat_settings that will
3449 give you the correct output for an asterisk box behind nat. It will give you the
3450 externhost and localnet settings.
3451 * The Asterisk core now supports ITU G.722.1 and G.722.1C media streams, and
3452 can connect calls in passthrough mode, as well as record and play back files.
3453 * Successful and unsuccessful call pickup can now be alerted through sounds, by
3454 using pickupsound and pickupfailsound in features.conf.
3455 * ASTVARRUNDIR is now set to $(localstatedir)/run/asterisk by default.
3456 This means the asterisk pid file will now be in /var/run/asterisk/asterisk.pid on LINUX
3457 instead of the /var/run/asterisk.pid where it used to be. This will make
3458 installs as non-root easier to manage.
3463 * The cdr.conf file must exist and be correctly programmed in order for CDR records to
3464 be written; they will no longer be explicitly written.
3466 Asterisk Manager Interface
3467 --------------------------
3468 * When using the AMI over HTTP, you can now include a 'SuppressEvents' header (with
3469 a non-empty value) in your request. If you do this, any pending AMI events will
3470 *not* be included in the response to your request as they would normally, but
3471 will be left in the event queue for the next request you make to retrieve. For
3472 some applications, this will allow you to guarantee that you will only see
3473 events in responses to 'WaitEvent' actions, and can better know when to expect them.
3474 To know whether the Asterisk server supports this header or not, your client can
3475 inspect the first response back from the server to see if it includes this header:
3477 Pragma: SuppressEvents
3479 If this is included, the server supports event suppression.
3481 * Added 4 new Actions to list skinny device(s) and line(s)
3487 LDAP Schema File Additions
3488 --------------------------
3489 * Added AsteriskDialplan, AsteriskAccount and AsteriskMailbox objectClasses
3490 to allow standalone dialplan, account and mailbox entries (STRUCTURAL)
3492 - AstAccountLanguage, AstAccountTransport, AstAccountPromiscRedir,
3493 - AstAccountAccountCode, AstAccountSetVar, AstAccountAllowOverlap,
3494 - AstAccountVideoSupport, AstAccountIgnoreSDPVersion
3495 * Removed redundant IPaddr (there's already IPAddress)
3496 - Gives more configuration Flags for SIP-Users available (tested)
3497 - Allows to create Asterisk Attributes in defined Asterisk ObjectClasses
3498 without extensibleObject (which really should be the last resort); gives
3499 also additional possibilities for LDAP-filter
3501 ------------------------------------------------------------------------------
3502 --- Functionality changes from Asterisk 1.6.0 to Asterisk 1.6.1 -------------
3503 ------------------------------------------------------------------------------
3505 Device State Handling
3506 ---------------------
3507 * The event infrastructure in Asterisk got another big update to help support