]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
8 years agoMerge "chan_pjsip: Fix ability to send UPDATE on COLP"
Jenkins2 [Wed, 5 Jul 2017 19:17:23 +0000 (14:17 -0500)] 
Merge "chan_pjsip:  Fix ability to send UPDATE on COLP"

8 years agocore: Remove 'Data Retrieval API'
Sean Bright [Wed, 5 Jul 2017 15:29:01 +0000 (11:29 -0400)] 
core: Remove 'Data Retrieval API'

This API was not actively maintained, was not added to new modules
(such as res_pjsip), and there exist better alternatives to acquire the
same information, such as the ARI.

Change-Id: I4b2185a83aeb74798b4ad43ff8f89f971096aa83

8 years agoapp_queue: Add change priority of call
Rodrigo Ramírez Norambuena [Mon, 19 Jun 2017 16:22:40 +0000 (12:22 -0400)] 
app_queue: Add change priority of call

This patch include a feature to change the priority a caller in a
queue by CLI and AMI.

Change-Id: I55d520d71cc1cefe9a9b81fefaefc14679e96133

8 years agochan_sip: Only when different, add TCP|TLS in autodomain (SIP Domain Support).
Alexander Traud [Mon, 3 Jul 2017 15:59:43 +0000 (17:59 +0200)] 
chan_sip: Only when different, add TCP|TLS in autodomain (SIP Domain Support).

When sip.conf contained tcpenable=yes and autodomain=yes, the TCP domain was
added in any case, because of a local Boolean-negation error of the return value
of ast_sockaddr_cmp. After fixing this error for TCP and TLS, the TLS domain was
still always added with tlsenable=yes, because the domains were not compared
just on the address but also on the port – and TLS is always on a different port
than UDP/TCP.

ASTERISK-27106

Change-Id: I14fe9e319e238320b094016980445ef3a5b3337c

8 years agochan_sip: Fix a typo for tlsbindaddr in autodomain (SIP Domain Support).
Alexander Traud [Mon, 3 Jul 2017 15:38:32 +0000 (17:38 +0200)] 
chan_sip: Fix a typo for tlsbindaddr in autodomain (SIP Domain Support).

Because of a copy-and-paste error when the struct ast_sockaddr changed,
tlsbindaddr was not added, when sip.conf contained autodomain=yes; see
"show sip domains" on the command-line interface (CLI) of Asterisk.

ASTERISK-27106

Change-Id: I3d0957150017c223136968ef1266f275d0d6695e

8 years agoapp_voicemail: Cleanup ODBC connection handling
Sean Bright [Thu, 29 Jun 2017 18:58:35 +0000 (14:58 -0400)] 
app_voicemail: Cleanup ODBC connection handling

The primary focus of this patch is adding a missing call to
ast_odbc_release_obj(), but is also a general cleanup of the ODBC
related code in app_voicemail.

ASTERISK-27093 #close

Change-Id: I8e285142eaeb3146b4287a928276b70db76c902b

8 years agochannel: Clear channel flag in error branch.
Corey Farrell [Sat, 1 Jul 2017 04:57:31 +0000 (00:57 -0400)] 
channel: Clear channel flag in error branch.

Clear channel flag AST_FLAG_END_DTMF_ONLY in ast_waitfordigit_full when
ast_read returns NULL.

ASTERISK-27100 #close

Change-Id: Id3039e9a4e74e0cb359f636c9fd0c9740ebf7d9d

8 years agoMerge "app_queue: Fix returning to dialplan when a queue is empty"
Jenkins2 [Fri, 30 Jun 2017 20:52:38 +0000 (15:52 -0500)] 
Merge "app_queue: Fix returning to dialplan when a queue is empty"

8 years agopjsip_distributor.c: Fix deadlock with TCP type transports.
Richard Mudgett [Thu, 29 Jun 2017 23:27:20 +0000 (18:27 -0500)] 
pjsip_distributor.c: Fix deadlock with TCP type transports.

When a SIP message comes in on a transport, pjproject obtains the lock on
the transport and pulls the data out of the socket.  Unlike UDP, the TCP
transport does not allow concurrent access.  Without concurrency the
transport lock is not released when the transport's message complete
callback is called.  The processing continues and eventually Asterisk
starts processing the SIP message.  The first thing Asterisk tries to do
is determine the associated dialog of the message to determine the
associated serializer.  To get the associated serializer safely requires
us to get the dialog lock.

To send a request or response message for a dialog, pjproject obtains the
dialog lock and then obtains the transport lock.  Deadlock can result
because of the opposite order the locks are obtained.

* Fix the deadlock by obtaining the serializer associated with the dialog
another way that doesn't involve obtaining the dialog lock.  In this case,
we use an ao2 container to hold the associated endpoint and serializer.
The new locks are held a brief time and won't overlap other existing lock
times.

ASTERISK-27090 #close

Change-Id: I9ed63f4da9649e9db6ed4be29c360968917a89bd

8 years agopjsip_distributor.c: Fix unidentified_requests hash functions.
Richard Mudgett [Thu, 29 Jun 2017 23:22:33 +0000 (18:22 -0500)] 
pjsip_distributor.c: Fix unidentified_requests hash functions.

The OBJ_SEARCH_xxx defines should not be used as if they were individual
bits.  They represent a multi-bit enumeration value field.

Change-Id: I32abc9a475396dab02402a7014357dd94284e17b

8 years agoMerge "res_pjsip: Add DTMF INFO Failback mode"
Jenkins2 [Fri, 30 Jun 2017 16:57:00 +0000 (11:57 -0500)] 
Merge "res_pjsip:  Add DTMF INFO Failback mode"

8 years agoMerge "res_rtp_asterisk: Fix issues with ICE renegotiation."
Joshua Colp [Fri, 30 Jun 2017 16:47:42 +0000 (11:47 -0500)] 
Merge "res_rtp_asterisk: Fix issues with ICE renegotiation."

8 years agoapp_stream_echo: misc bug fixes
Kevin Harwell [Thu, 29 Jun 2017 20:06:21 +0000 (15:06 -0500)] 
app_stream_echo: misc bug fixes

Fixed the following bugs:

* calls to stream_echo_write had the last two parameters swapped
* ast_read should have been ast_read_stream
* added a null check on the frame's subclass format

This also resets the update_sent flag upon receiving SRRCHANGE control frame.
This will then force a video update.

ASTERISK-26997

Change-Id: I6ad7c8253559b800800433c52339e7f5aa583566

