]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
10 years agoChangeLog: Updated for 13.6.0-rc3 13.6.0-rc3
kharwell [Wed, 7 Oct 2015 18:42:02 +0000 (13:42 -0500)] 
ChangeLog: Updated for 13.6.0-rc3

10 years agoRelease summaries: Add summaries for 13.6.0-rc3
kharwell [Wed, 7 Oct 2015 18:41:55 +0000 (13:41 -0500)] 
Release summaries: Add summaries for 13.6.0-rc3

10 years agoRelease summaries: Remove previous versions
Kevin Harwell [Wed, 7 Oct 2015 18:41:47 +0000 (13:41 -0500)] 
Release summaries: Remove previous versions

10 years ago.version: Update for 13.6.0-rc3
kharwell [Wed, 7 Oct 2015 18:41:47 +0000 (13:41 -0500)] 
.version: Update for 13.6.0-rc3

10 years ago.lastclean: Update for 13.6.0-rc3
kharwell [Wed, 7 Oct 2015 18:41:47 +0000 (13:41 -0500)] 
.lastclean: Update for 13.6.0-rc3

10 years agorealtime: Add database scripts for 13.6.0-rc3
kharwell [Wed, 7 Oct 2015 18:41:46 +0000 (13:41 -0500)] 
realtime: Add database scripts for 13.6.0-rc3

10 years agores/res_rtp_asterisk: Fix assignment after ao2 decrement 07/1407/1
Matt Jordan [Wed, 7 Oct 2015 01:43:58 +0000 (20:43 -0500)] 
res/res_rtp_asterisk: Fix assignment after ao2 decrement

When we decide we will no longer schedule an RTCP write, we remove the
reference to the RTP instance, then assign -1 to the stored scheduler ID
in case something else comes along and wants to see if anything is scheduled.

That scheduler ID is on the RTP instance. After 60a9172d7ef2 was merged to
fix the regression introduced by 3cf0f29310, this improper assignment on a
potentially destroyed object started getting tripped on the build agents.

Frankly, this should have been crashing a lot more often earlier. I can only
assume that the timing was changed just enough by both changes to start
actually hitting this problem.

As it is, simply moving the assignment prior to the ao2 deference is sufficient
to keep the RTP instance from being referenced when it is very, truly,
aboslutely dead.

(Note that it is still good practice to assign -1 to the scheduler ID when we
know we won't be scheduling it again, as the ao2 deref *may* not always destroy
the ao2 object.)

ASTERISK-25449

Change-Id: Ie6d3cb4adc7b1a6c078b1c38c19fc84cf787cda7

10 years agoChangeLog: Updated for 13.6.0-rc2 13.6.0-rc2
kharwell [Tue, 6 Oct 2015 18:40:31 +0000 (13:40 -0500)] 
ChangeLog: Updated for 13.6.0-rc2

10 years agoRelease summaries: Add summaries for 13.6.0-rc2
kharwell [Tue, 6 Oct 2015 18:40:21 +0000 (13:40 -0500)] 
Release summaries: Add summaries for 13.6.0-rc2

10 years agoRelease summaries: Remove previous versions
Kevin Harwell [Tue, 6 Oct 2015 18:40:13 +0000 (13:40 -0500)] 
Release summaries: Remove previous versions

10 years ago.version: Update for 13.6.0-rc2
kharwell [Tue, 6 Oct 2015 18:40:12 +0000 (13:40 -0500)] 
.version: Update for 13.6.0-rc2

10 years ago.lastclean: Update for 13.6.0-rc2
kharwell [Tue, 6 Oct 2015 18:40:12 +0000 (13:40 -0500)] 
.lastclean: Update for 13.6.0-rc2

10 years agorealtime: Add database scripts for 13.6.0-rc2
kharwell [Tue, 6 Oct 2015 18:40:12 +0000 (13:40 -0500)] 
realtime: Add database scripts for 13.6.0-rc2

10 years agoMerge "res_rtp_asterisk: Move "Set role" warning to be debug." into 13.6
Joshua Colp [Tue, 6 Oct 2015 14:02:06 +0000 (09:02 -0500)] 
Merge "res_rtp_asterisk: Move "Set role" warning to be debug." into 13.6

10 years agoFix improper usage of scheduler exposed by 5c713fdf18f 81/1381/2
Matt Jordan [Tue, 6 Oct 2015 02:34:41 +0000 (21:34 -0500)] 
Fix improper usage of scheduler exposed by 5c713fdf18f

When 5c713fdf18f was merged, it allowed for scheduled items to have an ID of
'0' returned. While this was valid per the documentation for the API, it was
apparently never returned previously. As a result, several users of the
scheduler API viewed the result as being invalid, causing them to reschedule
already scheduled items or otherwise fail in interesting ways.

This patch corrects the users such that they view '0' as valid, and a returned
ID of -1 as being invalid.

Note that the failing HEP RTCP tests now pass with this patch. These tests
failed due to a duplicate scheduling of the RTCP transmissions.

ASTERISK-25449 #close

Change-Id: I019a9aa8b6997584f66876331675981ac9e07e39

10 years agores_rtp_asterisk: Move "Set role" warning to be debug. 83/1383/1
Joshua Colp [Wed, 30 Sep 2015 18:42:40 +0000 (15:42 -0300)] 
res_rtp_asterisk: Move "Set role" warning to be debug.

In practice the set_role API callback can be invoked even
when no ICE is present on an RTP instance. This can occur
if ICE has not been enabled on it.

ASTERISK-25438 #close

Change-Id: I0e17e4316f0f0d7f095c78c3d4fd73a913b6ba69
(cherry picked from commit 56ed7b9dd560e468be31684e56a8070b88ae0205)

