Ashcor
1
Trying to change an extension to PJSIP from SIP and after clicking ok on the popup telling me to submit yadda yadda I get crash page and an error:
“Unable to change device driver. The device is already set to the specified driver”
I’ve seen this before but it’s always actually made the conversion…
This one isn’t the extension remains Chan_SIP.
Anyone know the cause/fix?
FreePBX 16, all modules latest.
Are you doing this in the GUI? It could just be a UI bug. Check to see what the actual tech is set to in the DB:
mysql -u root asterisk -e "select id, tech from devices;"
If it’s still set to sip, you can try
fwconsole convert2pjsip -r extension
2 Likes
Ashcor
3
interesting…
[root@neurocog ~]# fwconsole convert2pjsip -r 206
rm: cannot remove ‘/var/spool/asterisk/voicemail/device/206’: Is a directory
Converted extension 206 to PJSIP
Extensions converted successfully!
Run ‘fwconsole reload’ to reload config
but it did convert it… Thanks!