From: Joshua Colp Date: Tue, 6 Dec 2016 11:34:54 +0000 (-0600) Subject: Merge "app_originate: Add option to execute gosub prior to dial" X-Git-Tag: 15.0.0-beta1~466 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faf2194fab68f4af0044f2282cb169fadbcbc7aa;p=thirdparty%2Fasterisk.git Merge "app_originate: Add option to execute gosub prior to dial" --- faf2194fab68f4af0044f2282cb169fadbcbc7aa diff --cc CHANGES index 431218ffd1,448657def4..df0834d116 --- a/CHANGES +++ b/CHANGES @@@ -62,31 -62,14 +62,37 @@@ RT when you use more than 32 formats and calls are not accepted by a remote implementation, please report this and go back to rtp_pt_dynamic = 96. + app_originate + ------------------ + * Added support to gosub predial routines on both original channel and on the + created channel using options parameter (like app_dial) B() and b(). This + allows for adding variables to newly created channel or, e.g. setting callerid. + ------------------------------------------------------------------------------ ---- Functionality changes from Asterisk 14.1.0 to Asterisk 14.2.0 ---------- +--- Functionality changes from Asterisk 14.2.0 to Asterisk 14.3.0 ------------ +------------------------------------------------------------------------------ + +res_pjproject +------------------ + * Added new CLI command "pjproject set log level". The new command allows + the maximum PJPROJECT log levels to be adjusted dynamically and + independently from the set debug logging level like many other similar + module debug logging commands. + + * Added new companion CLI command "pjproject show log level" to allow the + user to see the current maximum pjproject logging level. + + * Added new pjproject.conf startup section "log_level' option to set the + initial maximum PJPROJECT logging level. + +res_pjsip_outbound_registration +------------------ + * Statsd no longer logs redundant status PJSIP.registrations.state changes + for internal state transitions that don't change the reported public status + state. + +------------------------------------------------------------------------------ +--- Functionality changes from Asterisk 14.1.0 to Asterisk 14.2.0 ------------ ------------------------------------------------------------------------------ AMI