]> git.ipfire.org Git - thirdparty/asterisk.git/commit
aco: Minimize use of regex.
authorCorey Farrell <git@cfware.com>
Tue, 12 Dec 2017 18:55:12 +0000 (13:55 -0500)
committerCorey Farrell <git@cfware.com>
Fri, 15 Dec 2017 15:18:52 +0000 (10:18 -0500)
commit957709e1e824e221254599e4ad8445e3839ce535
tree87f5e5481c78e21219025ac36033ee3106428fc3
parent5d49e2e3297c3af800eb68b74972d2b38c0eb8de
aco: Minimize use of regex.

Remove nearly all use of regex from ACO users.  Still remaining:
* app_confbridge has a legitamate use of option name regex.
* ast_sorcery_object_fields_register is implemented with regex, all
  callers use simple prefix based regex.  I haven't decided the best
  way to fix this in both 13/15 and master.

Change-Id: Ib5ed478218d8a661ace4d2eaaea98b59a897974b
18 files changed:
apps/app_agent_pool.c
apps/app_skel.c
apps/confbridge/conf_config_parser.c
channels/chan_motif.c
main/cdr.c
main/cel.c
main/features_config.c
main/named_acl.c
main/stasis.c
main/udptl.c
res/ari/config.c
res/res_hep.c
res/res_parking.c
res/res_pjsip_notify.c
res/res_resolver_unbound.c
res/res_statsd.c
res/res_xmpp.c
tests/test_config.c