]> git.ipfire.org Git - thirdparty/asterisk.git/log
thirdparty/asterisk.git
8 years agoConfBridge: Rework announcer channel methodology 03/3503/3
Mark Michelson [Wed, 10 Aug 2016 20:14:09 +0000 (15:14 -0500)] 
ConfBridge: Rework announcer channel methodology

One feature that confbridge has is the ability to play sounds to all
participants in the conference. Prior to this commit, the algorithm for
this was as follows:

* Grab the playback lock
* Push the conference announcer channel into the bridge
* Play back the sound
* Pull the conference announcer channel from the bridge
* Release the playback lock

The issue here is that the act of adding the playback channel to the
bridge and removing it for each announcement is expensive. Amongst the
expenses:

* The announcer channel is imparted into the bridge, meaning a new
  thread is spun up for each playback.
* When the announcer is added or removed from the bridge, it results
  in the BRIDGEPEER channel variable being set on all channels in the
  bridge. This requires keeping the bridge locked and locking each
  individual channel in order to set it.
* There's also just the general overhead of adding the channel and
  removing it from the bridge. The bridge potentially has to reconfigure
  every single time

With this commit, the paradigm for playing back announcements has
shifted.

* The announcer channel is now added to the bridge when the conference
  is allocated, and it is hung up when the conference is destroyed.
* A taskprocessor is used to queue playbacks onto the announcer channel.
  This keeps the behavior from before where playbacks do not overlap.
* The announcer channel is no longer placed into the bridge as
  departable. Since we are not constantly removing the channel from
  the bridge, it is safe to add the channel using an independent thread
  and simply hang the channel up when it is time for the conference to
  be destroyed.

The use of the taskprocessor for playbacks opens up the interesting
possibility of having asynchronous announcements played. In this commit,
however, the behavior is still exactly the same as it previously was.

ASTERISK-26289
Reported by Mark Michelson

Change-Id: Ic5cd2c4b98a1eaa1715eb7a5b35d62f1a76d78a5

8 years agoMerge "rest-api: Swagger scripts were not replacing format variable in file brief...
zuul [Fri, 19 Aug 2016 19:11:37 +0000 (14:11 -0500)] 
Merge "rest-api: Swagger scripts were not replacing format variable in file brief" into 13

8 years agoMerge "sip_to_pjsip: Add cert_file." into 13
zuul [Fri, 19 Aug 2016 17:16:05 +0000 (12:16 -0500)] 
Merge "sip_to_pjsip: Add cert_file." into 13

8 years agoMerge "res_format_attr_g729: Add annexb=no format parameter to SDPs" into 13
zuul [Fri, 19 Aug 2016 16:28:25 +0000 (11:28 -0500)] 
Merge "res_format_attr_g729: Add annexb=no format parameter to SDPs" into 13

8 years agoMerge "res_pjsip: Add contact_user to endpoint" into 13
zuul [Fri, 19 Aug 2016 13:13:32 +0000 (08:13 -0500)] 
Merge "res_pjsip:  Add contact_user to endpoint" into 13

8 years agoMerge "ari: Add documentation that path parameters are case-sensitive" into 13
zuul [Fri, 19 Aug 2016 13:05:12 +0000 (08:05 -0500)] 
Merge "ari:  Add documentation that path parameters are case-sensitive" into 13

8 years agosip_to_pjsip: Add cert_file. 51/3651/1
Alexander Traud [Fri, 19 Aug 2016 08:59:40 +0000 (10:59 +0200)] 
sip_to_pjsip: Add cert_file.

When using the migration script sip_to_pjsip.py, cert_file was not migrated to
pjsip.conf. A previous change regarding this contained a copy/paste error.

ASTERISK-22374

Change-Id: I0fa72e9412117d53b4284fc6b83fa5b2b95ba03b

8 years agoMerge "sip_to_pjsip: Write cos and tos." into 13
Joshua Colp [Thu, 18 Aug 2016 23:55:29 +0000 (18:55 -0500)] 
Merge "sip_to_pjsip: Write cos and tos." into 13

8 years agorest-api: Swagger scripts were not replacing format variable in file brief 48/3648/1
Kevin Harwell [Thu, 18 Aug 2016 22:16:43 +0000 (17:16 -0500)] 
rest-api: Swagger scripts were not replacing format variable in file brief

Given resource paths did not have 'json' substituted in for the '{format}'. For
some auto generated documentation/comment strings it resulted in something like
the following:

"... REST handler for /api-docs/sounds.{format}"

This patch makes sure the resource api's path is properly substituted.

ASTERISK-25472 #close

Change-Id: Ie3e950a35db4043e284019d6c9061f3b03922e23

8 years agores_format_attr_g729: Add annexb=no format parameter to SDPs 74/3574/3
Kevin Harwell [Tue, 16 Aug 2016 20:57:24 +0000 (15:57 -0500)] 
res_format_attr_g729: Add annexb=no format parameter to SDPs

Historically, Asterisk has always specified annexb=no for the g729 format.
However, when using res_pjsip no format attribute was specified. This patch
makes it so the SDP now contains a format attribute line with annexb=no.

Note, that this means only g729a is negotiated. Even for pass through support.
According to rfc7261 the type of annex used (a or b) is dependent upon the
answerer. However, Asterisk being a back to back user agent makes this tricky
to support at this time, thus we only allow annex 'a' for now.

ASTERISK-26228 #close
patches:
  res_format_attr_g729.c submitted by Jason Parker (license 4993)

Change-Id: I76bc20cc0a01af01536e9915afef319c269c22d0

8 years agosip_to_pjsip: Set correct tls transport method 42/3642/1
Kevin Harwell [Thu, 18 Aug 2016 17:04:56 +0000 (12:04 -0500)] 
sip_to_pjsip: Set correct tls transport method