8 years agores_rtp_asterisk: trigger source change control frame when dtls is established
Kevin Harwell [Thu, 29 Jun 2017 19:56:10 +0000 (14:56 -0500)] 
res_rtp_asterisk: trigger source change control frame when dtls is established

There needed to be a way to notify handlers upstream that DTLS had been
established. This patch makes it so once DTLS has been estalished a source
change control frame is put into the read queue. Any handlers can then watch
for that frame and trigger off of it.

ASTERISK-27096 #close

Change-Id: I27ff344f5a8c691a1890dfe3254a4b1a49e7f4a0

8 years agopjproject_bundled: Allow passing configure options to bundled
George Joseph [Fri, 30 Jun 2017 13:31:52 +0000 (07:31 -0600)] 
pjproject_bundled:  Allow passing configure options to bundled

There wasn't any good way to pass options like --host or --build
down to the pjproject configure which makes cross-compiling difficult.

* Added a new PJPROJECT_CONFIGURE_OPTS environment variable which
  can be used to pass arbitrary options to pjproject configure.
* Automatically set the pjproject configure --host and --build
  options to match those supplied for the asterisk configure.

ASTERISK-27097 #close
Reported-by: Kinsey Moore
Change-Id: I5fa776e110262851173002a26ffe1172e4c35b2e

8 years agochan_pjsip: Fix ability to send UPDATE on COLP
George Joseph [Thu, 29 Jun 2017 19:50:14 +0000 (13:50 -0600)] 
chan_pjsip:  Fix ability to send UPDATE on COLP

When connected_line_method is "invite", we're supposed to determine
if the client can support UPDATE and if it can, send UPDATE instead
of INVITE to avoid the SDP renegotiation.  Not only was pjproject
not setting the PJSIP_INV_SUPPORT_UPDATE flag, we were testing
that invite_tsx wasn't NULL which isn't always the case.

* Updated chan_pjsip/update_connected_line_information to drop the
  requirement that invite_tsx isn't NULL.
* Submitted patch to pjproject sip_inv.c that sets the
  PJSIP_INV_SUPPORT_UPDATE flag correctly.
* Updated pjsip.conf.sample to clarify what happens when "invite"
  is specified.

ASTERISK-27095

Change-Id: Ic2381b3567b8052c616d96fbe79564c530e81560

8 years agoMerge "app_voicemail: IMAP connection control"
Jenkins2 [Thu, 29 Jun 2017 14:51:54 +0000 (09:51 -0500)] 
Merge "app_voicemail: IMAP connection control"

8 years agores_pjsip: Add DTMF INFO Failback mode
Torrey Searle [Thu, 15 Jun 2017 08:12:41 +0000 (10:12 +0200)] 
res_pjsip:  Add DTMF INFO Failback mode

The existing auto dtmf mode reverts to inband if 4733 fails to be
negotiated.  This patch adds a new mode auto_info which will
switch to INFO instead of inband if 4733 is not available.

ASTERISK-27066 #close

Change-Id: Id185b11e84afd9191a2f269e8443019047765e91

8 years agoapp_queue: Add priority to AMI QueueStatus
Niklas Larsson [Thu, 29 Jun 2017 08:47:41 +0000 (10:47 +0200)] 
app_queue: Add priority to AMI QueueStatus

Add priority to callers in AMI QueueStatus response

ASTERISK-27092 #close

Change-Id: I8d1f737a72c7c38f4cfe1a4ee3ecc0a4f85bd199

8 years agochan_pjsip: Add support for multiple streams of the same type.
Mark Michelson [Tue, 30 May 2017 14:12:47 +0000 (09:12 -0500)] 
chan_pjsip: Add support for multiple streams of the same type.

The stream topology (list of streams and order) is now stored with the
configured PJSIP endpoints and used during the negotiation process.

Media negotiation state information has been changed to be stored
in a separate object. Two of these objects exist at any one time
on a session. The active media state information is what was previously
negotiated and the pending media state information is what the
media state will become if negotiation succeeds. Streams and other
state information is stored in this object using the index (or
position) of each individual stream for easy lookup.

The ability for a media type handler to specify a callback for
writing has been added as well as the ability to add file
descriptors with a callback which is invoked when data is available
to be read on them. This allows media logic to live outside of
the chan_pjsip module.

Direct media has been changed so that only the first audio and
video stream are directly connected. In the future once the RTP
engine glue API has been updated to know about streams each individual
stream can be directly connected as appropriate.

Media negotiation itself will currently answer all the provided streams
on an offer within configured limits and on an offer will use the
topology created as a result of the disallow/allow codec lines.

If a stream has been removed or declined we will now mark it as such
within the resulting SDP.

Applications can now also request that the stream topology change.
If we are told to do so we will limit any provided formats to the ones
configured on the endpoint and send a re-invite with the new topology.

Two new configuration options have also been added to PJSIP endpoints:

max_audio_streams: determines the maximum number of audio streams to
offer/accept from an endpoint. Defaults to 1.

max_video_streams: determines the maximum number of video streams to
offer/accept from an endpoint. Defaults to 1.

ASTERISK-27076

Change-Id: I8afd8dd2eb538806a39b887af0abd046266e14c7

8 years agores_rtp_asterisk: Fix issues with ICE renegotiation.
Joshua Colp [Wed, 28 Jun 2017 14:03:31 +0000 (14:03 +0000)] 
res_rtp_asterisk: Fix issues with ICE renegotiation.

When re-inviting to add more streams it is possible for
the role of existing ICE sessions to be changed to the
incorrect value. This results in subsequent refreshes
within the sessions getting a role conflict and the ICE
session breaking down. This change only sets the role to
be the new value if an ICE renegotiation is actually
going to happen, otherwise the existing role is preserved.

As well if we encounter a situation where a unidirectional
ICE negotiation happens and the other side does not send us
candidates we will not store any information for sending
traffic, even though we know where they are reachable. This
change fixes this by using the source of the ICE traffic
itself as the target if no candidates are known and we
receive some ICE traffic.

ASTERISK-27088

Change-Id: I71228181e358917fcefc3100fad21b2fc02a59a9

8 years agores/res_pjsip_t38: fix incorrect increment of media_count
Torrey Searle [Tue, 27 Jun 2017 15:46:43 +0000 (17:46 +0200)] 
res/res_pjsip_t38: fix incorrect increment of media_count

The T38 sdp callback incorrectly has a side effect of incrementing
the media_count.  This can lead to core dumps.

Change-Id: I7bb2f4987de4046ec52cfc34e5ea0662dae32af8

