Search found 3 matches

by VoIPTools
Sat Jan 07, 2017 4:12 pm
Forum: Developer Chat
Topic: Reboot phone using Notify
Replies: 5
Views: 9349

Re: Reboot phone using Notify

I eventually got my command to look EXACTLY like the command the PBX sends, yet it still doesn't work. I now wonder if there is some kind of authentication that takes place prior to sending the Notify? i ended up using the .Net UDP protocol library to send the command. I suppose it is time to start ...
by VoIPTools
Fri Dec 23, 2016 1:59 pm
Forum: Developer Chat
Topic: Reboot phone using Notify
Replies: 5
Views: 9349

Re: Reboot phone using Notify

Aaron, it got me really close, which is why I posted the pcap example. It sends the notify, but the port numbers were backwards. Where my pcap has port 5060 I got 5061, and where the pcap had 5062 I got 5060. And I don't understand why my PBX has the IP of the PBX in both the from and to. But this i...
by VoIPTools
Thu Dec 22, 2016 1:18 am
Forum: Developer Chat
Topic: Reboot phone using Notify
Replies: 5
Views: 9349

Reboot phone using Notify

Here is the wireshark output of the reboot command that works when issued from my PBX. I would like to duplicate this in an external program. Note that 10.10.220.109 is the phone and 10.10.220.112 is the PBX. Can someone help me with the code needed in C#? Request-Line: NOTIFY sip:101@10.10.220.109:...