Files
asterisk/res
Alexei Gradinari 82f0a86e39 res_pjsip_notify: improve realtime performance on CLI completion on the endpoint
The module 'res_pjsip_notify' inefficiently makes a lot of DB requests
on CLI completion on the endpoint.

For example if there are 10k endpoints the module makes 10k requests
of these 10k records.

Even if a part of the endpoint entered
the module makes the same 10k requests and then filtered them by itself.

This patch gathers endpoints container by prefix
and adds all gathered endpoints to completion at once.

ASTERISK-28137 #close

Change-Id: Ic20024912cc77bf4d3e476c4cd853293c52b254b
2018-10-26 18:15:36 -04:00
..
2017-12-20 12:54:13 -05:00
2018-05-11 09:58:19 -04:00
2017-12-20 12:54:13 -05:00
2017-12-15 10:20:51 -05:00
2017-12-15 10:20:51 -05:00