8 years agobridge_native_rtp: Keep rtp instance refs on bridge_channel
George Joseph [Fri, 9 Jun 2017 03:50:43 +0000 (21:50 -0600)] 
bridge_native_rtp: Keep rtp instance refs on bridge_channel

There have been reports of deadlocks caused by an attempt to send a frame
to a channel's rtp instance after the channel has left the native bridge
and been destroyed.  This patch effectively causes the bridge channel to
keep a reference to the glue and both the audio and video rtp instances
so what gets started will get stopped.

ASTERISK-26978 #close
Reported-by: Ross Beer
Change-Id: I9e1ac49fa4af68d64826ccccd152593cf8cdb21a

8 years agoapp_queue: Fix returning to dialplan when a queue is empty
Ivan Poddubny [Tue, 27 Jun 2017 09:37:11 +0000 (11:37 +0200)] 
app_queue: Fix returning to dialplan when a queue is empty

The fix for ASTERISK-25665 introduced a regression.
The return value of queue_exec used to be 0 in case of leavewhenempty
but it was changed to -1 (returned from wait_our_turn and passed
transparently by queue_exec), thus leading to hangup instead of returning
back to dialplan.

This commit resets the value back to 0 in this case, restoring
original behavior.

ASTERISK-27065 #close
Reported by: Marek Cervenka

Change-Id: Id9c83b75aeda463250155e88c5004be52bbca5ac

8 years agoMerge "res_pjsip_mwi: update unsolicited MWI subscriptions on updating contact"
Jenkins2 [Thu, 22 Jun 2017 21:01:52 +0000 (16:01 -0500)] 
Merge "res_pjsip_mwi: update unsolicited MWI subscriptions on updating contact"

8 years agoapp_voicemail: IMAP connection control
Alexei Gradinari [Mon, 19 Jun 2017 22:21:29 +0000 (18:21 -0400)] 
app_voicemail: IMAP connection control

A new global option "imap_poll_logout" was added to specify whether need to
disconnect from the IMAP server after polling of mailboxes.

ASTERISK-27068 #close

Closing IMAP connection after loading mailbox from voicemail.conf

ASTERISK-24052 #close

Change-Id: Ib7558ba04516240a32b65f42e9be64372a0ae12a

8 years agores_pjsip_mwi.c: Eliminate RAII_VAR in contact delete observer
Richard Mudgett [Wed, 21 Jun 2017 22:57:11 +0000 (17:57 -0500)] 
res_pjsip_mwi.c: Eliminate RAII_VAR in contact delete observer

Change-Id: I0bc97c6608de1d1a4228826b3b3be43f162f05f3

8 years agores_pjsip_mwi: update unsolicited MWI subscriptions on updating contact
Alexei Gradinari [Fri, 16 Jun 2017 23:08:30 +0000 (19:08 -0400)] 
res_pjsip_mwi: update unsolicited MWI subscriptions on updating contact

Do not need to unsubscribe/subscribe on creating the ednpoint's contact.
The modified function create_mwi_subscriptions_for_endpoint adds
the subscription only if it does not exist.

The subscriptions aren't added for active contacts
which are retrieved on startup from realtime
if mwi_disable_initial_unsolicited=yes.
Because the mwi_contact_added is not called.
So the subscriptions also should be created on updating contact.

ASTERISK-26230 #close

Change-Id: I47e265af9296ca09aa42a316fdacac104148cee4

8 years agoMerge "bridge: stuck channel(s) after failed attended transfer"
Jenkins2 [Wed, 21 Jun 2017 22:57:21 +0000 (17:57 -0500)] 
Merge "bridge: stuck channel(s) after failed attended transfer"

8 years agoMerge "core_local: local channel data not being properly unref'ed and unlocked"
Jenkins2 [Wed, 21 Jun 2017 22:30:01 +0000 (17:30 -0500)] 
Merge "core_local: local channel data not being properly unref'ed and unlocked"

8 years agocore_local: local channel data not being properly unref'ed and unlocked
Kevin Harwell [Tue, 20 Jun 2017 21:05:08 +0000 (16:05 -0500)] 
core_local: local channel data not being properly unref'ed and unlocked

In an earlier version of Asterisk a local channel [un]lock all functions were
added in order to keep a crash from occurring when a channel hung up too early
during an attended transfer. Unfortunately, when a transfer failure occurs and
depending on the timing, the local channels sometime do not get properly
unlocked and deref'ed after being locked and ref'ed. This happens because the
underlying local channel structure gets NULLed out before unlocking.

This patch reworks those [un]lock functions and makes sure the values that get
locked and ref'ed later get unlocked and deref'ed.

ASTERISK-27074 #close

Change-Id: Ice96653e29bd9d6674ed5f95feb6b448ab148b09

8 years agobridge: stuck channel(s) after failed attended transfer
Kevin Harwell [Tue, 20 Jun 2017 21:01:48 +0000 (16:01 -0500)] 
bridge: stuck channel(s) after failed attended transfer

If an attended transfer failed it was possible for some of the channels
involved to get "stuck" because Asterisk was not hanging up the transfer target.

This patch ensures Asterisk hangs up the transfer target when an attended
transfer failure occurs.

ASTERISK-27075 #close

Change-Id: I98a6ecd92d3461ab98c36f0d9451d23adaf3e5f9

8 years agoMerge "res_corosync: Change thread stack size"
Jenkins2 [Tue, 20 Jun 2017 23:18:19 +0000 (18:18 -0500)] 
Merge "res_corosync: Change thread stack size"

8 years agoSDP: Create declined m= SDP lines using remote SDP if applicable.
Richard Mudgett [Sat, 20 May 2017 04:28:50 +0000 (23:28 -0500)] 
SDP: Create declined m= SDP lines using remote SDP if applicable.

* Update SDP unit tests to test negotiating with declined streams.
Generation of declined m= lines created and responded tested.

Change-Id: I5cb99f5010994ab0c7d9cf2d395eca23fab37b98

8 years agoSDP: Rework SDP offer/answer model and update capabilities merges.
Richard Mudgett [Tue, 2 May 2017 23:51:56 +0000 (18:51 -0500)] 
SDP: Rework SDP offer/answer model and update capabilities merges.

The SDP offer/answer model requires an answer to an offer before a new SDP
can be processed.  This allows our local SDP creation to be deferred until
we know that we need to create an offer or an answer SDP.  Once the local
SDP is created it won't change until the SDP negotiation is restarted.