10 years agoChangeLog: Updated for 13.6.0-rc1 13.6.0-rc1
kharwell [Tue, 29 Sep 2015 21:15:34 +0000 (16:15 -0500)] 
ChangeLog: Updated for 13.6.0-rc1

10 years agoRelease summaries: Add summaries for 13.6.0-rc1
kharwell [Tue, 29 Sep 2015 21:12:02 +0000 (16:12 -0500)] 
Release summaries: Add summaries for 13.6.0-rc1

10 years ago.version: Update for 13.6.0-rc1
kharwell [Tue, 29 Sep 2015 21:08:20 +0000 (16:08 -0500)] 
.version: Update for 13.6.0-rc1

10 years ago.lastclean: Update for 13.6.0-rc1
kharwell [Tue, 29 Sep 2015 21:08:20 +0000 (16:08 -0500)] 
.lastclean: Update for 13.6.0-rc1

10 years agorealtime: Add database scripts for 13.6.0-rc1
kharwell [Tue, 29 Sep 2015 21:08:20 +0000 (16:08 -0500)] 
realtime: Add database scripts for 13.6.0-rc1

10 years agoMerge "res/ari/config.c: Fix user sort compare function." into 13
Matt Jordan [Tue, 29 Sep 2015 20:58:12 +0000 (15:58 -0500)] 
Merge "res/ari/config.c: Fix user sort compare function." into 13

10 years agoMerge "res/ari/config.c: Optimize conf_alloc() object init." into 13
Matt Jordan [Tue, 29 Sep 2015 20:58:06 +0000 (15:58 -0500)] 
Merge "res/ari/config.c: Optimize conf_alloc() object init." into 13

10 years agoARI: Changed version from 1.8.0 to 1.9.0 43/1343/1
Kevin Harwell [Tue, 29 Sep 2015 19:53:58 +0000 (14:53 -0500)] 
ARI: Changed version from 1.8.0 to 1.9.0

Change-Id: I510991c60d28d171f47c4b58bba4947f7fc71b13

10 years agores/ari/config.c: Fix user sort compare function. 39/1339/1
Richard Mudgett [Fri, 25 Sep 2015 23:37:04 +0000 (18:37 -0500)] 
res/ari/config.c: Fix user sort compare function.

Made use the ao2 sort compare template function and OBJ_SEARCH_xxx
identifiers.

Change-Id: Ic53005dc5aafa7a36c72300dd89b75fb63c92f4c

10 years agores/ari/config.c: Optimize conf_alloc() object init. 38/1338/1
Richard Mudgett [Fri, 25 Sep 2015 22:26:08 +0000 (17:26 -0500)] 
res/ari/config.c: Optimize conf_alloc() object init.

* Now conf_alloc() has more off nominal error checking.

* Eliminated RAII_VAR() use in conf_alloc().

* Eliminated a dubius shortcut when destroying cfg->general in
conf_destructor() that would cause a crash if cfg->general failed to get
allocated.

* Add some ACO registration section comments.

Change-Id: Ia40c2b1b2d0777d641605118ae019c5a73865e1a

10 years agores/ari/config.c: Fix conf_alloc() object init. 37/1337/1
Richard Mudgett [Fri, 25 Sep 2015 21:48:10 +0000 (16:48 -0500)] 
res/ari/config.c: Fix conf_alloc() object init.

Need to finish initializing the string fields in the ao2 object before
putting any default strings into them.

ASTERISK-25383 #close
Reported by:  yaron nahum

Change-Id: I9f7f3a03f0c4991a01593abf8697b9a587c0ea84

10 years agoMerge "app_queue.c: Force COLP update if outgoing channel name changed." into 13
Matt Jordan [Tue, 29 Sep 2015 12:27:45 +0000 (07:27 -0500)] 
Merge "app_queue.c: Force COLP update if outgoing channel name changed." into 13

10 years agoMerge "app_queue.c: Factor out a connected line update routine." into 13
Matt Jordan [Tue, 29 Sep 2015 12:27:22 +0000 (07:27 -0500)] 
Merge "app_queue.c: Factor out a connected line update routine." into 13

10 years agoMerge "app_dial.c: Make 'A' option pass COLP updates." into 13
Matt Jordan [Tue, 29 Sep 2015 12:26:58 +0000 (07:26 -0500)] 
Merge "app_dial.c: Make 'A' option pass COLP updates." into 13

10 years agoMerge "app_dial.c: Force COLP update if outgoing channel name changed." into 13
Matt Jordan [Tue, 29 Sep 2015 12:26:08 +0000 (07:26 -0500)] 
Merge "app_dial.c: Force COLP update if outgoing channel name changed." into 13

10 years agoMerge "translate: Fix transcoding while different in frame size." into 13
Joshua Colp [Mon, 28 Sep 2015 19:12:57 +0000 (14:12 -0500)] 
Merge "translate: Fix transcoding while different in frame size." into 13

10 years agoMerge "app_dial.c: Factor out a connected line update routine." into 13
Joshua Colp [Mon, 28 Sep 2015 19:06:55 +0000 (14:06 -0500)] 
Merge "app_dial.c: Factor out a connected line update routine." into 13

10 years agoMerge "res/res_stasis: Fix accidental subscription to 'all' bridge topic" into 13
Matt Jordan [Mon, 28 Sep 2015 13:36:04 +0000 (08:36 -0500)] 
Merge "res/res_stasis: Fix accidental subscription to 'all' bridge topic" into 13

10 years agoMerge "app_dial.c: Remove some no-op code." into 13
Joshua Colp [Mon, 28 Sep 2015 11:49:41 +0000 (06:49 -0500)] 
Merge "app_dial.c: Remove some no-op code." into 13

10 years agores/res_stasis: Fix accidental subscription to 'all' bridge topic 32/1332/1
Matt Jordan [Mon, 28 Sep 2015 01:45:50 +0000 (20:45 -0500)] 
res/res_stasis: Fix accidental subscription to 'all' bridge topic

