@JaredBusch said in How to add a sip notify command to FreePBX 14 to force Yealink phones to reboot:
After everything reloads, you can open up a ssh session and tell a phone to restart like this.
asterisk -rx "pjsip send notify restart-yealink endpoint 110"
You can also do more than one phone at a time. Just space delimit them .
asterisk -rx "pjsip send notify restart-yealink endpoint 103 108 110"