]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: disable multi domain to improve realtime performace 34/2734/1
authorAlexei Gradinari <alex2grad@gmail.com>
Fri, 15 Apr 2016 16:59:42 +0000 (12:59 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 29 Apr 2016 17:51:26 +0000 (11:51 -0600)
commitc4426f10352c58ded0ac1c3d652c4f6f416f1cb8
tree11832598e31747592e7ddfbe7e904ca847544b1d
parentc69e0f18131a69c010200d2828d3b3f73a28343c
res_pjsip: disable multi domain to improve realtime performace

This patch added new global pjsip option 'disable_multi_domain'.
Disabling Multi Domain can improve Realtime performance by reducing
number of database requests.

ASTERISK-25930 #close

Change-Id: I2e7160f3aae68475d52742107949a799aa2c7dc7
CHANGES
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/8d478ab86e29_pjsip_add_disable_multi_domain.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/config_global.c
res/res_pjsip_endpoint_identifier_anonymous.c
res/res_pjsip_endpoint_identifier_user.c