When b99a7052621700a1aa641a1c24308f5873275fc8 was merged, subscribing to a
NULL bridge will now cause app_subscribe_bridge to implicitly subscribe to
all bridges. Unfortunately, the res_stasis control loop did not check that
a bridge changing on a channel's control object was actually also non-NULL.
As a result, app_subscribe_bridge will be called with a NULL bridge when a
channel leaves a bridge. This causes a new subscription to be made to the
bridge. If an application has also subscribed to the bridge, the application
will now have two subscriptions:
(1) The explicit one created by the app
(2) The implicit one accidentally created by the control structure

As a result, the 'BridgeDestroyed' event can be sent multiple times. This
patch corrects the control loop such that it only subscribes an application
to a new bridge if the bridge pointer is non-NULL.

ASTERISK-24870

Change-Id: I3510e55f6bc36517c10597ead857b964463c9f4f

10 years agoScripts: check file versions of Asterisk and dependencies 97/1197/7
Scott Griepentrog [Fri, 4 Sep 2015 18:51:46 +0000 (13:51 -0500)] 
Scripts: check file versions of Asterisk and dependencies

To help in diagnosing mismatched modules and libraries, this
script scans for version, repository, and source information
and reports what is found.

ASTERISK-25376 #close
Reported by: Ashley Sanders

Change-Id: Ib0642d0fb96712476f59760d6d137a24633fe2d6

10 years agoapp_queue.c: Force COLP update if outgoing channel name changed. 19/1319/1
Richard Mudgett [Thu, 24 Sep 2015 19:56:24 +0000 (14:56 -0500)] 
app_queue.c: Force COLP update if outgoing channel name changed.

* When a call is answered and the outgoing channel name has changed then
force a connected line update because the channel is no longer the same.
The channel was masqueraded into by another channel.  This is usually
because of a call pickup.

Note: Forwarded calls are handled in a controlled manner so the original
channel name is replaced with the forwarded channel.

ASTERISK-25423 #close
Reported by: John Hardin

Change-Id: Ie275ea9e99c092ad369db23e0feb08c44498c172

10 years agoapp_queue.c: Factor out a connected line update routine. 18/1318/1
Richard Mudgett [Thu, 24 Sep 2015 19:20:24 +0000 (14:20 -0500)] 
app_queue.c: Factor out a connected line update routine.

Replace inlined code with update_connected_line_from_peer().

ASTERISK-25423
Reported by: John Hardin

Change-Id: I33bbd033596fcb0208d41d8970369b4e87b806f3

10 years agoapp_dial.c: Make 'A' option pass COLP updates. 17/1317/1
Richard Mudgett [Thu, 24 Sep 2015 18:27:44 +0000 (13:27 -0500)] 
app_dial.c: Make 'A' option pass COLP updates.

While the 'A' option is playing the announcement file allow the caller and
peer to exchange COLP update frames.

ASTERISK-25423
Reported by: John Hardin

Change-Id: Iac6cf89b56d26452c6bb88e9363622bbf23895f9

10 years agoapp_dial.c: Force COLP update if outgoing channel name changed. 16/1316/1
Richard Mudgett [Thu, 24 Sep 2015 17:59:08 +0000 (12:59 -0500)] 
app_dial.c: Force COLP update if outgoing channel name changed.

* When a call is answered and the outgoing channel name has changed then
force a connected line update because the channel is no longer the same.
The channel was masqueraded into by another channel.  This is usually
because of a call pickup.

Note: Forwarded calls are handled in a controlled manner so the original
channel name is replaced with the forwarded channel.

ASTERISK-25423
Reported by: John Hardin

Change-Id: I2e01f7a698fbbc8c26344a59c2be40c6cd98b00c

10 years agoapp_dial.c: Factor out a connected line update routine. 15/1315/1
Richard Mudgett [Thu, 24 Sep 2015 17:37:07 +0000 (12:37 -0500)] 
app_dial.c: Factor out a connected line update routine.

Replace inlined code with update_connected_line_from_peer().

ASTERISK-25423
Reported by: John Hardin

Change-Id: Ia14f18def417645cd7fb453e1bdac682630a5091

10 years agoapp_dial.c: Remove some no-op code. 11/1311/1
Richard Mudgett [Wed, 23 Sep 2015 22:41:35 +0000 (17:41 -0500)] 
app_dial.c: Remove some no-op code.

Change-Id: Ice1884a94315d3cb7e3bbd47a9fba76a27276c54

10 years agoMerge "logger: Prevent duplicate dynamic channels from being added." into 13
Joshua Colp [Fri, 25 Sep 2015 15:57:33 +0000 (10:57 -0500)] 
Merge "logger: Prevent duplicate dynamic channels from being added." into 13

10 years agologger: Prevent duplicate dynamic channels from being added. 03/1303/2
Mark Michelson [Wed, 23 Sep 2015 19:02:15 +0000 (14:02 -0500)] 
logger: Prevent duplicate dynamic channels from being added.

There was a problem observed where the "logger add channel" CLI command
would allow for a channel with the same name to be added multiple times.
This would result in each message being written out to the same file
multiple times.

The problem was due to the difference in how logger channel filenames
are stored versus the format they are allowed to be presented when they
are added. For instance, if adding the logger channel "foo" through the
CLI, the result would be a logger channel with the file name
/var/log/asterisk/foo being stored. So when trying to add another "foo"
channel, "foo" would not match "/var/log/asterisk/foo" so we'd happily
add the duplicate channel.

The fix presented here is to introduce two new methods in the logger
code:
 * make_filename(): given a logger channel name, this creates the
   filename for that logger channel.
 * find_logchannel(): given a logger channel name, this calls
   make_filename() and then traverses the list of logchannels in order
   to find a match.

