Hi, Does anyone know how to make this thing (7940) work with asterisk (chan_sccp module) ? I've set the configuration according to the wiki and now the phone just keep asking for CTLSEP<xxx>.tlv from my tftp server. In the cisco's web interface, I found this in the device logs : 0x8106, 0x0, 0x12300800 0x8106, 0x0, 0x12300800 0x8106, 0x0, 0x12300800 0x8106, 0x0, 0x12300800 ... I've already tried all the trick from wiki, still yield no result :(.. Any help would be greatly appreciated. Thanks... Best regards, Stevanus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050706/3ab4e07d/attachment.htm
stevanus ha scritto:> Does anyone know how to make this thing (7940) work with asterisk > (chan_sccp module) ? > I've set the configuration according to the wiki and now the phone > just keep asking for CTLSEP<xxx>.tlv from my tftp server.Update the skinny firmware. The phone has to look for SEP<MAC>.cnf.xml from the tftp server The SEP<MAC>.cnf.xml looks like it. LoadInformation tag is useful to update the phone firmware. Just put the name of the new firmware there with no extension <device> <devicePool> <callManagerGroup> <members> <member priority="0"> <callManager> <ports> <ethernetPhonePort>2000</ethernetPhonePort> </ports> <processNodeName>YOUR_ASTERISK_BOX_IP</processNodeName> </callManager> </member> </members> </callManagerGroup> </devicePool> <versionStamp>{Jan 01 2002 00:00:00}</versionStamp> <loadInformation></loadInformation> <userLocale> <name></name> <langCode></langCode> </userLocale> <networkLocale></networkLocale> <idleTimeout>0</idleTimeout> <authenticationURL></authenticationURL> <directoryURL></directoryURL> <idleURL></idleURL> <informationURL></informationURL> <messagesURL></messagesURL> <proxyServerURL></proxyServerURL> <servicesURL></servicesURL> </device>
Hi, On 9:20:51 July 06, 2005 stevanus <step-one-too@bdg.centrin.net.id> wrote:> I've set the configuration according to the wiki and now the phone > just keep asking for CTLSEP<xxx>.tlv from my tftp server.If the phone just requests CTLSEPxxx.tlv and nothing else, it either have been used on a CallManager with authentication / encryption enabled and is now security locked because the asterisk does not provide the proper tlv-file or the firmware is corrupted. Try to reset to factory settings. if this does not help, try to reflash the firmware. If this does not help - well shit happens... Just kidding... :-). If you have a legal license for the phone software, you could send the phone to Cisco if nothing else helps. Regards, Stefan -- (o_ Stefan Gofferje | Linux Systems Specialist //\ Reg'd Linux User #247167 | Network Security Specialist V_/_ Heckler & Koch - the original point and click interface
Stefan Gofferje ha scritto:>If the phone just requests CTLSEPxxx.tlv and nothing else, it either have >been used on a CallManager with authentication / encryption enabled and is > >I remember I did already upgrade one of my phones that was requesting the CTLSEP*.tlv. An empty CTLSEP*.tlv on the tftp server should force the phone to request OS*.TXT or SEP*.xml.cnf. Sergio