]> 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:38:14 +0000 (13:38 +0000)
commitb3f4a6365e32c2e98b50ba8e351553202a38650b
tree5db0c82d23eb9b52c96554cb6e50aed84c592c0f
parent09ec2dbbf3939b8eb481c589007740b89da15189
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