This change has made use of make_filename() and find_logchannel()
throughout to more consistently behave.

ASTERISK-25305 #close
Reported by Mark Michelson

Change-Id: I892d52954d6007d8bc453c3cbdd9235dec9c4a36

10 years agoDo not swallow frames on channels leaving bridges. 05/1305/1
Mark Michelson [Thu, 24 Sep 2015 19:49:46 +0000 (14:49 -0500)] 
Do not swallow frames on channels leaving bridges.

When leaving a bridge, indications on a channel could be swallowed by
the internal indication logic because it appears that the channel is on
its way to be hung up anyway. One such situation where this is
detrimental is when channels on hold are redirected out of a bridge. The
AST_CONTROL_UNHOLD indication from the bridging code is swallowed,
leaving the channel in question to still appear to be on hold.

The fix here is to modify the logic inside ast_indicate_data() to not
drop the indication if the channel is simply leaving a bridge. This way,
channels on hold redirected out of a bridge revert to their expected "in
use" state after the redirection.

ASTERISK-25418 #close
Reported by Mark Michelson

Change-Id: If6115204dfa0551c050974ee138fabd15f978949

10 years agoMerge "ARI: Add events for Contact and Peer Status changes" into 13
Matt Jordan [Wed, 23 Sep 2015 17:56:07 +0000 (12:56 -0500)] 
Merge "ARI: Add events for Contact and Peer Status changes" into 13

10 years agoapp_page.c: Fix crash when forwarding with a predial handler. 99/1299/1
Richard Mudgett [Tue, 22 Sep 2015 22:08:49 +0000 (17:08 -0500)] 
app_page.c: Fix crash when forwarding with a predial handler.

Page uses the async method of dialing with the dial API.  When a call gets
forwarded there is no calling channel available.  If the predial handler
was set then the calling channel could not be put into auto-service
for the forwarded call because it doesn't exist.  A crash is the result.

* Moved the callee predial parameter string processing to before the
string is passed to the dial API rather than having the dial API do it.
There are a few benefits do doing this.  The first is the predial
parameter string processing doesn't need to be done for each channel
called by the dial API.  The second is in async mode and the forwarded
channel is to have the predial handler executed on it then the
non-existent calling channel does not need to be present to process the
predial parameter string.

* Don't start auto-service on a non-existent calling channel to execute
the predial handler when the dial API is in async mode and forwarding a
call.

ASTERISK-25384 #close
Reported by: Chet Stevens

Change-Id: If53892b286d29f6cf955e2545b03dcffa2610981

10 years agoARI: Add events for Contact and Peer Status changes 95/1195/5
Matt Jordan [Fri, 4 Sep 2015 02:19:21 +0000 (21:19 -0500)] 
ARI: Add events for Contact and Peer Status changes

This patch adds support for receiving events regarding Peer status changes
and Contact status changes. This is particularly useful in scenarios where
we are subscribed to all endpoints and channels, where we often want to know
more about the state of channel technology specific items than a single
endpoint's state.

ASTERISK-24870

Change-Id: I6137459cdc25ce27efc134ad58abf065653da4e9

10 years agores/res_stasis_device_state: Allow for subscribing to 'all' device state 94/1194/4
Matt Jordan [Fri, 4 Sep 2015 17:24:57 +0000 (12:24 -0500)] 
res/res_stasis_device_state: Allow for subscribing to 'all' device state

This patch adds support for subscribing to all device state changes. This is
done either by subscribing to an empty device, e.g., 'eventSource=deviceState:',
or by the WebSocket connection specifying that it wants all state in the
system.

ASTERISK-24870

Change-Id: I9cfeca1c9e2231bd7ea73e45919111d44d2eda32

10 years agoARI: Add the ability to subscribe to all events 93/1193/4
Matt Jordan [Fri, 4 Sep 2015 17:25:07 +0000 (12:25 -0500)] 
ARI: Add the ability to subscribe to all events

This patch adds the ability to subscribe to all events. There are two possible
ways to accomplish this:
(1) On initial WebSocket connection. This patch adds a new query parameter,
    'subscribeAll'. If present and True, Asterisk will subscribe the
    applications to all ARI events.
(2) Via the applications resource. When subscribing in this manner, an ARI
    client should merely specify a blank resource name, i.e., 'channels:'
    instead of 'channels:12354'. This will subscribe the application to all
    resources of the 'channels' type.

ASTERISK-24870 #close

Change-Id: I4a943b4db24442cf28bc64b24bfd541249790ad6

10 years agocore/logging: Fix logging to more than one syslog channel 94/1294/1
Elazar Broad [Mon, 21 Sep 2015 13:16:46 +0000 (09:16 -0400)] 
core/logging: Fix logging to more than one syslog channel

Currently, Asterisk will log to the last configured syslog
channel in logger.conf. This is due to the fact that the
final call to openlog() supersedes all of the previous calls.
This commit removes the call to openlog() and passes the
facility to ast_log_vsyslog(), along with utilizing the
LOG_MAKEPRI macro to ensure that the message is routed to
the correct facility and with the correct priority.

ASTERISK-25407 #close
Reported by: Elazar Broad
Tested by: Elazar Broad

Change-Id: Ie2a2416bc00cce1b04e99ef40917c2011953ddd2

10 years agoMerge "app_record: RECORDED_FILE variable not being populated" into 13
Matt Jordan [Tue, 22 Sep 2015 12:40:19 +0000 (07:40 -0500)] 
Merge "app_record: RECORDED_FILE variable not being populated" into 13

10 years agoMerge "pbx: Update device and presence state when changing a hint extension." into 13
Joshua Colp [Tue, 22 Sep 2015 10:30:07 +0000 (05:30 -0500)] 
Merge "pbx: Update device and presence state when changing a hint extension." into 13

