]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Added "subscribe_context" to endpoint 45/3145/4
authorAlexei Gradinari <alex2grad@gmail.com>
Mon, 4 Jul 2016 18:54:34 +0000 (14:54 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Tue, 5 Jul 2016 16:59:27 +0000 (12:59 -0400)
commit2c16a81dd57676db494994a72514ecda4bdd437d
treeeead4c8d0f3075cc0fc9f8f6bc50afc46bd6c92c
parentac6824e4c32c49b8943fca85b318892ab4bb8df3
res_pjsip: Added "subscribe_context" to endpoint

If specified, incoming SUBSCRIBE requests will be searched for the matching
extension in the indicated context. If no "subscribe_context" is specified,
then the "context" setting is used.

ASTERISK-25471 #close

Change-Id: I3fb7a15f5bc154079bd348c08b7ad1cdd2d5e514
CHANGES
contrib/ast-db-manage/config/versions/9deac0ae4717_pjsip_add_subscribe_context.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_exten_state.c