A recent update had a copy/paste error where the unused variable 'val' was
being passed to the set_value function instead of the 'method' value itself.

This patch passes in the right variable.

ASTERISK-22374

Change-Id: I895b7b3779ce4442bc58b8ec40d59dd29bb43f06

8 years agoMerge "sip_to_pjsip: Parse register even with transport." into 13
Joshua Colp [Thu, 18 Aug 2016 16:50:11 +0000 (11:50 -0500)] 
Merge "sip_to_pjsip: Parse register even with transport." into 13

8 years agoMerge "sip_to_pjsip: Write local_net, contact_acl, contact_deny, and contact_permit...
Joshua Colp [Thu, 18 Aug 2016 16:49:47 +0000 (11:49 -0500)] 
Merge "sip_to_pjsip: Write local_net, contact_acl, contact_deny, and contact_permit." into 13

8 years agoMerge "sip_to_pjsip: Map (session-)timers correctly." into 13
Joshua Colp [Thu, 18 Aug 2016 16:49:04 +0000 (11:49 -0500)] 
Merge "sip_to_pjsip: Map (session-)timers correctly." into 13

8 years agoMerge "sip_to_pjsip: Add cert_file and ca_list_path." into 13
Joshua Colp [Thu, 18 Aug 2016 16:48:43 +0000 (11:48 -0500)] 
Merge "sip_to_pjsip: Add cert_file and ca_list_path." into 13

8 years agoMerge "sip_to_pjsip: Write username even without authname." into 13
Joshua Colp [Thu, 18 Aug 2016 16:48:13 +0000 (11:48 -0500)] 
Merge "sip_to_pjsip: Write username even without authname." into 13

8 years agoMerge "sip_to_pjsip: Map the TLS method correctly." into 13
Joshua Colp [Thu, 18 Aug 2016 16:47:38 +0000 (11:47 -0500)] 
Merge "sip_to_pjsip: Map the TLS method correctly." into 13

8 years agoMerge "sip_to_pjsip: Add compactheaders, timerb, timert1, and useragent." into 13
Joshua Colp [Thu, 18 Aug 2016 16:46:25 +0000 (11:46 -0500)] 
Merge "sip_to_pjsip: Add compactheaders, timerb, timert1, and useragent." into 13

8 years agoMerge "sip_to_pjsip: Write media_encryption." into 13
Joshua Colp [Thu, 18 Aug 2016 16:46:02 +0000 (11:46 -0500)] 
Merge "sip_to_pjsip: Write media_encryption." into 13

8 years agoMerge "sip_to_pjsip: Add defaultexpiry, maxexpiry, and minexpiry." into 13
Joshua Colp [Thu, 18 Aug 2016 16:45:41 +0000 (11:45 -0500)] 
Merge "sip_to_pjsip: Add defaultexpiry, maxexpiry, and minexpiry." into 13

8 years agosip_to_pjsip: Map the TLS method correctly. 33/3633/1
Alexander Traud [Thu, 18 Aug 2016 13:19:15 +0000 (15:19 +0200)] 
sip_to_pjsip: Map the TLS method correctly.

When using the migration script sip_to_pjsip.py and tlsclientmethod is not set
in sip.conf, the default value of chan_sip (sslv23) is copied to pjsip.conf, to
overwrite the default of the PJProject (tlsv1). This makes sure, res_pjsip is
offering/using not just TLSv1.0 but TLSv1.2 as well.

ASTERISK-22374

Change-Id: Ie530a3dae9926ae14f3920a21be1e2edb15bda4f

8 years agosip_to_pjsip: Add compactheaders, timerb, timert1, and useragent. 31/3631/1
Alexander Traud [Thu, 18 Aug 2016 13:17:47 +0000 (15:17 +0200)] 
sip_to_pjsip: Add compactheaders, timerb, timert1, and useragent.

When using the migration script sip_to_pjsip.py, no section of type=system or
type=general were created. Therefore the keys compactheaders, timerb, timert1,
and useragent were not migrated to pjsip.conf.

ASTERISK-22374

Change-Id: I318a453843227ea36bf130d392d4abd7bd26b5a1

8 years agosip_to_pjsip: Map (session-)timers correctly. 29/3629/1
Alexander Traud [Thu, 18 Aug 2016 13:16:45 +0000 (15:16 +0200)] 
sip_to_pjsip: Map (session-)timers correctly.

When using the migration script sip_to_pjsip.py, session-timers=accept and
session-timers=refuse were mapped to wrong values.

ASTERISK-22374

Change-Id: Ie4e90d5f6a29aff07837b7fe5bc8aea5fb6fc092

8 years agosip_to_pjsip: Write username even without authname. 27/3627/1
Alexander Traud [Thu, 18 Aug 2016 13:15:38 +0000 (15:15 +0200)] 
sip_to_pjsip: Write username even without authname.

When using the migration script sip_to_pjsip.py, now the (mandatory) username is
written to pjsip.conf, even if there was no (optional) authname in the register
string in sip.conf.

ASTERISK-22374

Change-Id: Ie53e1997104cd2674821688b8a8247249f5e156f

8 years agosip_to_pjsip: Parse register even with transport. 25/3625/1
Alexander Traud [Thu, 18 Aug 2016 13:14:36 +0000 (15:14 +0200)] 
sip_to_pjsip: Parse register even with transport.

When using the migration script sip_to_pjsip.py and the register string
started with a transport in sip.conf - like tls://... - register was not parsed
correctly and therefore not migrated correctly to pjsip.conf.

ASTERISK-22374

Change-Id: I44c12104eea2bd8558ada6d25d77edfecd92edd2

8 years agosip_to_pjsip: Write local_net, contact_acl, contact_deny, and contact_permit. 23/3623/1
Alexander Traud [Thu, 18 Aug 2016 13:13:03 +0000 (15:13 +0200)] 
sip_to_pjsip: Write local_net, contact_acl, contact_deny, and contact_permit.