10 years agoapp_record: RECORDED_FILE variable not being populated 89/1289/1
Kevin Harwell [Mon, 21 Sep 2015 23:06:15 +0000 (18:06 -0500)] 
app_record: RECORDED_FILE variable not being populated

The RECORDED_FILE variable is empty unless a '%d' is specified in the filename.
This patch makes it so the variable is always set to the filename.

ASTERISK-25410 #close

Change-Id: I4ec826d8eb582ae2ad184e717be8668b74d37653

10 years agoMerge "main/config_options: Check for existance of internal object before derefing...
Matt Jordan [Mon, 21 Sep 2015 13:08:28 +0000 (08:08 -0500)] 
Merge "main/config_options: Check for existance of internal object before derefing" into 13

10 years agoMerge "app_queue: AgentComplete event has wrong reason" into 13
Matt Jordan [Sat, 19 Sep 2015 21:26:27 +0000 (16:26 -0500)] 
Merge "app_queue: AgentComplete event has wrong reason" into 13

10 years agoMerge "app_queue: Crash when transferring" into 13
Matt Jordan [Sat, 19 Sep 2015 14:15:33 +0000 (09:15 -0500)] 
Merge "app_queue: Crash when transferring" into 13

10 years agoMerge "CHAOS: res_pjsip_diversion avoid crash if allocation fails" into 13
Matt Jordan [Sat, 19 Sep 2015 14:15:17 +0000 (09:15 -0500)] 
Merge "CHAOS: res_pjsip_diversion avoid crash if allocation fails" into 13

10 years agoMerge "chan_sip: Fix From header truncation for extremely long CALLERID(name)." into 13
Joshua Colp [Sat, 19 Sep 2015 13:31:46 +0000 (08:31 -0500)] 
Merge "chan_sip: Fix From header truncation for extremely long CALLERID(name)." into 13

10 years agoMerge "CHAOS: avoid crash if string create fails" into 13
Joshua Colp [Sat, 19 Sep 2015 13:22:51 +0000 (08:22 -0500)] 
Merge "CHAOS: avoid crash if string create fails" into 13

10 years agopbx: Update device and presence state when changing a hint extension. 63/1263/3
Joshua Colp [Wed, 16 Sep 2015 13:22:35 +0000 (10:22 -0300)] 
pbx: Update device and presence state when changing a hint extension.

When changing a hint extension without removing the hint first the
device state and presence state is not updated. This causes the state
of the hint to be that of the previous extension and not the current
one. This state is kept until a state change occurs as a result of
something (presence state change, device state change).

This change updates the hint with the current device and presence
state of the new extension when it is changed. Any state callbacks
which may have been added before the hint extension is changed are
also informed of the new device and presence state if either have
changed.

ASTERISK-25394 #close

Change-Id: If268f1110290e502c73dd289c9e7e7b27bc8432f

10 years agoCHAOS: avoid crash if string create fails 79/1279/4
Scott Griepentrog [Thu, 17 Sep 2015 21:34:41 +0000 (16:34 -0500)] 
CHAOS: avoid crash if string create fails

Validate string buffer allocation before using them.

ASTERISK-25323

Change-Id: Ib9c338bdc1e53fb8b81366f0b39482b83ef56ce0

10 years agochan_sip: Fix From header truncation for extremely long CALLERID(name). 70/1270/2
Walter Doekes [Thu, 17 Sep 2015 09:52:09 +0000 (11:52 +0200)] 
chan_sip: Fix From header truncation for extremely long CALLERID(name).

The CALLERID(num) and CALLERID(name) and other info are placed into the
`char from[256]` in initreqprep. If the name was too long, the addr-spec
and params wouldn't fit.

Code is moved around so the addr-spec with params is placed there first,
and then fitting in as much of the display-name as possible.

ASTERISK-25396 #close

Change-Id: I33632baf024f01b6a00f8c7f35c91e5f68c40260

10 years agoCHAOS: res_pjsip_diversion avoid crash if allocation fails 82/1282/1
Richard Mudgett [Thu, 17 Sep 2015 21:59:18 +0000 (16:59 -0500)] 
CHAOS: res_pjsip_diversion avoid crash if allocation fails

Validate ast_malloc buffer returned before using it in
set_redirecting_value().

ASTERISK-25323

Change-Id: I15d2ed7cb0546818264c0bf251aa40adeae83253

10 years agoapp_queue: AgentComplete event has wrong reason 80/1280/1
Kevin Harwell [Thu, 17 Sep 2015 21:47:33 +0000 (16:47 -0500)] 
app_queue: AgentComplete event has wrong reason

When a queued caller transfers an agent to another extension sometimes the
raised AgentComplete event has a reason of "caller" and sometimes "transfer".
Since a transfer has taken place this should always be transfer. This occurs
because sometimes the stasis hangup event arrives before the transfer event
thus writing a different reason out.

With this patch, when a hangup event is received during a transfer it will
check to see if the channel that is hanging up is part of a transfer. If so
it will return and let the subsequently received transfer event handler take
care of the cleanup.

ASTERISK-25399 #close

Change-Id: Ic63c49bd9a5ed463ea7a032fd2ea3d63bc81a50d

10 years agoPJSIP: avoid crash when getting rtp peer 76/1276/1
Scott Griepentrog [Thu, 17 Sep 2015 18:09:56 +0000 (13:09 -0500)] 
PJSIP: avoid crash when getting rtp peer

Although unlikely, if the tech private is returned as
a NULL, chan_pjsip_get_rtp_peer() would crash.

ASTERISK-25323

Change-Id: Ie231369bfa7da926fb2b9fdaac228261a3152e6a

10 years agoMerge "res_pjsip_pubsub: Eliminate race during initial NOTIFY." into 13
Joshua Colp [Thu, 17 Sep 2015 17:16:00 +0000 (12:16 -0500)] 
Merge "res_pjsip_pubsub: Eliminate race during initial NOTIFY." into 13

