]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Improve CLI completion performance
authorSean Bright <sean.bright@gmail.com>
Fri, 8 Dec 2017 18:48:48 +0000 (13:48 -0500)
committerSean Bright <sean.bright@gmail.com>
Sun, 10 Dec 2017 18:56:51 +0000 (13:56 -0500)
commit48385571327d7ef6e5cdf08006ec82ec8872da9d
treed555d0dba5e04e6f652f5325c4329ff7a6035cd2
parent54a86779a3d1cc2a1c859d76180f155865713bb5
pjsip: Improve CLI completion performance

Use the new ast_cli_completion_add() function to improve completion
performance for commands like 'pjsip show endpoint.'

Change-Id: I76d802294d2ac1766110dc75f7d117c8541ce348
res/res_pjsip/pjsip_cli.c