An offer SDP in an initial SIP INVITE can receive more than one answer
SDP.  In this case, we need to merge each answer SDP with our original
offer capabilities to get the currently negotiated capabilities.  To
satisfy this requirement means that we cannot update our proposed
capabilities until the negotiations are restarted.

Local topology updates from ast_sdp_state_update_local_topology() are
merged together until the next offer SDP is created.  These accumulated
updates are then merged with the current negotiated capabilities to create
the new proposed capabilities that the offer SDP is built.

Local topology updates are merged in several passes to attempt to be smart
about how streams from the system are matched with the previously
negotiated stream slots.  To allow for T.38 support when merging, type
matching considers audio and image types to be equivalent.  First streams
are matched by stream name and type.  Then streams are matched by stream
type only.  Any remaining unmatched existing streams are declined.  Any
new active streams are either backfilled into pre-merge declined slots or
appended onto the end of the merged topology.  Any excess new streams
above the maximum supported number of streams are simply discarded.

Remote topology negotiation merges depend if the topology is an offer or
answer.  An offer remote topology negotiation dictates the stream slot
ordering and new streams can be added.  A remote offer can do anything to
the previously negotiated streams except reduce the number of stream
slots.  An answer remote topology negotiation is limited to what our offer
requested.  The answer can only decline streams, pick codecs from the
offered list, or indicate the remote's stream hold state.

I had originally kept the RTP instance if the remote offer SDP changed a
stream type between audio and video since they both use RTP.  However, I
later removed this support in favor of simply creating a new RTP instance
since the stream's purpose has to be changing anyway.  Any RTP packets
from the old stream type might cause mischief for the bridged peer.

* Added ast_sdp_state_restart_negotiations() to restart the SDP
offer/answer negotiations.  We will thus know to create a new local SDP
when it is time to create an offer or answer.

* Removed ast_sdp_state_reset().  Save the current topology before
starting T.38.  To recover from T.38 simply update the local topology to
the saved topology and restart the SDP negotiations to get the offer SDP
renegotiating the previous configuration.

* Allow initial topology for ast_sdp_state_alloc() to be NULL so an
initial remote offer SDP can dictate the streams we start with.  We can
always update the local topology later if it turns out we need to offer
SDP first because the remote chose to defer sending us a SDP.

* Made the ast_sdp_state_alloc() initial topology limit to max_streams,
limit to configured codecs, handle declined streams, and discard
unsupported types.

* Convert struct ast_sdp to ao2 object.  Needed to easily save off a
remote SDP to refer to later for various reasons such as generating
declined m= lines in the local SDP.

* Improve converting remote SDP streams to a topology including stream
state.  A stream state of AST_STREAM_STATE_REMOVED indicates the stream is
declined/dead.

* Improve merging streams to take into account the stream state.

* Added query for remote hold state.

* Added maximum streams allowed SDP config option.

* Added ability to create new streams as needed.  New streams are created
with configured default audio, video, or image codecs depending on stream
type.

* Added global locally_held state along with a per stream local hold
state.  Historically, Asterisk only has a global locally held state
because when the we put the remote on hold we do it for all active
streams.

* Added queries for a rejected offer and current SDP negotiation role.
The rejected query allows the using module to know how to respond to a
failed remote SDP set.  Should the using module respond with a 488 Not
Acceptable Here or 500 Internal Error to the offer SDP?

* Moved sdp_state_capabilities.connection_address to ast_sdp_state.  There
seems no reason to keep it in the sdp_state_capabilities struct since it
was only used by the ast_sdp_state.proposed_capabilities instance.

* Callbacks are now available to allow the using module some customization
of negotiated streams and to complete setting up streams for use.  See the
typedef doxygen for each callback for what is allowable and when they are
called.
    * Added topology answerer modify callback.
    * Added topology pre and post apply callbacks.
    * Added topology offerer modify callback.
    * Added topology offerer configure callback.

* Had to rework the unit tests because I changed how SDP topologies are
merged.  Replaced several unit tests with new negotiation tests.

Change-Id: If07fe6d79fbdce33968a9401d41d908385043a06

8 years agoMerge "cdr: fix mistake spelling of a word for Unanswered."
Jenkins2 [Tue, 20 Jun 2017 14:25:17 +0000 (09:25 -0500)] 
Merge "cdr: fix mistake spelling of a word for Unanswered."

8 years agoMerge "res_pjsip_mwi: unsubscribe unsolicited MWI on deleting endpoint last contact"
Joshua Colp [Tue, 20 Jun 2017 10:47:46 +0000 (05:47 -0500)] 
Merge "res_pjsip_mwi: unsubscribe unsolicited MWI on deleting endpoint last contact"

8 years agoMerge "res_stasis: Plug reference leak on stolen channels"
Joshua Colp [Mon, 19 Jun 2017 21:49:39 +0000 (16:49 -0500)] 
Merge "res_stasis:  Plug reference leak on stolen channels"

8 years agoCore: Add support for systemd socket activation.
Corey Farrell [Mon, 19 Jun 2017 00:24:04 +0000 (20:24 -0400)] 
Core: Add support for systemd socket activation.

This change adds support for socket activation of certain SOCK_STREAM
listeners in Asterisk:
* AMI / AMI over TLS
* CLI
* HTTP / HTTPS

Example systemd units are provided.  This support extends to any socket
which is initialized using ast_tcptls_server_start, so any unknown
modules using this function will support socket activation.

Asterisk continues to function as normal if socket activation is not
enabled or if systemd development headers are not available during
build.

ASTERISK-27063 #close

Change-Id: Id814ee6a892f4b80d018365c8ad8d89063474f4d

8 years agocdr: fix mistake spelling of a word for Unanswered.
Rodrigo Ramírez Norambuena [Mon, 19 Jun 2017 16:28:18 +0000 (12:28 -0400)] 
cdr: fix mistake spelling of a word for Unanswered.

Change-Id: I7a610bef369924523a445c7e849ee88cc45dc5df

8 years agoMerge "SDP: Add get/set option calls for RTP sched context per type."
George Joseph [Mon, 19 Jun 2017 14:27:43 +0000 (09:27 -0500)] 
Merge "SDP: Add get/set option calls for RTP sched context per type."

8 years agoMerge "res_pjsip: New endpoint option "notify_early_inuse_ringing""
Jenkins2 [Mon, 19 Jun 2017 14:09:58 +0000 (09:09 -0500)] 
Merge "res_pjsip: New endpoint option "notify_early_inuse_ringing""

