I’m ecstatic to say I have asterisk running great. What a cool open source project!
I’ve been working on getting the ‘Buddies/Presence’ on my polycom 501 phones working. I was able to get this configured and running fine.
There is only one major problem. If I ‘reload’ from the asterisk console, which I am doing often for minor extensions tweeks, etc, my hints lose all their watchers. And none of the phones seem to re register as a watcher unless you full on reboot them.
Anyone else have this problem?
So to summarize, I start up asterisk, restart all my phones and I see:
asterisk*CLI> show hints
-= Registered Asterisk Dial Plan Hints =-
121 : SIP/121 State:Idle Watchers 6
120 : SIP/120 State:Idle Watchers 6
119 : SIP/119 State:Idle Watchers 6
112 : SIP/112 State:Idle Watchers 6
111 : SIP/111 State:Idle Watchers 6
104 : SIP/104 State:InUse Watchers 6
102 : SIP/102 State:Idle Watchers 6
101 : SIP/101 State:Idle Watchers 6
However when I then run:
and then I get:
asterisk*CLI> show hints
-= Registered Asterisk Dial Plan Hints =-
121 : SIP/121 State:Idle Watchers 0
120 : SIP/120 State:Idle Watchers 0
119 : SIP/119 State:Idle Watchers 0
112 : SIP/112 State:Idle Watchers 0
111 : SIP/111 State:Idle Watchers 0
104 : SIP/104 State:InUse Watchers 0
102 : SIP/102 State:Idle Watchers 0
101 : SIP/101 State:Idle Watchers 0
Phones wont watch a buddy again until you reboot them…
- Nihal