10 years agoapp_queue: Crash when transferring 72/1272/1
Kevin Harwell [Thu, 17 Sep 2015 16:31:15 +0000 (11:31 -0500)] 
app_queue: Crash when transferring

During some transfer scenarios involving queues Asterisk would sometimes
crash when trying to obtain a channel snapshot (could happen on caller or
member channels). This occurred because the underlying channel had already
disappeared when trying to obtain the latest snapshot.

This patch adds a reference to both the member and caller channels that
extends to the lifetime of the queue'd call, thus making sure the channels
will always exist when retrieving the latest snapshots.

ASTERISK-25185 #close
Reported by: Etienne Lessard

Change-Id: Ic397fa68fb4ff35fbc378e745da9246a7b552128

10 years agores_pjsip_pubsub: Eliminate race during initial NOTIFY. 66/1266/2
Mark Michelson [Wed, 16 Sep 2015 22:36:32 +0000 (17:36 -0500)] 
res_pjsip_pubsub: Eliminate race during initial NOTIFY.

There is a slim chance of a race condition occurring where two threads
can both attempt to manipulate the same area.

Thread A can be handling an incoming initial SUBSCRIBE request. Thread A
lets the specific subscription handler know that the subscription has
been established.

At this point, Thread B may detect a state change on the subscribed
resource and queue up a notification task on Thread C, the subscription
serializer thread.

Now Thread A attempts to generate the initial NOTIFY request to send to
the subscriber at the same time that Thread C attempts to generate a
state change NOTIFY request to send to the subscriber.

The result is that Threads A and C can step on the same memory area,
resulting in a crash. The crash has been observed as happening when
attempting to allocate more space to hold the body for the NOTIFY.

The solution presented here is to queue the subscription establishment
and initial NOTIFY generation onto the subscription serializer thread
(Thread C in the above scenario). This way, there is no way that a state
change notification can occur before the initial NOTIFY is sent, and if
there is a quick succession of NOTIFYs, we can guarantee that the two
NOTIFY requests will be sent in succession.

Change-Id: I5a89a77b5f2717928c54d6efb9955e5f6f5cf815

10 years agotranslate: Fix transcoding while different in frame size. 55/1155/7
Alexander Traud [Fri, 28 Aug 2015 20:42:23 +0000 (22:42 +0200)] 
translate: Fix transcoding while different in frame size.

When Asterisk translates between codecs, each with a different frame size (for
example between iLBC 30 and Speex-WB), too large frames were created by
ast_trans_frameout. Now, ast_trans_frameout is called with the correct frame
length, creating several frames when necessary. Affects all transcoding modules
which used ast_trans_frameout: GSM, iLBC, LPC10, and Speex.

ASTERISK-25353 #close

Change-Id: I2e229569d73191d66a4e43fef35432db24000212

10 years agoscheduler: Use queue for allocating sched IDs. 54/1254/5
Mark Michelson [Thu, 10 Sep 2015 22:19:26 +0000 (17:19 -0500)] 
scheduler: Use queue for allocating sched IDs.

It has been observed that on long-running busy systems, a scheduler
context can eventually hit INT_MAX for its assigned IDs and end up
overflowing into a very low negative number. When this occurs, this can
result in odd behaviors, because a negative return is interpreted by
callers as being a failure. However, the item actually was successfully
scheduled. The result may be that a freed item remains in the scheduler,
resulting in a crash at some point in the future.

The scheduler can overflow because every time that an item is added to
the scheduler, a counter is bumped and that counter's current value is
assigned as the new item's ID.

This patch introduces a new method for assigning scheduler IDs. Instead
of assigning from a counter, a queue of available IDs is maintained.
When assigning a new ID, an ID is pulled from the queue. When a
scheduler item is released, its ID is pushed back onto the queue. This
way, IDs may be reused when they become available, and the growth of ID
numbers is directly related to concurrent activity within a scheduler
context rather than the uptime of the system.

Change-Id: I532708eef8f669d823457d7fefdad9a6078b99b2

10 years agoMerge "res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-Route...
Matt Jordan [Fri, 11 Sep 2015 21:13:49 +0000 (16:13 -0500)] 
Merge "res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-Route" into 13

10 years agochan_sip.c: Validation on module reload 55/1255/1
Rodrigo Ramírez Norambuena [Sat, 22 Aug 2015 02:50:31 +0000 (22:50 -0400)] 
chan_sip.c: Validation on module reload

Change validation on reload module because now used the cli function for
reload. The sip_reload() function never fail and ever return NULL for this
reason on reload() now use the call the sip_reload() and return
AST_MODULE_LOAD_SUCCESS.

This problem is dectected on reload by PUT method on ARI, getting always
404 http code when the module is reloaded.

ASTERISK-25325 #close
Reporte by: Rodrigo Ramírez Norambuena

Change-Id: I41215877fb2cfc589e0d4d464000cf6825f4d7fb

10 years agores_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used. 45/1245/1
Richard Mudgett [Fri, 21 Aug 2015 22:39:01 +0000 (17:39 -0500)] 
res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.

Change-Id: I2b8db18eac36c01a5c7eb9467699124e203fd093

10 years agores_pjsip_pubsub.c: Add some notification comments. 44/1244/1
Richard Mudgett [Wed, 9 Sep 2015 17:24:31 +0000 (12:24 -0500)] 
res_pjsip_pubsub.c: Add some notification comments.

Change-Id: Ie62ff1f4b7adc1a12fa0303f53926af249b25e20

10 years agores_pjsip_pubsub.c: Set dlg_status code instead of sending SIP response. 43/1243/1
Richard Mudgett [Fri, 21 Aug 2015 23:01:59 +0000 (18:01 -0500)] 
res_pjsip_pubsub.c: Set dlg_status code instead of sending SIP response.

