mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 12:53:45 +00:00
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
This commit is contained in:
@@ -67,3 +67,12 @@ test=memory
|
||||
|
||||
;[res_pjsip_endpoint_identifier_ip]
|
||||
;identify=realtime,ps_endpoint_id_ips
|
||||
|
||||
;[res_pjsip_outbound_publish]
|
||||
;outbound-publish=realtime,ps_outbound_publishes
|
||||
|
||||
;[res_pjsip_pubsub]
|
||||
;inbound-publication=realtime,ps_inbound_publications
|
||||
|
||||
;[res_pjsip_publish_asterisk]
|
||||
;asterisk-publication=realtime,ps_asterisk_publications
|
||||
|
||||
Reference in New Issue
Block a user