PJSIP realtime registrations

Hi,

I am trying to register with in pjsip, if I do it, in configuration files, it works, but if I do them through the ps_registrations table when launching the command by cli “pjsip show registrations” return me “No objects found.”,

my configuration:

extconfig.conf

[settings]
ps_endpoints => odbc,asterisk
ps_auths => odbc,asterisk
ps_aors => odbc,asterisk
ps_registrations = odbc,asterisk
ps_domain_aliases => odbc,asterisk
ps_endpoint_id_ips => odbc,asterisk
ps_outbound_publishes => odbc,asterisk
ps_contacts => odbc,asterisk
ps_inbound_publications = odbc,asterisk
ps_asterisk_publications = odbc,asterisk
extensions => odbc,asterisk,extensions
voicemail => odbc,asterisk,voicemails
meetme => mysql,general
queues => odbc,asterisk

sorcery.conf

[res_pjsip]
endpoint=realtime,ps_endpoints
auth=realtime,ps_auths
aor=realtime,ps_aors
domain_alias=realtime,ps_domain_aliases

[res_pjsip_outbound_registration]
registration=realtime,ps_registrations

pjsip.conf
I have only configured the transports

I don’t know if this data is enough

resolved!!! It was a problem with the table ps_registration.

thanks for everything.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.