From: Michael K. <li...@mk...> - 2017-09-09 11:03:06
|
> Am 09.09.2017 um 03:13 schrieb Shamus Rask <sh...@sr...>: > > I have just migrated from Asterisk 1.8 to 13. I run AstLinux as a VM, so the “migration” was simple–download/install a new VM, copy configs and shutdown old version. > > When I reload Asterisk, I now see many errors of the type: > > -- Reloading module 'res_pjsip_transport_management.so' (PJSIP Reliable Transport Management) > [Sep 8 20:58:53] ERROR[11524]: res_sorcery_config.c:230 sorcery_config_internal_load: Unable to load config file ‘pjsip.conf' > > > Have to admit that I’m not even sure of what the difference between PJSIP and SIP is, however I would like to clean up these errors. Do I need pjsip.conf in addition to sip.conf? If not, how do I prevent Aterisk from checking for it? > > cheers, > Shamus I would start with copying the missing default configuration files (stated in the error messages) from "/stat/etc/asterisk/". Then later you can look at "modules.conf" and disable functions you don't need. But keep in mind it is a big jump from 1.8 to 13. A lot has changed (also in "sip.conf"), some default values have flipped, some have gone, etc.. That can be some work to adjust everything. Be sure to read the documentation, at least the UPGRADE*.txt and CHANGES files. Michael http://www.mksolutions.info |