Bryant Zimmerman
2016-Dec-21 14:11 UTC
[asterisk-users] pjsip realtime - endpoints not loading.
We are continuing to test our asterisk 13 pjsip deployments. I am running into an issue that I am assuming is a configuration problem, and am hoping someone can point me in the right direction. We are running pjsip in real-time mode using a database to store all the endpoint records. Our endpoint records with our carrier do not support registration. The issue I am having is when asterisk starts none of the non registration endpoints become available. They will not allow calls inbound or acknowledge qualify's. To get them to come on line we have to do a pjsip show endpoints, and then all works until asterisk is restarted. Is there any way to get the endpoints to load without manually doing the pjsip show endpoints? Any input is appreciated. Thanks Bryant -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161221/0e92a1c3/attachment.html>
Bryant Zimmerman
2016-Dec-21 20:00 UTC
[asterisk-users] pjsip realtime - endpoints not loading - Solved
It appears that res_odbc.so does not always load fast enough to allow the realtime mappings in the extconfig.conf to complete successfully at startup thus stopping the first load of the pjsip endpoints and other pjsip values. The resolution for this is to preload the res_odbc.so and res_config_odbc.so in the modules.conf. The realtime mappings then appear to complete correctly during startup and allows all the pjsip data to load correctly. Thanks Bryant ---------------------------------------- Sent: Wednesday, December 21, 2016 9:12 AM Subject: [asterisk-users] pjsip realtime - endpoints not loading. We are continuing to test our asterisk 13 pjsip deployments. I am running into an issue that I am assuming is a configuration problem, and am hoping someone can point me in the right direction. We are running pjsip in real-time mode using a database to store all the endpoint records. Our endpoint records with our carrier do not support registration. The issue I am having is when asterisk starts none of the non registration endpoints become available. They will not allow calls inbound or acknowledge qualify's. To get them to come on line we have to do a pjsip show endpoints, and then all works until asterisk is restarted. Is there any way to get the endpoints to load without manually doing the pjsip show endpoints? Any input is appreciated. Thanks Bryant -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20161221/ee21276f/attachment.html>