; Asterisk Sorcery Configuration ; Defines object-to-backend mappings for PJSIP [res_pjsip] ; Static endpoints from pjsip.conf (dispatcher, kamailio-out, ACLs) endpoint=config,pjsip.conf,criteria=type=endpoint auth=config,pjsip.conf,criteria=type=auth aor=config,pjsip.conf,criteria=type=aor ; Dynamic endpoints from PostgreSQL via ODBC realtime endpoint=realtime,ps_endpoints auth=realtime,ps_auths aor=realtime,ps_aors domain_alias=config,pjsip.conf,criteria=type=domain_alias contact=astdb,registrar ; IP-based endpoint identification — static + realtime [res_pjsip_endpoint_identifier_ip] identify=config,pjsip.conf,criteria=type=identify identify=realtime,ps_endpoint_id_ips ; Outbound registrations [res_pjsip_outbound_registration] registration=realtime,ps_registrations