Bonjour,
j'ai un téléphone CISCO 7960 en skinny et j'aimerais le passer en SIP. J'ai récuperé le pac le firmware. J'ai tous dézipper sur mon serveur TFTP. Le téléphonne commence a venir chercher les fichier jusqu'a affichier TFTP file not found.
J'ai mis wireshark pour voir les fichiers qu'il vient chercher : il lui manque les fichier CTLXXXX.tlv et SEPXXXXX.cnf.xml
Je ne comprend pas pourquoi il va chercher CTLXXX.tlv (fichier configurant le call manager cisco)
J'aimerais pourvoir le faire marcher en SIP ce fichu appareil!!!
Mon fichier OS79XX.txt :
Mon fichier XMLDefault.cnf.xml
Code :
- <Default>
- <loadInformation7 model="Cisco 7960">P0S3-08-12-00</loadInformation7>
- <authenticationURL></authenticationURL>
- <directoryURL></directoryURL>
- <idleURL></idleURL>
- <informationURL></informationURL>
- <messagesURL></messagesURL>
- <servicesURL></servicesURL>
- </Default>
|
mon fichier SIPDefault.cnf
Code :
- image_version: P0S3-08-12-00
- proxy1_address: "192.10.0.1" ; Can be dotted IP or FQDN
- proxy2_address: "" ; Can be dotted IP or FQDN
- proxy3_address: "" ; Can be dotted IP or FQDN
- proxy4_address: "" ; Can be dotted IP or FQDN
- proxy5_address: "" ; Can be dotted IP or FQDN
- proxy6_address: "" ; Can be dotted IP or FQDN
- proxy_register: 1
- messages_uri: "1"
- phone_password: "cisco" ; Limited to 31 characters (Default - cisco)
- time_zone: "GMT" ; assuming you're in GMT
- time_format_24hr: 1 ; to show the time in 24hour format
- date_format: "Y/M/D" ; format you would like the date in
|
mon fichier SIPXXXX.cnf :
Code :
- image_version: P0S3-08-12-00
- line1_name: 10003
- line1_authname: "10003"
- line1_shortname: "10003" ; displayed on the phones softkey
- line1_password: "10003"
- line1_displayname: "10003"; the caller id
- proxy1_port: 5060
- proxy1_address: 192.10.0.1
- # Phone Label (Text desired to be displayed in upper right corner)
- phone_label: "Siftah.net" ; add a space at the end, looks neater
- phone_password: "cisco" ; Limited to 31 characters (Default - cisco)
- user_info: none
- telnet_level: 2
|