]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Add Alembic for PUBLISH support.
authorJoshua Colp <jcolp@digium.com>
Fri, 7 Apr 2017 13:35:33 +0000 (13:35 +0000)
committerJoshua Colp <jcolp@digium.com>
Fri, 7 Apr 2017 13:44:42 +0000 (08:44 -0500)
commit7942378c55899b4297127cb24b9ae0883fb4ea96
treef0fd5a9e602f2a5505bf6d43ad1844fc3264f26d
parentf3a435b52eb87a08939a5a46c4031c3ac64b2717
pjsip: Add Alembic for PUBLISH support.

This change adds database tables for the PUBLISH support so it
can be configured using realtime. A minor fix to the
res_pjsip_publish_asterisk module was done so that it read the
sorcery configuration from the correct section. Finally the
sample configuration files have been updated.

ASTERISK-26928

Change-Id: I81991ae5c75af98d247f7eacd1c0b0a763675952
configs/samples/extconfig.conf.sample
configs/samples/sorcery.conf.sample
contrib/ast-db-manage/config/versions/2da192dbbc65_add_publish_tables.py [new file with mode: 0644]
res/res_pjsip_publish_asterisk.c