Hi,
I have yealink IP phone. I want to reboot phone from asterisk CLI with PJSIP notify.
My system is Asterisk 13.7 with PJSIP
Is there any way ?
PJSIP includes the same functionality for that as chan_sip. It’s configured in pjsip_notify.conf but looking at the sample config does not currently have any Yealink specific entry. It’s used from the CLI using:
pjsip send notify <type> <endpoint or URI>
1 Like
Thanks for reply.
I edited pjsip_notify.conf
[yealink-reboot]
event=>check-sync
And I wrote asterisk CLI
pjsip send notify yealink-reboot endpoint 4099
it worked.