Minimal configuration to make pjsip_wizard works

Hi,

When I installed Asterisk I run the command make basic-pbx so I have the basic files, see the content of my asterisk directory:

[root@centos asterisk]# ls
asterisk.conf  cdr_custom.conf  extensions.conf   logger.conf   musiconhold.conf  README
cdr.conf       confbridge.conf  indications.conf  modules.conf  pjsip.conf        voicemail.conf

I have configured two endpoints working fine but the configuration is too long and I would like to use Wizard
to make configuration more easly.

What files do I have to create to make the PJSIP Wizard works?

I’m using CentOS 6.8 running Asterisk 14.6.2

Thanks,
Leunam

pjsip_wizard.conf

You will need to make sure the module res_pjsip_config_wizard.so is loaded either via autoload or hand loading it in modules.conf

1 Like

Information it is available on the wiki https://wiki.asterisk.org/wiki/display/AST/PJSIP+Configuration+Wizard

1 Like

A post was split to a new topic: How to autoload PJSIP wizard