in menuselect ‘chan_pjsip’ is enabled but ‘sip reload’ gives:
sip command not found…
while ‘iax reload’ or ‘dialplan reload’ runs fine without any message…
i could not figure out why sip command is not working??
The “sip reload” command is part of the chan_sip module, not chan_pjsip. They are two different implementations and modules for doing SIP. If you want to reload PJSIP then it would be “module reload res_pjsip.so”.
reloaded successfully!!! it means ‘show sip peers’ or ‘show sip users’ etc will have some different syntax for pjsip??? will sip softphones support pjsip and if so then i think there is no need of using chan_sip module in presence of chan_pjsip???
There are different CLI commands for PJSIP. They all start with “pjsip” and the configuration is completely different. SIP is SIP, so anything that speaks SIP will work with the PJSIP module.