Hello, I want to ask about realtime database
implementation using mysql
technology. In implementing using PJSIP, there are several tables that must be made, including the endpoint table (ps_endpoint). On the endpoint table there are several name options that do not have default such as allow, disallow, aor, auth
and others. Some other name options have default values on Asterisk. Looking at the data from https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+Configuration_res_pjsip, should all the option names in the table be implemented as a field in the database? Is there any effect if the database implementation, for example ps_endpoints is only for the option name id, transport, auth, aor, context, disallow and allow
?
Thanks you