When using the migration script sip_to_pjsip.py, those keys got missing. These
keys might appear several times and the function "merge_value" tried to collect
those. However, because these keys have different names in sip.conf and
pjsip.conf, "merge_value" was not able to find the new key name in sip.conf.
This change lets "merge_value" search with the old key name in sip.conf and
write with the new key name in pjsip.conf.

ASTERISK-22374

Change-Id: Ie53c5278ae6f1cb8fa7e96c5289877d46981d9d2

8 years agosip_to_pjsip: Add defaultexpiry, maxexpiry, and minexpiry. 19/3619/1
Alexander Traud [Thu, 18 Aug 2016 13:04:53 +0000 (15:04 +0200)] 
sip_to_pjsip: Add defaultexpiry, maxexpiry, and minexpiry.

When using the migration script sip_to_pjsip.py, defaultexpiry, maxexpiry, and
minexpiry were not migrated to pjsip.conf.

ASTERISK-22374

Change-Id: I007fbf543dcadc96fc3ed71c54da502bcb209b7b

8 years agosip_to_pjsip: Write media_encryption. 17/3617/1
Alexander Traud [Thu, 18 Aug 2016 13:03:24 +0000 (15:03 +0200)] 
sip_to_pjsip: Write media_encryption.

When using the migration script sip_to_pjsip.py, encryption=yes got missing and
media_encryption=sdes was not written to pjsip.conf, because of a typo.

ASTERISK-22374

Change-Id: I0fc3e55dc512a57603ae0fef41baacccf2a35c05

8 years agosip_to_pjsip: Write cos and tos. 15/3615/1
Alexander Traud [Thu, 18 Aug 2016 13:02:07 +0000 (15:02 +0200)] 
sip_to_pjsip: Write cos and tos.

When using the migration script sip_to_pjsip.py, both tos_sip and cos_sip got
missed, because of a typo. Therefore, cos and tos were not written to
pjsip.conf. Furthermore, that revealed a misuse of an internal function, caused
by a copy-and-paste error.

ASTERISK-22374

Change-Id: Id245ebadf70ab9776eb280c026288540af3af5c2

8 years agosip_to_pjsip: Add cert_file and ca_list_path. 13/3613/1
Alexander Traud [Thu, 18 Aug 2016 12:55:58 +0000 (14:55 +0200)] 
sip_to_pjsip: Add cert_file and ca_list_path.

When using the migration script sip_to_pjsip.py, cert_file and ca_list_path were
not migrated to pjsip.conf.

ASTERISK-22374

Change-Id: I4612877d190b7f86a48698cefbf5c4db6c265825

8 years agores_pjsip_session.c: Fix unbound srv failover tests. 00/3600/1
Richard Mudgett [Wed, 17 Aug 2016 19:13:56 +0000 (14:13 -0500)] 
res_pjsip_session.c: Fix unbound srv failover tests.

Commit 1b666549f33d69dc080b212bf92126f3bc3a18b2 broke the srv failover
functionality if a TCP connection gets disconnected.  Under these
conditions, session_inv_on_state_changed() gets a
PJSIP_EVENT_TRANSPORT_ERROR and restarts the INVITE transaction on a new
transport.  Unfortunately, session_inv_on_tsx_state_changed() also gets
the same PJSIP_EVENT_TRANSPORT_ERROR event and unconditionally terminates
the session.

* Made session_inv_on_tsx_state_changed() complete terminating the session
on PJSIP_EVENT_TRANSPORT_ERROR only if the session state is still
PJSIP_INV_STATE_DISCONNECTED.

ASTERISK-26305 #close
Reported by: Richard Mudgett

Change-Id: If736e766b5c55b970fa38ca6c8a885caf27b897d

8 years agores_pjsip: Add contact_user to endpoint 94/3594/1
George Joseph [Tue, 16 Aug 2016 20:36:10 +0000 (14:36 -0600)] 
res_pjsip:  Add contact_user to endpoint

contact_user, when specified on an endpoint, will override the user
portion of the Contact header on outgoing requests.

Change-Id: Icd4ebfda2f2e44d3ac749d0b4066630e988407d4

8 years agoBuildSystem: Detect ca_list_path capabilities in external PJProject. 83/3583/1
Alexander Traud [Wed, 17 Aug 2016 11:12:19 +0000 (13:12 +0200)] 
BuildSystem: Detect ca_list_path capabilities in external PJProject.

Since Asterisk 13.8, pj_ssl_cert_load_from_files2 got detected only in the
bundled PJProject but not in an external PJProject. Therefore, ca_list_path
could not be used in pjsip.conf. With this change, pj_ssl_cert_load_from_files2
is detected again to enable ca_list_path again.

ASTERISK-26303 #close

Change-Id: I4a4a0cdc5cdff33730911fb4cfc0498c069043d0

8 years agoari: Add documentation that path parameters are case-sensitive 70/3570/1
George Joseph [Tue, 16 Aug 2016 17:24:29 +0000 (11:24 -0600)] 
ari:  Add documentation that path parameters are case-sensitive

Added to api.wiki.mustache so that the generated object pages
have the notation in the table header as well as under each method
that has path parameters.

ASTERISK-25492 #close

Change-Id: I36c46c6dc0c9ac350470394a999a1b19ef3fcdaf

8 years agoMerge "Refactor usage pattern of xmldoc info tag." into 13
zuul [Tue, 16 Aug 2016 17:15:24 +0000 (12:15 -0500)] 
Merge "Refactor usage pattern of xmldoc info tag." into 13

8 years agoMerge "res_sorcery_config.c: Cleanup ao2 container usage idioms." into 13
Joshua Colp [Tue, 16 Aug 2016 14:09:43 +0000 (09:09 -0500)] 
Merge "res_sorcery_config.c: Cleanup ao2 container usage idioms." into 13

