Has anyone been successful in getting hints to work properly on a Cisco phone with the SIP firmware? If so, how did you do it? I’ve tried both Asterisk 1.2 & 1.4, as well as numerous different firmwares (including the latest). Any ideas?
I realize I can go the SCCP route and have it easier but I want to exhaust my options here first, since I have other non-Cisco phones in-house.
The 7940s don’t have lights and even if they did I would need more that 50.
I can’t tell you how to use hits with the 7970s but this is what we do with the 7940s.
We have about 50 7940s to get the status of the extension we press the services button, this runs a python script on the asterisk box which returns xml to the Cisco LCD screen.
It olny show extensions that are in use, also shows the CID of who they are talking to and if it is an inbound or outbound call.
The screen on the Cisco looks like this(four active calls); so Ext. 502 is on an outbound call to 132524
Active calls
1#502->13254
2#509-<90218000
3#510->5519
4#531->0909872223
Has anyone tried this with any success? I can’t seem to make it work–namely, how do I configure the 7970 to connect to Asterisk over SIP/TCP? I know how to patch chan_sip.c to allow for these types of connections, but I can’t figure out how to force the Cisco to connect that way.