- Joined
- Jan 18, 2008
- Messages
- 4
- Reaction score
- 0
ok im getting a cisoc 7960 soon and im just wondering if i got the TFTP files correct in the coding before i plug into my network. Ive been gathering infromation from goggling to find the files configs i hope this are right
Server IP is 192.168.1.120. Note im still waiting to find out what frimware that the phone is runing because it already has SIP installed on it.
xmldefault.cnf.xml
SIPdefault.cnf
SIP<waiting on mac addy>.cnf
dailplan.xml
ringlist.DAT
What else do i need to edit also do i need anymore files.
Server IP is 192.168.1.120. Note im still waiting to find out what frimware that the phone is runing because it already has SIP installed on it.
xmldefault.cnf.xml
<Default>
<callManagerGroup>
<members>
<member priority="0">
<callManager>
<ports>
<ethernetPhonePort>2000</ethernetPhonePort>
<mgcpPorts>
<listen>2427</listen>
<keepAlive>2428</keepAlive>
</mgcpPorts>
</ports>
<processNodeName>192.168.1.120</processNodeName>
</callManager>
</member>
</members>
</callManagerGroup>
<loadInformation7 model="IP Phone 7960">P003-07-4-00</loadInformation7>
<authenticationURL></authenticationURL>
<directoryURL></directoryURL>
<idleURL></idleURL>
<informationURL></informationURL>
<messagesURL></messagesURL>
<servicesURL></servicesURL>
</Default>
SIPdefault.cnf
image_version: "P0S3-08-2-00"
proxy1_address: "192.168.1.120"
proxy1_port:"5060"
proxy_emergency: "192.168.1.120"
proxy_emergency_port: "5060"
proxy_backup: "192.168.1.120"
proxy_backup_port: "5060"
outbound_proxy: ""
outbound_proxy_port: "5060"
nat_enable: "0"
nat_address: ""
voip_control_port: "5061"
start_media_port: "16384"
end_media_port: "32766"
nat_received_processing: "0"
proxy_register: "1"
timer_register_expires: "3600"
preferred_codec: "none"
tos_media: "5"
enable_vad: "0"
cnf_join_enable: "1" ; 0-Disabled, 1-Enabled (default)
semi_attended_transfer: "0" ; 0-Disabled, 1-Enabled (default)
telnet_level: "2" ; 0-Disabled (default), 1-Enabled, 2-Privileged
dtmf_inband: "1"
dtmf_outofband: "avt"
dtmf_db_level: "3"
timer_t1: "500" ; Default 500 msec
timer_t2: "4000" ; Default 4 sec
sip_retx: "10" ; Default 11
sip_invite_retx: "6" ; Default 7
timer_invite_expires: "180" ; Default 180 sec
timer_invite_expires: "120"
messages_uri: "*97"
tftp_cfg_dir: "./"
SIP<waiting on mac addy>.cnf
phone_label: "7960..."
line1_name: "101"
line1_shortname: "101"
line1_displayname: "James"
line1_password: "********"
line2_name: "UNPROVISIONED"
line2_shortname: "UNPROVISIONED"
line2_displayname: "UNPROVISIONED"
line2_password: "UNPROVISIONED"
line3_name: "UNPROVISIONED"
line3_shortname: "UNPROVISIONED"
line3_displayname: "UNPROVISIONED"
line3_password: "UNPROVISIONED"
line4_name: "UNPROVISIONED"
line4_shortname: "UNPROVISIONED"
line4_displayname: "UNPROVISIONED"
line4_password: "UNPROVISIONED"
line5_name: "UNPROVISIONED"
line5_shortname: "UNPROVISIONED"
line5_displayname: "UNPROVISIONED"
line5_password: "UNPROVISIONED"
line6_name: "UNPROVISIONED"
line6_shortname: "UNPROVISIONED"
line6_displayname: "UNPROVISIONED"
line6_password: "UNPROVISIONED"
line1_authname: "101"
line2_authname: "UNPROVISIONED"
line3_authname: "UNPROVISIONED"
line4_authname: "UNPROVISIONED"
line5_authname: "UNPROVISIONED"
line6_authname: "UNPROVISIONED"
dailplan.xml
<DIALTEMPLATE>
<TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
</DIALTEMPLATE>
ringlist.DAT
Piano 1 Piano1.raw
Piano 2 Piano2.raw
Pop Pop.raw
Pulse Pulse1.raw
Old Style ringer1.pcm
Synth Low ringer2.pcm
What else do i need to edit also do i need anymore files.