Converting to PJsip throws error rm: cannot remove ‘/var/spool/asterisk/voicemail/device/100: Is a directory

I am converting a client to pjsip and some extensions are throwing this error. It seems they converted correctly but I am unsure why it would try to remove the voicemail?

Try running

fwconsole chown

…before converting

same error. Not sure what this message means

Normally

/var/spool/asterisk/voicemail/device/100

would be a symlink to

/var/spool/asterisk/voicemail/default/100

thus not a directory and simply deletable , but if it is really a directory for some reason, you which would need rm -rf so you might need to do that otherwise, then re-create the symlink for everyone to be happy.

“User and Device” maybe ?

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