Displaying 1 result from an estimated 1 matches for "ps_endpoind".
Did you mean:
ps_endpoinds
2016 Jan 21
2
Mixing PJSIP realtime and flat files
...o,
Is it possible to mix PJSIP realtime and flat file configuration in
pjsip,conf?
What we want is to set up endpoints in the ps_endpoints table with some
columns set but most being NULL, and then allow end-customers to optionally
add configuration by adding a pjsip.conf section.
For example, in ps_endpoinds might be an endpoint with id "asterisk-1" with
the transport, aors, auth, and context columns set but all other fields
NULL. Then the end-customer could add a [asterisk-1] section in pjsip.conf
which sets the codecs they want to enable.
We tried this but it seemed that the [asterisk-1]...