8 years agoMerge "sorcery.c: Minor optimizations." into 13
Joshua Colp [Tue, 16 Aug 2016 14:09:37 +0000 (09:09 -0500)] 
Merge "sorcery.c: Minor optimizations." into 13

8 years agoMerge "sorcery.c: Tweak some container declaration formatting." into 13
zuul [Tue, 16 Aug 2016 14:06:51 +0000 (09:06 -0500)] 
Merge "sorcery.c: Tweak some container declaration formatting." into 13

8 years agoMerge "chan_sip: Fix lastrtprx always updated" into 13
zuul [Tue, 16 Aug 2016 13:23:48 +0000 (08:23 -0500)] 
Merge "chan_sip: Fix lastrtprx always updated" into 13

8 years agoMerge "core: Entity ID is not set or invalid" into 13
zuul [Tue, 16 Aug 2016 11:43:54 +0000 (06:43 -0500)] 
Merge "core: Entity ID is not set or invalid" into 13

8 years agoMerge "pbx.c: Additional fixes to ast_context_remove_extension_callerid2." into 13
zuul [Tue, 16 Aug 2016 09:51:32 +0000 (04:51 -0500)] 
Merge "pbx.c: Additional fixes to ast_context_remove_extension_callerid2." into 13

8 years agoRefactor usage pattern of xmldoc info tag. 65/3565/1
Corey Farrell [Mon, 15 Aug 2016 20:29:53 +0000 (16:29 -0400)] 
Refactor usage pattern of xmldoc info tag.

This updates func_channel.c and main/message.c to use a generic xpointer
include instead of including info from each channel driver.  Now the
name attribute of info is CHANNEL or CHANNEL_EXAMPLES to be included in
documentation for func_channel.  Setting the name attribute of info to
MessageToInfo or MessageFromInfo causes it to be included in the
MessageSend application and AMI action.

Change-Id: I89fd8276a3250824241a618009714267d3a8d1ea

8 years agoMerge "app_dial: Improve documentation" into 13
Joshua Colp [Mon, 15 Aug 2016 21:39:17 +0000 (16:39 -0500)] 
Merge "app_dial: Improve documentation" into 13

8 years agoMerge "manager: Add <see-also> tags to relate interrelated events/actions together...
Joshua Colp [Mon, 15 Aug 2016 21:39:11 +0000 (16:39 -0500)] 
Merge "manager: Add <see-also> tags to relate interrelated events/actions together" into 13

8 years agoMerge "manager: Add <see-also> tags to relate Bridge related events,actions, and...
Joshua Colp [Mon, 15 Aug 2016 21:39:06 +0000 (16:39 -0500)] 
Merge "manager: Add <see-also> tags to relate Bridge related events,actions, and apps" into 13

8 years agoMerge "manager: Add <see-also> tags to relate AoC events and actions" into 13
Joshua Colp [Mon, 15 Aug 2016 21:38:59 +0000 (16:38 -0500)] 
Merge "manager: Add <see-also> tags to relate AoC events and actions" into 13

8 years agoMerge "manager: Add <see-also> tags to relate UserEvent actions/apps/events" into 13
Joshua Colp [Mon, 15 Aug 2016 21:38:53 +0000 (16:38 -0500)] 
Merge "manager: Add <see-also> tags to relate UserEvent actions/apps/events" into 13

8 years agoMerge "res_agi: Improve documentation" into 13
Joshua Colp [Mon, 15 Aug 2016 21:38:43 +0000 (16:38 -0500)] 
Merge "res_agi: Improve documentation" into 13

8 years agoMerge "manager: Add <see-also> links between related events" into 13
zuul [Mon, 15 Aug 2016 20:46:05 +0000 (15:46 -0500)] 
Merge "manager: Add <see-also> links between related events" into 13

8 years agoMerge "func_channel: Reorganize documentation" into 13
zuul [Mon, 15 Aug 2016 20:15:58 +0000 (15:15 -0500)] 
Merge "func_channel: Reorganize documentation" into 13

8 years agores_sorcery_config.c: Cleanup ao2 container usage idioms. 91/3491/2
Richard Mudgett [Fri, 5 Aug 2016 01:00:59 +0000 (20:00 -0500)] 
res_sorcery_config.c: Cleanup ao2 container usage idioms.

Change-Id: Iad24b335fb121a2bc7f1d048ab7420569edcba5a

8 years agosorcery.c: Minor optimizations. 93/3493/2
Richard Mudgett [Thu, 4 Aug 2016 20:57:12 +0000 (15:57 -0500)] 
sorcery.c: Minor optimizations.

* Remove some unused parameters from internal functions:
sorcery_wizard_create()
sorcery_wizard_update()
sorcery_wizard_delete()

* Created the struct sorcery_observer_invocation ao2 object without a lock
since it is not needed in sorcery_observer_invocation_alloc().

* Cleanup generic ao2 container sorcery object id hash, sort, and cmp
functions.

Change-Id: Iff71d75f52bc1b8cee955456838c149faaa4f92e

8 years agosorcery.c: Tweak some container declaration formatting. 92/3492/2
Richard Mudgett [Mon, 1 Aug 2016 16:04:33 +0000 (11:04 -0500)] 
sorcery.c: Tweak some container declaration formatting.

* Tweak sorcery_object_type_alloc() formatting.
* Tweak ast_sorcery_init() formatting.

Change-Id: Ib02430023f15268cd7a2ea53f2c331213e4d3944

8 years agopbx.c: Additional fixes to ast_context_remove_extension_callerid2. 58/3558/1
Corey Farrell [Fri, 12 Aug 2016 04:30:27 +0000 (00:30 -0400)] 
pbx.c: Additional fixes to ast_context_remove_extension_callerid2.