8 years agoMerge "app_voicemail: IMAP logout on reload/unload"
Jenkins2 [Mon, 19 Jun 2017 13:52:12 +0000 (08:52 -0500)] 
Merge "app_voicemail: IMAP logout on reload/unload"

8 years agores_pjsip_mwi: unsubscribe unsolicited MWI on deleting endpoint last contact
Alexei Gradinari [Mon, 12 Jun 2017 21:17:38 +0000 (17:17 -0400)] 
res_pjsip_mwi: unsubscribe unsolicited MWI on deleting endpoint last contact

If the endpoint's last contact is deleted unsolicited MWI has to be
unsubscribed.

ASTERISK-27051 #close

Change-Id: I33e174e0b9dba0998927d16d6d100fda5c7254e0

8 years agoMerge "formats/format_g729: Fix typo in comment"
Joshua Colp [Fri, 16 Jun 2017 21:37:18 +0000 (16:37 -0500)] 
Merge "formats/format_g729: Fix typo in comment"

8 years agores_stasis: Plug reference leak on stolen channels
George Joseph [Fri, 16 Jun 2017 14:31:04 +0000 (08:31 -0600)] 
res_stasis:  Plug reference leak on stolen channels

When a stasis channel is stolen by another app, the control
structure is unreffed but never unlinked from the app_controls
container.  This causes the channel reference to leak.

Added OBJ_UNLINK to the callback in channel_stolen_cb.

Also added some additional channel lifecycle debug messages to
channel.c.

ASTERISK-27059 #close
Repoorted-by: George Joseph
Change-Id: Ib820936cd49453f20156971785e7f4f182c56e14

8 years agoformats/format_g729: Fix typo in comment
Matthew Fredrickson [Fri, 16 Jun 2017 19:56:37 +0000 (14:56 -0500)] 
formats/format_g729: Fix typo in comment

There was a typo in a comment.  This commit is to fix the typo.

ASTERISK-27060 #close

Change-Id: Ic2699f8dbeaacd58ccb6ec3203e853e1babe3235

8 years agoCore/PBX: Deadlock between dialplan execution and application unregistration.
Frederic LE FOLL [Thu, 8 Jun 2017 17:28:12 +0000 (19:28 +0200)] 
Core/PBX: Deadlock between dialplan execution and application unregistration.

Not easy to reproduce, but we have noticed deadlocks when unloading a module
while dialplan is handling a request.

The deadlock is between :
1) Dialplan execution: pbx_extension_helper() first taking conlock,
then pbx_findapp() [when called] asking for lock on apps list.
2) Application unregistration: ast_unregister_application() first taking lock
on apps list, then unreference_cached_app() [when called] asking for conlock.

As a protection, I suggest to modify ast_unregister_application(), so that it
anticipates the need of conlock, before taking the lock on apps list.
The side effect is a longer unavailability of conlock when unregistering an
application.

ASTERISK-27041

Change-Id: I0db0f1eb320da6a5758cce3a47d765be1face8e2

8 years agoMerge "SDP: Search for the ice-lite attribute in the right place."
Joshua Colp [Fri, 16 Jun 2017 17:00:38 +0000 (12:00 -0500)] 
Merge "SDP: Search for the ice-lite attribute in the right place."

8 years agoMerge changes from topic 'sdp_api_adjustments'
Jenkins2 [Fri, 16 Jun 2017 16:51:41 +0000 (11:51 -0500)] 
Merge changes from topic 'sdp_api_adjustments'

* changes:
  SDP: Set the remote c= line in RTP instance.
  SDP: Add t= line in sdp_create_from_state()
  stream: Ignore declined streams for some topology calls.

8 years agoMerge "stream: Add ast_stream_topology_del_stream() and unit test."
Jenkins2 [Fri, 16 Jun 2017 16:50:32 +0000 (11:50 -0500)] 
Merge "stream: Add ast_stream_topology_del_stream() and unit test."

8 years agores_pjsip: New endpoint option "notify_early_inuse_ringing"
Alexei Gradinari [Mon, 12 Jun 2017 14:23:56 +0000 (10:23 -0400)] 
res_pjsip: New endpoint option "notify_early_inuse_ringing"

This option was added to control whether to notify dialog-info state
'early' or 'confirmed' on Ringing when already INUSE.
The value "yes" is useful for some SIP phones (Cisco SPA)
to be able to indicate and pick up ringing devices.

ASTERISK-26919 #close

Change-Id: Ie050bc30023543c7dfb4365c5be3ce58c738c711

8 years agoMerge "res_ari: Add "module loaded" check to ari stubs"
Jenkins2 [Fri, 16 Jun 2017 16:12:48 +0000 (11:12 -0500)] 
Merge "res_ari:  Add "module loaded" check to ari stubs"

8 years agoapp_voicemail: IMAP logout on reload/unload
Alexei Gradinari [Thu, 15 Jun 2017 18:48:13 +0000 (14:48 -0400)] 
app_voicemail: IMAP logout on reload/unload

Closing IMAP connection on module reload or unload.

ASTERISK-24052 #close

Change-Id: I2a40182aa9ef249fa6865d33570430e9ada68525

8 years agores_corosync: Change thread stack size
Jan Friesse [Thu, 30 Mar 2017 14:33:51 +0000 (16:33 +0200)] 
res_corosync: Change thread stack size

In Corosync 2.x libraries were changed to use LibQB IPC.
Sadly LibQB IPC doesn't support copy-free access to received buffer, so
Corosync libraries were rewritten to use stack as buffer. Mostly the
needed stack size is quite small, but for all *_dispatch functions, 1MiB
is needed.

Asterisk function ast_pthread_create_background set stack size for new
thread to much smaller AST_BACKGROUND_STACKSIZE (~500KiB).

This results in Asterisk crash when running with Corosync 2.x.