We should not try to send a SIP response message because we may be
restoring a persistent subscription where we are not responding to a SIP
request.

Change-Id: Id89167ef90320c5563f37e632db0dda6cb9e7dec

10 years agores_pjsip_pubsub.c: Fix off-nominal memory leak. 42/1242/1
Richard Mudgett [Fri, 21 Aug 2015 22:40:39 +0000 (17:40 -0500)] 
res_pjsip_pubsub.c: Fix off-nominal memory leak.

Fix off-nominal visited vector leak in build_resource_tree().

Change-Id: If0399c7941c9c0b1038bcfb7b9a371760977831c

10 years agores_pjsip_pubsub.c: Fix one byte buffer overrun error. 41/1241/1
Richard Mudgett [Fri, 21 Aug 2015 20:26:30 +0000 (15:26 -0500)] 
res_pjsip_pubsub.c: Fix one byte buffer overrun error.

ast_sip_pubsub_register_body_generator() did not account for the null
terminator set by sprintf() in the allocated output buffer.

Change-Id: I388688a132e479bca6ad1c19275eae0070969ae2

10 years agores_pjsip_pubsub.c: Use ast_alloca() instead of alloca(). 40/1240/1
Richard Mudgett [Fri, 21 Aug 2015 20:25:11 +0000 (15:25 -0500)] 
res_pjsip_pubsub.c: Use ast_alloca() instead of alloca().

Change-Id: Ia396096b4fedc2874649ca11137612c3f55e83e3

10 years agores_pjsip_pubsub.c: Add missing error return in load_module(). 39/1239/1
Richard Mudgett [Fri, 21 Aug 2015 16:04:08 +0000 (11:04 -0500)] 
res_pjsip_pubsub.c: Add missing error return in load_module().

Change-Id: I15debd0f717f16ee2f78e7f56151c3b3b97b72fc

10 years agores_pjsip/location.c: Use the builtin ao2_callback() match function instead. 38/1238/1
Richard Mudgett [Fri, 21 Aug 2015 16:03:02 +0000 (11:03 -0500)] 
res_pjsip/location.c: Use the builtin ao2_callback() match function instead.

Change-Id: I364906d6d2bad3472929986704a0286b9a2cbe3f

10 years agores_pjsip: Copy default_from_user to avoid crash. 35/1235/1
Mark Michelson [Thu, 10 Sep 2015 14:49:45 +0000 (09:49 -0500)] 
res_pjsip: Copy default_from_user to avoid crash.

The default_from_user retrieval function was pulling the
default_from_user from the global configuration struct in an unsafe way.
If using a database as a backend configuration store, the global
configuration struct is short-lived, so grabbing a pointer from it
results in referencing freed memory.

The fix here is to copy the default_from_user value out of the global
configuration struct.

Thanks go to John Hardin for discovering this problem and proposing the
patch on which this fix is based.

ASTERISK-25390 #close
Reported by Mark Michelson

Change-Id: I6b96067a495c1259da768f4012d44e03e7c6148c

10 years agores/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-Route 33/1233/1
Matt Jordan [Thu, 10 Sep 2015 13:39:21 +0000 (08:39 -0500)] 
res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-Route

We will only rewrite the Contact header if there is no Record-Route header in
the received request. If a malfunctioning proxy places a Record-Route header
into a REGISTER request, we will decide that we shouldn't update the IP/port
in the Contact header, and we will end up storing a contact with an AoR that
contains the NAT'd IP address.

While it is nice to have the proxy *not* send a Record-Route in a REGISTER
request, it's also a good idea to not process the header in a non-dialog
message. This patch updates the code to explicitly ignore the Record-Route
header in REGISTER requests.

ASTERISK-25387 #close

Change-Id: I4bd3bcccc4003d460cc354d986b0dea2e433ef3f

10 years agoMerge "ParkAndAnnounce: Add variable inheritance" into 13
Joshua Colp [Thu, 10 Sep 2015 12:25:22 +0000 (07:25 -0500)] 
Merge "ParkAndAnnounce: Add variable inheritance" into 13

10 years agomain/config_options: Check for existance of internal object before derefing 92/1192/3
Matt Jordan [Fri, 4 Sep 2015 02:15:13 +0000 (21:15 -0500)] 
main/config_options: Check for existance of internal object before derefing

Asterisk can load and register an object type while still having an invalid
sorcery mapping. This can cause an issue when a creation call is invoked.
For example, mis-configuring PJSIP's endpoint identifier by IP address mapping
in sorcery.conf will cause the sorcery mechanism to be invalidated; however, a
subsequent ARI invocation to create the object will cause a crash, as the
internal type may not be registered as sorcery expects.

Merely checking for a NULL pointer here solves the issue.

Change-Id: I54079fb94a1440992f4735a9a1bbf1abb1c601ac

10 years agoMerge "chan_ooh323: Add ProgressIndicator IE with inband info available" into 13
Matt Jordan [Thu, 10 Sep 2015 00:12:05 +0000 (19:12 -0500)] 
Merge "chan_ooh323: Add ProgressIndicator IE with inband info available" into 13

10 years agochan_ooh323: Add ProgressIndicator IE with inband info available 30/1230/2
Alexander Anikin [Wed, 9 Sep 2015 21:46:44 +0000 (01:46 +0400)] 
chan_ooh323: Add ProgressIndicator IE with inband info available

Add ProgressIndicator IE with inband info present to Progress and
Alerting Q.931 message

ASTERISK-25227 #close
Reported by: Alexandr Dranchuk

Change-Id: I326ad13cb1db9a72b3fd902bafed3c28a3684203