Do not check registrar of the first extension head.  We should only check
the registrar when we match the priority.

Additionally fix a couple calls to strcmp which used the input callerid
instead of the clean version ex.cidmatch.

ASTERISK-26233

Change-Id: I17ea6881a18f40840ae9c1f5394aab1fbb3769f1

8 years agocore: Entity ID is not set or invalid 56/3456/4
Alexei Gradinari [Wed, 10 Aug 2016 19:41:38 +0000 (15:41 -0400)] 
core: Entity ID is not set or invalid

The Exchanging Device and Mailbox States could not working
if the Entity ID (EID) is not set manually and can't be obtained
from ethernet interface.

This patch replaces debug message to warning
and addes missing description about option 'entityid' to
asterisk.conf.sample.

With this patch the asterisk also:
(1) decline loading the modules which won't work without EID:
    res_corosync and res_pjsip_publish_asterisk.
(2) warn if EID is empty on loading next modules:
    pbx_dundi, res_xmpp

Starting with v197 systemd/udev will automatically assign "predictable"
names for all local Ethernet interfaces.
This patch also addes some new ethernet prefixes "eno" and "ens".

ASTERISK-26164 #close

Change-Id: I72d712f1ad5b6f64571bb179c5cb12461e7c58c6

8 years agochan_sip: Fix lastrtprx always updated 32/3032/4
cjack [Wed, 15 Jun 2016 22:10:11 +0000 (01:10 +0300)] 
chan_sip: Fix lastrtprx always updated

Packets are read regulary, when there is no data in buffer fr->frametype
is AST_FRAME_NULL. There was no check of frametype and lastrtprx always
updated and, therefore, rtptimeout did not work at all.

ASTERISK-25270 #close

Change-Id: If3b5ca0dbb822582a86eb7d01dcae4e83448c41d

8 years agomanager: Clarify that dialplan manipulation actions are under system class. 36/3536/1
Joshua Colp [Mon, 15 Aug 2016 12:17:51 +0000 (12:17 +0000)] 
manager: Clarify that dialplan manipulation actions are under system class.

ASTERISK-26246 #close

Change-Id: Id673b9786389f9d2a87f638ce1a25161f5f31657

8 years agoapp_dial: Improve documentation 34/3534/2
Matt Jordan [Sun, 14 Aug 2016 03:02:24 +0000 (22:02 -0500)] 
app_dial: Improve documentation

* Add some helpful <literal> and other embedded paragraph tags

* Document some of the lesser known channel variables set by Dial

* Add examples for some common Dial uses, along with some more
  challenging but useful options

Change-Id: Ib2fb9301e8e044d14fbb2815ec64161f19bbfbc1

8 years agomanager: Add <see-also> tags to relate interrelated events/actions together 33/3533/1
Matt Jordan [Sun, 14 Aug 2016 01:16:58 +0000 (20:16 -0500)] 
manager: Add <see-also> tags to relate interrelated events/actions together

Change-Id: Idbac539205aa732bf786c4f765577d8e9ff28ba4

8 years agomanager: Add <see-also> tags to relate Bridge related events,actions, and apps 32/3532/1
Matt Jordan [Sun, 14 Aug 2016 01:15:58 +0000 (20:15 -0500)] 
manager: Add <see-also> tags to relate Bridge related events,actions, and apps

Change-Id: I67e6b79fa3102e494b5fe6cc7510472249080e85

8 years agomanager: Add <see-also> tags to relate AoC events and actions 31/3531/1
Matt Jordan [Sun, 14 Aug 2016 01:14:50 +0000 (20:14 -0500)] 
manager: Add <see-also> tags to relate AoC events and actions

Change-Id: Iea89a36222712148c1775c05ed0ad1049d67a70e

8 years agomanager: Add <see-also> tags to relate UserEvent actions/apps/events 30/3530/1
Matt Jordan [Sun, 14 Aug 2016 01:13:53 +0000 (20:13 -0500)] 
manager: Add <see-also> tags to relate UserEvent actions/apps/events

Change-Id: I80f8a981f62f50e74609c69c49edcaca6c95efa4

8 years agores_agi: Improve documentation 29/3529/1
Matt Jordan [Fri, 12 Aug 2016 20:53:52 +0000 (15:53 -0500)] 
res_agi: Improve documentation

* Groups of AGI commands that have similar functionality now reference
  each other, and all reference the AGI application for ease of wiki
  reference.

* The documentation for the AGI application has been improved, in
  particular noting the various AGI types and how they are invoked.

* A warning message has been added to DeadAGI, noting that it is
  deprecated.

Change-Id: I479ccdee8a7393f01b18692c3d4ab7e6bdd1875d

8 years agomanager: Add <see-also> links between related events 28/3528/1
Matt Jordan [Fri, 12 Aug 2016 18:53:41 +0000 (13:53 -0500)] 
manager: Add <see-also> links between related events

This patch adds some see-also references between related AMI events. It
focuses primarily on those events that are guaranteed to come in pairs,
such as DTMFBegin/DTMFEnd, as well as those that occur during the life
cycle of an Asterisk channel, such as Newchannel/Hangup.

Change-Id: Iaab600477052018d0f8c03d0c624c0856e9ff1f3

8 years agoMerge "res_pjsip: Fail global load if debug or default_from_user are empty" into 13
zuul [Fri, 12 Aug 2016 23:49:54 +0000 (18:49 -0500)] 
Merge "res_pjsip:  Fail global load if debug or default_from_user are empty" into 13

8 years agoMerge "res_pjsip_caller_id: Copy header name to short header name" into 13
zuul [Fri, 12 Aug 2016 20:55:20 +0000 (15:55 -0500)] 
Merge "res_pjsip_caller_id:  Copy header name to short header name" into 13