Patch solves this issue by creating it's own version of
ast_pthread_create_background which sets stack size to much higher value
(actually it's AST_BACKGROUND_STACKSIZE + 3MiB).

Another problem may appear when "corosync show members" netconsole
command is executed. It is also executed in thread and also has only
500KiB stack size. Sadly it calls corosync_cfg_get_node_addrs which
again needs at least 1MiB stack.

Solution is to use HAVE_COROSYNC_CFG_STATE_TRACK as a discriminator
between Corosync 1.x and 2.x. If 1.x is found, nothing changes. If 2.x
is found, NodeID is displayed instead of IP address.

ASTERISK-25370 #close
Reported by: mdu113

Change-Id: Id95b0d21ab6e708e7d74ad8786c587211676fa08

8 years agoMerge "chan_pjsip: Fix PJSIP_MEDIA_OFFER dialplan function read."
Jenkins2 [Fri, 16 Jun 2017 12:51:17 +0000 (07:51 -0500)] 
Merge "chan_pjsip: Fix PJSIP_MEDIA_OFFER dialplan function read."

8 years agores_ari: Add "module loaded" check to ari stubs
George Joseph [Tue, 13 Jun 2017 16:33:34 +0000 (10:33 -0600)] 
res_ari:  Add "module loaded" check to ari stubs

The recent change to make the use of LOAD_DECLINE more consistent
caused res_ari to unload itself before declining if the ari.conf
file wasn't found.  The ari stubs though still tried to use the
configuration resulting in segfaults.

This patch creates a new CHECK_ARI_MODULE_LOADED macro which tests
to see if res_ari is actually loaded and causes the stubs to also
decline if it isn't.  The macro was then added to the mustache
template's "load_module" function.

ASTERISK-27026 #close
Reported-by: Ronald Raikes
Change-Id: I263d56efa628ee3c411bdcd16d49af6260c6c91d

8 years agoMerge "channel: Fix reference counting in ast_channel_suppress."
Joshua Colp [Thu, 15 Jun 2017 21:24:55 +0000 (16:24 -0500)] 
Merge "channel: Fix reference counting in ast_channel_suppress."

8 years agoMerge "res_pjsip_pubsub: Fix reference to released endpoint"
Jenkins2 [Thu, 15 Jun 2017 20:24:25 +0000 (15:24 -0500)] 
Merge "res_pjsip_pubsub:  Fix reference to released endpoint"

8 years agoMerge "bridge: Add a deferred queue."
Joshua Colp [Thu, 15 Jun 2017 20:02:26 +0000 (15:02 -0500)] 
Merge "bridge: Add a deferred queue."

8 years agochan_pjsip: Fix PJSIP_MEDIA_OFFER dialplan function read.
Richard Mudgett [Thu, 15 Jun 2017 17:33:22 +0000 (12:33 -0500)] 
chan_pjsip: Fix PJSIP_MEDIA_OFFER dialplan function read.

The construction of the returned string assumed incorrectly that the
supplied buffer would always be initialized as an empty string.  If it is
not an empty string we could overrun the supplied buffer by the length of
the non-empty buffer string plus one.  It is also theoreticaly possible
for the supplied buffer to be overrun by a string terminator during a read
operation even if the supplied buffer is an empty string.

* Fix the assumption that the supplied buffer would already be an empty
string.  The buffer is not guaranteed to contain an empty string by all
possible callers.

* Fix string terminator buffer overrun potential.

Change-Id: If6a0806806527678c8554b1dcb34fd7808aa95c9

8 years agoSDP: Add get/set option calls for RTP sched context per type.
Richard Mudgett [Thu, 8 Jun 2017 16:38:33 +0000 (11:38 -0500)] 
SDP: Add get/set option calls for RTP sched context per type.

Change-Id: I82dc75c63c48904e9e5a49e2205dcc06e88487e4

8 years agoSDP: Search for the ice-lite attribute in the right place.
Richard Mudgett [Thu, 11 May 2017 23:49:09 +0000 (18:49 -0500)] 
SDP: Search for the ice-lite attribute in the right place.

* Pulled finding the rtcp-mux attribute flag out of the ICE candidate for
loop.  Also ordered the RTCP ICE candidate skip test to fail earlier.

Change-Id: I8905d9c68563027a46cd3ae14dbcc27e9c814809

8 years agoSDP: Set the remote c= line in RTP instance.
Richard Mudgett [Thu, 11 May 2017 23:46:52 +0000 (18:46 -0500)] 
SDP: Set the remote c= line in RTP instance.

Change-Id: I23b646392082deab65bedeb19b12dcbcb9216d0c

8 years agostream: Add ast_stream_topology_del_stream() and unit test.
Richard Mudgett [Sat, 10 Jun 2017 00:03:05 +0000 (19:03 -0500)] 
stream: Add ast_stream_topology_del_stream() and unit test.

Change-Id: If07e3c716a2e3ff85ae905c17572ea6ec3cdc1f9

8 years agoSDP: Add t= line in sdp_create_from_state()
Richard Mudgett [Thu, 11 May 2017 19:09:06 +0000 (14:09 -0500)] 
SDP: Add t= line in sdp_create_from_state()

Change-Id: I4060391328a893101ed87d0d9bacbbab4fd8b141

8 years agostream: Ignore declined streams for some topology calls.
Richard Mudgett [Wed, 14 Jun 2017 18:07:17 +0000 (13:07 -0500)] 
stream: Ignore declined streams for some topology calls.

* Made ast_format_cap_from_stream_topology() not include any formats from
declined streams.

* Made ast_stream_topology_get_first_stream_by_type() ignore declined
streams to return the first active stream of the type.

* Updated unit tests to check these changes have the expected effect.

Change-Id: Iabbc6a3e8edf263a25fd3056c3c614407c7897df

8 years agoMerge "app_voicemail.c: Fix compile error when IMAP enabled."
George Joseph [Thu, 15 Jun 2017 14:06:23 +0000 (09:06 -0500)] 
Merge "app_voicemail.c: Fix compile error when IMAP enabled."

8 years agoMerge "app_voicemail: IMAP logout on MWI unsubscribe"
George Joseph [Thu, 15 Jun 2017 14:05:57 +0000 (09:05 -0500)] 
Merge "app_voicemail: IMAP logout on MWI unsubscribe"

8 years agoMerge "res_pjsip_refer/session: Calls dropped during transfer"
Jenkins2 [Thu, 15 Jun 2017 13:12:43 +0000 (08:12 -0500)] 
Merge "res_pjsip_refer/session: Calls dropped during transfer"

8 years agochannel: Fix reference counting in ast_channel_suppress.
Joshua Colp [Thu, 15 Jun 2017 12:32:32 +0000 (12:32 +0000)] 
channel: Fix reference counting in ast_channel_suppress.

The ast_channel_suppress function wrongly decremented the
reference count of the underlying structure used to keep
track of what should be suppressed on a channel if the
function was called multiple times on the same channel.

This change cleans up the reference counting a bit so
this no longer occurs.

ASTERISK-27016

Change-Id: I2eed4077cb4916e6626f9f120b63b963acc5c136

8 years agoMerge "res_rtp_asterisk: Fix ssrc change for rtcp srtp"
George Joseph [Wed, 14 Jun 2017 21:05:37 +0000 (16:05 -0500)] 
Merge "res_rtp_asterisk:  Fix ssrc change for rtcp srtp"

8 years agoMerge "res_pjsip_session: Correct inverted test in session_outgoing_nat_hook"
Jenkins2 [Wed, 14 Jun 2017 20:54:22 +0000 (15:54 -0500)] 
Merge "res_pjsip_session:  Correct inverted test in session_outgoing_nat_hook"

8 years agoMerge "res_pjsip_transport_websocket: Add NULL check in get_write_timeout"
Jenkins2 [Wed, 14 Jun 2017 20:24:32 +0000 (15:24 -0500)] 
Merge "res_pjsip_transport_websocket: Add NULL check in get_write_timeout"

8 years agoMerge "pjproject_bundled: Use the asterisk github mirror for download"
George Joseph [Wed, 14 Jun 2017 19:42:32 +0000 (14:42 -0500)] 
Merge "pjproject_bundled:  Use the asterisk github mirror for download"

8 years agoapp_voicemail.c: Fix compile error when IMAP enabled.
Richard Mudgett [Wed, 14 Jun 2017 17:34:06 +0000 (12:34 -0500)] 
app_voicemail.c: Fix compile error when IMAP enabled.

Change-Id: I2703f15b4099b4210c68eccf293105d1975c1fc1

8 years agoapp_voicemail: IMAP logout on MWI unsubscribe
Alexei Gradinari [Mon, 12 Jun 2017 22:55:15 +0000 (18:55 -0400)] 
app_voicemail: IMAP logout on MWI unsubscribe

Closing IMAP connection on MWI unsubscribe.

ASTERISK-24052 #close

Change-Id: I4ff964026002b2817b48c20fb4239f0a880228fd

8 years agores_pjsip_pubsub: Fix reference to released endpoint
George Joseph [Wed, 14 Jun 2017 16:12:21 +0000 (10:12 -0600)] 
res_pjsip_pubsub:  Fix reference to released endpoint

destroy_subscription was attempting to get the id of the
subscription tree's endpoint after we'd already called ao2_cleanup
on it causing a segfault.

Moved the cleanup until after the debug statement and since
endpoint could also be NULL at this point, check for that as well.

ASTERISK-27057 #close
Reported-by: Ryan Smith
Change-Id: Ice0a7727f560cf204d870a774c6df71e159b1678

8 years agores_pjsip_session: Correct inverted test in session_outgoing_nat_hook
George Joseph [Wed, 14 Jun 2017 13:29:00 +0000 (07:29 -0600)] 
res_pjsip_session:  Correct inverted test in session_outgoing_nat_hook

There was a typo introduced in commit 776ffd77 which was preventing
the transport's external media address from being used.

ASTERISK-27024 #close
Reported-by: Christopher van de Sande
patches:
patch.diff submitted by Florian Floimair (license 6892)

Change-Id: I7ec617171eaa2d86d2680b00cf37d5088adafc27

8 years agoMerge "CFLAGS for BIND8 support"
Joshua Colp [Wed, 14 Jun 2017 16:07:04 +0000 (11:07 -0500)] 
Merge "CFLAGS for BIND8 support"

8 years agores_rtp_asterisk: Fix ssrc change for rtcp srtp
George Joseph [Wed, 14 Jun 2017 13:54:45 +0000 (07:54 -0600)] 
res_rtp_asterisk:  Fix ssrc change for rtcp srtp

It looks like there was a copy/paste error in ast_rtp_change_source
where if there was a rtcp srtp instance, instead of updating its
ssrc we were updating the srtp instance ssrc twice.

ASTERISK-27022 #close
Reported-by: Michael Walton
Change-Id: Ic88f3aee7227b401c58745ac265ff92c19620095

8 years agobridge: Add a deferred queue.
Joshua Colp [Thu, 8 Jun 2017 19:38:51 +0000 (19:38 +0000)] 
bridge: Add a deferred queue.

This change adds a deferred queue to bridging. If a bridge
technology determines that a frame can not be written and
should be deferred it can indicate back to bridging to do so.
Bridging will then requeue any deferred frames upon a new
channel joining the bridge.

This change has been leveraged for T.38 request negotiate
control frames. Without the deferred queue there is a race
condition between the bridge receiving the T.38 request
negotiate and the second channel joining and being in the
bridge. If the channel is not yet in the bridge then the T.38
negotiation fails.

A unit test has also been added that confirms that a T.38
request negotiate control frame is deferred when no other
channel is in the bridge and that it is requeued when a new
channel joins the bridge.

ASTERISK-26923

Change-Id: Ie05b08523f399eae579130f4a5f562a344d2e415

8 years agores_pjsip_refer/session: Calls dropped during transfer
Kevin Harwell [Tue, 13 Jun 2017 19:17:29 +0000 (14:17 -0500)] 
res_pjsip_refer/session: Calls dropped during transfer

When doing an attended transfer it's possible for the transferer, after
receiving an accepted response from Asterisk, to send a BYE to Asterisk,
which can then be processed before Asterisk has time to start and/or
complete the transfer process. This of course causes the transfer to not
complete successfully, thus dropping the call.

This patch makes it so any BYEs received from the transferer, after the REFER,
that initiate a session end are deferred until the transfer is complete. This
allows the channel that would have otherwise been hung up by Asterisk to
remain available throughout the transfer process.

ASTERISK-27053 #close

Change-Id: I43586db79079457d92d71f1fd993be9a3b409d5a

8 years agopjproject_bundled: Use the asterisk github mirror for download
George Joseph [Tue, 13 Jun 2017 15:47:43 +0000 (09:47 -0600)] 
pjproject_bundled:  Use the asterisk github mirror for download

We now mirror the pjproject tarball and md5 at
https://github.com/asterisk/third-party/tree/master/pjproject

To improve download reliability, we now get the tarball from
our mirror instead of from pjsip.org.

ASTERISK-27052 #close
Reported-by: 'alex'
Change-Id: I60236587a8935bfa71fcc391f4e2ecb31918c08a

8 years agores_pjsip_mwi: don't create mwi subscriptions if initial unsolicited disabled
Alexei Gradinari [Mon, 12 Jun 2017 14:57:24 +0000 (10:57 -0400)] 
res_pjsip_mwi: don't create mwi subscriptions if initial unsolicited disabled

If sending unsolicited mwi to all endpoints on startup is disabled
(mwi_disable_initial_unsolicited=yes) do not need to create subscriptions.
If there are many (thousands) realtime endpoints configured with unsolicited mwi
and Vociemail Storage configured as ODBC or IMAP there will be huge number of
DB/IMAP requests on startup.

ASTERISK-26230 #close

Change-Id: I50ae909639e3ee298b931a54def4b2b9e0fb86c5

8 years agoMerge "pjsip: Extend 'asymmetric_rtp_codec' option to include us changing."
Jenkins2 [Tue, 13 Jun 2017 14:17:10 +0000 (09:17 -0500)] 
Merge "pjsip: Extend 'asymmetric_rtp_codec' option to include us changing."

8 years agoMerge "BuildSystem: Add patches to allow building with recent LibreSSL"
Jenkins2 [Tue, 13 Jun 2017 10:47:10 +0000 (05:47 -0500)] 
Merge "BuildSystem: Add patches to allow building with recent LibreSSL"

8 years agoMerge "BuildSystem: Fix build on FreeBSD due to missing crypt.h"
Jenkins2 [Mon, 12 Jun 2017 21:33:58 +0000 (16:33 -0500)] 
Merge "BuildSystem: Fix build on FreeBSD due to missing crypt.h"

8 years agoMerge "codecs.conf.sample: Fix max_bandwidth speling error"
Jenkins2 [Mon, 12 Jun 2017 21:07:50 +0000 (16:07 -0500)] 
Merge "codecs.conf.sample: Fix max_bandwidth speling error"

8 years agoMerge "eventfd: Disable during cross compilation"
Joshua Colp [Mon, 12 Jun 2017 20:32:12 +0000 (15:32 -0500)] 
Merge "eventfd: Disable during cross compilation"

8 years agocodecs.conf.sample: Fix max_bandwidth speling error
Sean Bright [Sun, 11 Jun 2017 17:06:17 +0000 (13:06 -0400)] 
codecs.conf.sample: Fix max_bandwidth speling error

Reported by Sylvain Boily via asterisk-dev mailing list.

Change-Id: Idc7623f335aea3e144dd369ba383b9a757480a9d

8 years agores_pjsip_transport_websocket: Add NULL check in get_write_timeout
Jørgen H [Thu, 8 Jun 2017 22:31:47 +0000 (22:31 +0000)] 
res_pjsip_transport_websocket: Add NULL check in get_write_timeout

Added check for NULL return value when calling
ast_sorcery_retrieve_by_id in function get_write_timeout

ASTERISK-27046

Change-Id: I9357717278da631c3a1cb502c412693929b0cb41

8 years agoBuildSystem: Add patches to allow building with recent LibreSSL
Guido Falsi [Thu, 8 Jun 2017 15:54:46 +0000 (17:54 +0200)] 
BuildSystem: Add patches to allow building with recent LibreSSL

Add some #if defined checks which allow building against LibreSSL.
These patchess come from OpenBSD ports:
https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/telephony/asterisk/patches/

ASTERISK-27043 #close
Reported by: OpenBSD ports

Change-Id: I2f6c08a5840b85ad4d2b75370b947ddde7a9a572

8 years agoCFLAGS for BIND8 support
David M. Lee [Tue, 6 Jun 2017 19:54:43 +0000 (14:54 -0500)] 
CFLAGS for BIND8 support

Some systems (like macOS) require BIND_8_COMPAT to be defined so that
the nameser libraries are, well, BIND8 compatible.

Change-Id: If79fc27a64f90de1835b5aa3aadfa9be22bd16b0

8 years agoMerge "CHANGES: correct version for a new option 'refer_blind_progress'"
Jenkins2 [Thu, 8 Jun 2017 16:18:18 +0000 (11:18 -0500)] 
Merge "CHANGES: correct version for a new option 'refer_blind_progress'"

8 years agoBuildSystem: Fix build on FreeBSD due to missing crypt.h
Guido Falsi [Thu, 8 Jun 2017 15:36:00 +0000 (17:36 +0200)] 
BuildSystem: Fix build on FreeBSD due to missing crypt.h

FreeBSD does not include a crypt.h include file. Definitions for
crypt() and crypt_r() are in unistd.h

ASTERISK-27042 #close

Change-Id: Ib307ee5e384870c6af50efa89fb73722dd0c3a7e

8 years agochan_pjsip: Update device state when in early media.
Joshua Colp [Wed, 7 Jun 2017 20:19:05 +0000 (20:19 +0000)] 
chan_pjsip: Update device state when in early media.

The chan_pjsip module uses a calculation approach for
determining device state. This means that in situations
where we would expect device state to change we need to
tell the core to query. A scenario that was missed is
when early media was signaled.

This change adds the notification for the core to
query device state when we are told that early media
is being provided.

ASTERISK-27039

Change-Id: Iafebfd152894966344ff2e950a3cee9f59a3eb6f

8 years agoeventfd: Disable during cross compilation
Sean Bright [Wed, 7 Jun 2017 19:32:57 +0000 (15:32 -0400)] 
eventfd: Disable during cross compilation

Reported by Lonnie Abelbeck <lonnie@abelbeck.com> via private e-mail.

Change-Id: Icc80f12b8d8d591e14a8e0ed9f1c02cbd193a89b

8 years agoCHANGES: correct version for a new option 'refer_blind_progress'
Alexei Gradinari [Wed, 7 Jun 2017 16:21:10 +0000 (12:21 -0400)] 
CHANGES: correct version for a new option 'refer_blind_progress'

Change-Id: If4817d26a8974610827624fb8a4e56d681d6bf97

8 years agopjsip: Extend 'asymmetric_rtp_codec' option to include us changing.
Joshua Colp [Tue, 6 Jun 2017 12:04:21 +0000 (12:04 +0000)] 
pjsip: Extend 'asymmetric_rtp_codec' option to include us changing.

PJSIP support in Asterisk differs from chan_sip in that it
allows media to be sent as-is without transcoding provided
the codecs were negotiated in the SDP. This is allowed
according to the RFC. Support for this differs quite a lot
though and some endpoints do not handle it well.

This change extends the 'asymmetric_rtp_codec' option to
also cover this case. When set to no (the default) the code
behaves as chan_sip does - the best codec is selected and
we will only ever send that, unless we change what we are
sending if the remote side changes. When set to yes we
will send media as-is without transcoding if the codec
has been negotiated in the SDP.

ASTERISK-26996

Change-Id: Ib1647f6902a0843e8c435946f831c2159e8d1d51