10 years agopjsip: avoid possible crash req_caps allocation failure 15/1215/3
Scott Griepentrog [Tue, 8 Sep 2015 15:35:57 +0000 (10:35 -0500)] 
pjsip: avoid possible crash req_caps allocation failure

Make certain that the pjsip session has not failed to
allocate the format capabilities structure, which can
otherwise cause a crash when referenced.

ASTERISK-25323

Change-Id: I602790ba12714741165e441cc64a3ecde4cb5750

10 years agoMerge "res_pjsip: Use hash for contact object identity instead of Contact URI." into 13
Joshua Colp [Wed, 9 Sep 2015 10:52:53 +0000 (05:52 -0500)] 
Merge "res_pjsip: Use hash for contact object identity instead of Contact URI." into 13

10 years agoParkAndAnnounce: Add variable inheritance 28/1228/1
Jonathan Rose [Thu, 3 Sep 2015 19:07:35 +0000 (14:07 -0500)] 
ParkAndAnnounce: Add variable inheritance

In Asterisk 11, the announcer channel would receive channel variables
from the channel being parked by means of normal channel inheritance.
This functionality was lost during the big res_parking project in
Asterisk 12. This patch restores that functionality.

ASTERISK-25369 #close
Review: https://gerrit.asterisk.org/#/c/1180/

Change-Id: Ie47e618330114ad2ea91e2edcef1cb6f341eed6e

10 years agoMerge "res_rtp_asterisk: Add more ICE debugging" into 13
Matt Jordan [Tue, 8 Sep 2015 21:33:09 +0000 (16:33 -0500)] 
Merge "res_rtp_asterisk: Add more ICE debugging" into 13

10 years agores_rtp_asterisk: Add more ICE debugging 21/1221/3
David M. Lee [Fri, 4 Sep 2015 21:33:39 +0000 (16:33 -0500)] 
res_rtp_asterisk: Add more ICE debugging

In working through a recent ICE negotiation bug, I found the debug
logging in res_rtp_asterisk to be lacking. This patch adds a number of
debug and warning statements that were helpful.

Change-Id: I950c6d8f13a41f14b3d6334b4cafe7d4e997be80

10 years agoCore/General: Add #ifdef needed on FreeBSD. 23/1223/1
Guido Falsi [Tue, 1 Sep 2015 15:16:55 +0000 (17:16 +0200)] 
Core/General: Add #ifdef needed on FreeBSD.

pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED on FreeBSD
too.

ASTERISK-25310 #close
Reported by: Guido Falsi

Change-Id: Iae6befac9028b5b9795f86986a4a08a1ae6ab7c4

10 years agoMerge "res/res_pjsip: Purge contacts when an AoR is deleted" into 13
Joshua Colp [Tue, 8 Sep 2015 19:03:49 +0000 (14:03 -0500)] 
Merge "res/res_pjsip: Purge contacts when an AoR is deleted" into 13

10 years agores_pjsip: Use hash for contact object identity instead of Contact URI. 12/1212/1
Joshua Colp [Tue, 8 Sep 2015 12:21:11 +0000 (09:21 -0300)] 
res_pjsip: Use hash for contact object identity instead of Contact URI.

In the wild it is possible for Contact URIs to be quite long as
parameters can exist on them. This can present a problem when storing
them in the AstDB as the URI is used as part of the object name and
there is a fixed length limit for the AstDB. This will cause
the contact to not get stored.

This change uses the MD5 hash of the Contact URI as part of the
object name instead. This has a fixed length which is guaranteed
to not exceed the AstDB length limit.

ASTERISK-25295 #close

Change-Id: Ie8252a75331ca00b41b9f308f42cc1fbdf701a02

10 years agochan_ooh323: call ast_rtp_instance_stop on ooh323_destroy 10/1210/1
Alexander Anikin [Mon, 7 Sep 2015 18:19:41 +0000 (22:19 +0400)] 
chan_ooh323: call ast_rtp_instance_stop on ooh323_destroy

    Call ast_rtp_instance_stop on ooh323_destroy to free resources
    allocated by rtp instance

    ASTERISK-25299 #close
    Report by: Alexandr Dranchuk

Change-Id: I455096bd7da016b871afe90af86067c2c7c9f33f

10 years agores/res_pjsip: Purge contacts when an AoR is deleted 07/1207/1
Matt Jordan [Mon, 7 Sep 2015 16:15:59 +0000 (11:15 -0500)] 
res/res_pjsip: Purge contacts when an AoR is deleted

When an AoR is deleted by an external mechanism, such as through ARI, we
currently do not remove dynamic contacts that were created for that AoR as a
result of a received REGISTER request. As a result, re-creating the AoR will
cause the dynamic contact to be interpreted as a persistent contact, leading
to some rather strange state being created for the contacts/endpoints.

This patch adds a sorcery observer for the 'aor' object. When a delete is
issued on the underlying sorcery object, the observer is called, and all
contacts created and persisted in sorcery for that AoR are also removed. Note
that we don't want to perform this action when an AO2 object that is an AoR is
destroyed, as the AoR can still exist in the backing storage (and we would
thus be removing valid contacts from an AoR that still "exists".)

ASTERISK-25381 #close

Change-Id: I6697e51ef6b2858b5d63401f35dc378bb0f90328

10 years agoMerge "endpoint snapshot: avoid second cleanup on alloc failure" into 13
Matt Jordan [Sat, 5 Sep 2015 23:48:31 +0000 (18:48 -0500)] 
Merge "endpoint snapshot: avoid second cleanup on alloc failure" into 13

10 years agoMerge "channels/pjsip/dialplan_functions: Add an option for extracting the SIP call...
Matt Jordan [Sat, 5 Sep 2015 23:44:04 +0000 (18:44 -0500)] 
Merge "channels/pjsip/dialplan_functions: Add an option for extracting the SIP call-id" into 13