8 years agoMerge "Run mandatory cleanup when startup fails." into 13
zuul [Fri, 12 Aug 2016 18:59:46 +0000 (13:59 -0500)] 
Merge "Run mandatory cleanup when startup fails." into 13

8 years agoMerge "location.c: Misc fixes and cleanups." into 13
zuul [Fri, 12 Aug 2016 18:10:47 +0000 (13:10 -0500)] 
Merge "location.c: Misc fixes and cleanups." into 13

8 years agofunc_channel: Reorganize documentation 27/3527/1
Matt Jordan [Fri, 12 Aug 2016 16:15:38 +0000 (11:15 -0500)] 
func_channel: Reorganize documentation

* Following the example of the PJSIP channel driver, the channel
  technology specific documentation has been moved to the respective
  channel drivers that provide that functionality. This has the benefit
  of locating the documentation of items with those modules that provide
  it.

* Examples of using the CHANNEL function for both standard items as well
  as for PJSIP have been added.

* The 'max_forwards' standard item has been documented.

Change-Id: Ifaa79a232c8ac99cf8da6ef6cc7815d398b1b79b

8 years agoMerge "app_queue: Prevent crash when a call is forwarded to an invalid location"...
zuul [Fri, 12 Aug 2016 13:52:10 +0000 (08:52 -0500)] 
Merge "app_queue: Prevent crash when a call is forwarded to an invalid location" into 13

8 years agoMerge "res_pjsip res_pjsip_mwi: Misc fixes and cleanups." into 13
zuul [Fri, 12 Aug 2016 10:35:57 +0000 (05:35 -0500)] 
Merge "res_pjsip res_pjsip_mwi: Misc fixes and cleanups." into 13

8 years agoMerge "pjsip_distributor.c: Add missing allocation failure check." into 13
zuul [Fri, 12 Aug 2016 08:03:51 +0000 (03:03 -0500)] 
Merge "pjsip_distributor.c: Add missing allocation failure check." into 13

8 years agoMerge "alembic: add auth_username to endpoint's identify_by enum" into 13
zuul [Fri, 12 Aug 2016 06:27:31 +0000 (01:27 -0500)] 
Merge "alembic: add auth_username to endpoint's identify_by enum" into 13

8 years agoMerge "res_pjsip: Make aor named lock a mutex." into 13
zuul [Fri, 12 Aug 2016 04:14:38 +0000 (23:14 -0500)] 
Merge "res_pjsip: Make aor named lock a mutex." into 13

8 years agoRun mandatory cleanup when startup fails. 16/3516/1
Corey Farrell [Fri, 12 Aug 2016 03:11:33 +0000 (23:11 -0400)] 
Run mandatory cleanup when startup fails.

Errors during startup result in an exit.  These error branches should be
calling ast_run_atexit(0) to ensure mandatory cleanup is run.

ASTERISK-26267 #close

Change-Id: If226f2326ae2df7add20040696132214cf2bb680

8 years agores_pjsip_caller_id: Copy header name to short header name 67/3467/2
George Joseph [Thu, 11 Aug 2016 16:24:34 +0000 (10:24 -0600)] 
res_pjsip_caller_id:  Copy header name to short header name

When compact_headers was set, we were sending a zero-length header name
for PAI and RPID because we always forced the short header name length
to 0.  We did this because we cloned the header from "From" and wanted
to clear "f" from the sname.  By cloning however, we bypass pjproject's
automatic logic that sets sname to name if there's no compact form of
the header, which there isn't for PAI and RPID.  So now we force sname
to be the same as name right after we set name.

res_pjsip_diversion needed the same treatment for the Diversion header.

ASTERISK-26241 #close

Change-Id: I633ec139630cd83809aae00336cee4a10077e467

8 years agores_pjsip: Fail global load if debug or default_from_user are empty 00/3500/3
George Joseph [Thu, 11 Aug 2016 17:18:15 +0000 (11:18 -0600)] 
res_pjsip:  Fail global load if debug or default_from_user are empty

If debug was specified in the global configuration but left blank,
the logger would treat it as a wildcard and log all hosts.  If
default_from_user was empty, a crash would result.

The global apply handler now checks for empty strings.

ASTERISK-26239 #close
ASTERISK-26238 #close

Change-Id: Ie75727f5cd5808845d92cc81f5713842fb203336

8 years agores_pjsip res_pjsip_mwi: Misc fixes and cleanups. 88/3488/1
Richard Mudgett [Mon, 1 Aug 2016 20:07:30 +0000 (15:07 -0500)] 
res_pjsip res_pjsip_mwi: Misc fixes and cleanups.

* Eliminated RAII_VAR() usage in
ast_sip_persistent_endpoint_update_state().

* Added a missing allocation failure check to
persistent_endpoint_find_or_create().

* Made persistent_endpoint_find_or_create() create the new object without
a lock as it isn't needed.

* Cleaned up some ao2 container allocation idioms.

* Reordered res_pjsip_mwi.c load_module() and unload_module()

Change-Id: If8ce88fbd82a0c72a37a2388f74f77237a6a36a8

8 years agolocation.c: Misc fixes and cleanups. 85/3485/1
Richard Mudgett [Thu, 4 Aug 2016 23:03:56 +0000 (18:03 -0500)] 
location.c: Misc fixes and cleanups.

* Eliminated most RAII_VAR() usage.

* Added several missing allocation failure checks.

* Made ast_sip_for_each_contact() allocate the wrapper ao2 object without
a lock as it is not needed.

Change-Id: Ie20913365156c95dd79e5d471cfd25e99ae880bc

8 years agotaskprocessor.c: Tweak high water checks. 76/3476/1
Richard Mudgett [Tue, 2 Aug 2016 18:53:35 +0000 (13:53 -0500)] 
taskprocessor.c: Tweak high water checks.

* The high water check in ast_taskprocessor_alert_set_levels() would
trigger immediately if the new high water level is zero and the queue was
empty.

