mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "pjsip: Add Alembic for PUBLISH support." into 13
This commit is contained in:
@@ -84,6 +84,9 @@
|
||||
;ps_aors => odbc,asterisk
|
||||
;ps_domain_aliases => odbc,asterisk
|
||||
;ps_endpoint_id_ips => odbc,asterisk
|
||||
;ps_outbound_publishes => odbc,asterisk
|
||||
;ps_inbound_publications = odbc,asterisk
|
||||
;ps_asterisk_publications = odbc,asterisk
|
||||
;voicemail => odbc,asterisk
|
||||
;extensions => odbc,asterisk
|
||||
;meetme => mysql,general
|
||||
|
@@ -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