Asterisk 22 ok Ubuntu 24.04

I have installed Asterisk 22 over Ubuntu 24.04. It was an upgrade because i was using Asterisk 18 over Ubuntu 20. The problem is that in old versión under asterisk CLI i used pjsip reload un order to reload any changes in pjsip.conf, and in exten.conf i used ReadExten but after upgrade i can not use this and i have to use core reload and WaitExten and i don’t feel so good with this. Please anybody can tell me the reason? I have checked modules loaded and i don’t see any problem.

There’s not really enough information. What do you mean by “can not use this”? What happens?

Thanks for your attention. I mean that when i use pjsip reload, the system give me the following message:

No such command ‘pjsip reload’ (type ‘core show help pjsip reload’ for other possible commands)

In version 18 it work fine and i could reload pjsip with this command

“pjsip reload” is a CLI alias[1] provided by the res_clialiases module. The configuration file needs to exist with the friendly template selected, and the module needs to be loaded. You can also see CLI aliases that exist using the “cli show aliases” CLI command.

[1] asterisk/configs/samples/cli_aliases.conf.sample at master · asterisk/asterisk · GitHub

pjsip modules is not loaded. increase verbose, restart asterisk and show boot log

cli_aliases.conf can be empty in 22

thanks a lot. Indeed, the res_clialiases module wasn’t loaded. I included it in the modules.conf file and was able to use pjsip reload. The same thing happens with ReadExten, but I see that the application isn’t registered, which must be the reason. WaitExten isn’t working properly for me because it doesn’t redirect me to priority 1 for the typed extension.

The ReadExten application is in the app_readexten module.

Thanks again.
It’s been a huge help to me. I really appreciate it.

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