* The high water check in taskprocessor_push() was off by one.

Change-Id: I687729fb4efa6a0ba38ec9c1c133c4d407bc3d5d

8 years agores_pjsip: Make aor named lock a mutex. 73/3473/1
Richard Mudgett [Wed, 3 Aug 2016 21:24:39 +0000 (16:24 -0500)] 
res_pjsip: Make aor named lock a mutex.

The named aor lock was always being locked for writes so a rwlock adds no
benefit and may be slower because rwlocks are biased toward read locking.

Change-Id: I8c5c2c780eb30ce5441832257beeb3506fd12b28

8 years agopjsip_distributor.c: Add missing allocation failure check. 70/3470/1
Richard Mudgett [Fri, 29 Jul 2016 22:41:15 +0000 (17:41 -0500)] 
pjsip_distributor.c: Add missing allocation failure check.

Change-Id: I932ab2cea845e534d9ff318035b6de39972d3b28

8 years agoapp_queue: Prevent crash when a call is forwarded to an invalid location 66/3466/2
Matt Jordan [Thu, 11 Aug 2016 16:13:07 +0000 (11:13 -0500)] 
app_queue: Prevent crash when a call is forwarded to an invalid location

When a call forward attempt is made from a Queue member, the current
code will hang up the forwarding channel in an off-nominal condition
prior to raising the Stasis events informing the rest of Asterisk that
the call was forwarded. This will result in a slew of dreaded FRACKs,
most likely leading to a crash.

This patch modifies the code such that we don't hang up the forwarding
channel even in an off-nominal condition until we've safely raised the
Stasis messages.

ASTERISK-25797 #close

Change-Id: Ife5abed351691fd79105321636eaa8ea8dcdba38

8 years agoMerge "channels/chan_pjsip: Add PJSIP_SEND_SESSION_REFRESH" into 13
zuul [Thu, 11 Aug 2016 16:15:00 +0000 (11:15 -0500)] 
Merge "channels/chan_pjsip: Add PJSIP_SEND_SESSION_REFRESH" into 13

8 years agoalembic: add auth_username to endpoint's identify_by enum 62/3462/1
Kevin Harwell [Thu, 11 Aug 2016 15:50:09 +0000 (10:50 -0500)] 
alembic: add auth_username to endpoint's identify_by enum

A new identify_by option was added recently, auth_username. However, this
setting was not added as an allowable choice in the database enumeration
value.

This patch updates the current enumeration, adding in the new setting.

ASTERISK-26268 #close

Change-Id: Ib4788e8485e4cd40172ec0abbf5810a147ab8bf8

8 years agoMerge "alembic/sqlalchemy: auto increment only allowed on a single column" into 13
zuul [Thu, 11 Aug 2016 02:15:15 +0000 (21:15 -0500)] 
Merge "alembic/sqlalchemy: auto increment only allowed on a single column" into 13

8 years agoMerge "pjsip: Fix deadlock with suspend taskprocessor on masquerade" into 13
zuul [Thu, 11 Aug 2016 00:19:08 +0000 (19:19 -0500)] 
Merge "pjsip: Fix deadlock with suspend taskprocessor on masquerade" into 13

8 years agopjsip: Fix deadlock with suspend taskprocessor on masquerade 24/3424/3
Alexei Gradinari [Sat, 6 Aug 2016 15:57:08 +0000 (11:57 -0400)] 
pjsip: Fix deadlock with suspend taskprocessor on masquerade

If both channels which should be masqueraded
are in the same serializer:
1st channel will be locked waiting condition 'complete'
2nd channel will be locked waiting condition 'suspended'

On heavy load system a chance that both channels will be in
the same serializer 'pjsip/distibutor' is very high.

To reproduce compile res_pjsip/pjsip_distributor.c with
DISTRIBUTOR_POOL_SIZE=1

Steps to reproduce:
1. Party A calls Party B (bridged call 'AB')
2. Party B places Party A on hold
3. Party B calls Voicemail app (non-bridged call 'BV')
4. Party B attended transfers Party A to voicemail using REFER.
5. When asterisk masquerades calls 'AB' and 'BV',
   a deadlock is happened.

This patch adds a suspension indicator to the taskprocessor.
When a session suspends/unsuspends the serializer
it sets the indicator to the appropriate state.
The session checks the suspension indicator before
suspend the serializer.

ASTERISK-26145 #close

Change-Id: Iaaebee60013a58c942ba47b1b4930a63e686663b

8 years agoMerge "res_rtp_asterisk: Cache local RTCP address." into 13
Joshua Colp [Wed, 10 Aug 2016 19:00:38 +0000 (14:00 -0500)] 
Merge "res_rtp_asterisk: Cache local RTCP address." into 13

8 years agoalembic/sqlalchemy: auto increment only allowed on a single column 37/3437/3
Kevin Harwell [Tue, 9 Aug 2016 17:07:20 +0000 (12:07 -0500)] 
alembic/sqlalchemy: auto increment only allowed on a single column

The extensions table defined two columns (id and priority) as primary key
autoincrement columns. However only one is allowed when defining the primary
key.

This patch removes the autoincrement attribute from the priority column since
it does not need to be as such and really should not have been on there in the
first place.

This patch also removes 'context', 'exten', and 'priority' from the primary key
index and creates a new combined unique contraint index on them.

ASTERISK-26183 #close

Change-Id: Ib9c712c612a4d7ec1edb0dcb77f1bae0905a470b

8 years agochannels/chan_pjsip: Add PJSIP_SEND_SESSION_REFRESH 26/3426/2
Matt Jordan [Sun, 7 Aug 2016 14:58:59 +0000 (09:58 -0500)] 
channels/chan_pjsip: Add PJSIP_SEND_SESSION_REFRESH

This patch adds a new PJSIP specific dialplan function,
PJSIP_SEND_SESSION_REFRESH. When invoked on a PJSIP channel, the media
session will be refreshed via either an UPDATE or re-INVITE request.
When used in conjunction with the PJSIP_MEDIA_OFFER dialplan function,
the formats in use on a PJSIP channel can be re-negotiated and changed
dynamically after call setup.

ASTERISK-26277 #close

Change-Id: Ib98fe09ba889aafe26d58d32f0fd1323f8fd9b1b

8 years agores_rtp_asterisk: Cache local RTCP address. 45/3445/1
Mark Michelson [Tue, 9 Aug 2016 21:19:34 +0000 (16:19 -0500)] 
res_rtp_asterisk: Cache local RTCP address.

When an RTCP packet is sent or received, res_rtp_asterisk generates a
Stasis event that contains the RTCP report as well as the local and
remote addresses that the report pertains to.

The addresses are determined using ast_find_ourip(). For the local
address, this will typically result in a lookup of the hostname of the
server, and then a DNS lookup of that hostname. If you do not have the
host in /etc/hosts, then this results in a full DNS lookup, which can
potentially block for some time.

This is especially problematic when performing RTCP reads, since those
are done on the same thread responsible for reading and writing media.

This patch addresses the issue by performing a lookup of the local
address when RTCP is allocated. We then use this cached local address
for the Stasis events when necessary.

ASTERISK-26280 #close
Reported by Mark Michelson

Change-Id: I3dd61882c2e57036f09f0c390cf38f7c87e9b556

8 years agoMerge "res_pjsip_mwi: fix unsolicited mwi blocks PJSIP stack" into 13
zuul [Tue, 9 Aug 2016 21:19:13 +0000 (16:19 -0500)] 
Merge "res_pjsip_mwi: fix unsolicited mwi blocks PJSIP stack" into 13

8 years agoMerge "res_pjsip_outbound_publish: Use a serializer shutdown group for unload." into 13
Joshua Colp [Tue, 9 Aug 2016 19:44:24 +0000 (14:44 -0500)] 
Merge "res_pjsip_outbound_publish: Use a serializer shutdown group for unload." into 13

8 years agores_pjsip_mwi: fix unsolicited mwi blocks PJSIP stack 20/3320/12
Alexei Gradinari [Mon, 8 Aug 2016 17:53:32 +0000 (13:53 -0400)] 
res_pjsip_mwi: fix unsolicited mwi blocks PJSIP stack

The PJSIP taskprocessors could be overflowed on startup
if there are many (thousands) realtime endpoints
configured with unsolicited mwi.
The PJSIP stack could be totally unresponsive for a few minutes
after boot completed.

This patch creates a separate PJSIP serializers pool for mwi
and makes unsolicited mwi use serializers from this pool.
This patch also adds 2 new global options to tune taskprocessor
alert levels: 'mwi_tps_queue_high' and 'mwi_tps_queue_low'.

This patch also adds new global option 'mwi_disable_initial_unsolicited'
to disable sending unsolicited mwi to all endpoints on startup.
If disabled then unsolicited mwi will start processing
on next endpoint's contact update.

ASTERISK-26230 #close

Change-Id: I4c8ecb82c249eb887930980a800c9f87f28f861a

8 years agoMerge "app_voicemail: Add taskprocessor alert level options." into 13
Joshua Colp [Mon, 8 Aug 2016 17:32:52 +0000 (12:32 -0500)] 
Merge "app_voicemail: Add taskprocessor alert level options." into 13

9 years agores_pjsip_outbound_publish: Use a serializer shutdown group for unload. 18/3418/1
Joshua Colp [Thu, 4 Aug 2016 15:16:33 +0000 (15:16 +0000)] 
res_pjsip_outbound_publish: Use a serializer shutdown group for unload.

This change replaces the custom unload process for the outbound
publish module with the common serializer shutdown group.

ASTERISK-25217 #close

Change-Id: I280a0384d860c486202d87d2d674394cca77ffb6

9 years agoAdd missing checks during startup. 11/3411/1
Corey Farrell [Wed, 3 Aug 2016 20:39:46 +0000 (16:39 -0400)] 
Add missing checks during startup.

This ensures startup is canceled due to allocation failures from the
following initializations.
* channel.c: ast_channels_init
* config_options.c: aco_init

ASTERISK-26265 #close

Change-Id: I911ed08fa2a3be35de55903e0225957bcdbe9611

9 years agoapp_voicemail: Add taskprocessor alert level options. 18/3318/8
Alexei Gradinari [Fri, 22 Jul 2016 21:37:06 +0000 (17:37 -0400)] 
app_voicemail: Add taskprocessor alert level options.

On heavy loaded system with IMAP or DB storage,
'app_voicemail' taskprocessor queue could reach 500 scheduled tasks.
It could happen when the IMAP or DB server dies or is unreachable.
It could happen on startup when there are many (thousands)
realtime endpoints configured with unsolicited mwi.
If the taskprocessor queue reaches the high water level
then the alert is triggered and pjsip stops processing new requests
until the queue reaches the low water level to clear the alert.

This patch adds 2 new 'general' configuration options
to tune taskprocessor alert levels:
'tps_queue_high' - Taskprocessor high water alert trigger level.
'tps_queue_low' - Taskprocessor low water clear alert level

ASTERISK-26229 #close

Change-Id: I766294fbffedf64053c0d9ac0bedd3109f043ee8

9 years agoastconfigparser: Really handle case where line is simply a comment. 06/3406/1
Joshua Colp [Wed, 3 Aug 2016 14:47:04 +0000 (14:47 +0000)] 
astconfigparser: Really handle case where line is simply a comment.

The regular expression would match causing the code that handled
the line if it was merely a comment to never get executed.

Change-Id: I3e4022481037ebcba9905587fe8c764b4ce21819