<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.parspooyesh.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fa">
		<id>http://wiki.parspooyesh.com/index.php?action=history&amp;feed=atom&amp;title=Cisco_IP_Phonev</id>
		<title>Cisco IP Phonev - تاریخچهٔ ویرایش‌ها</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.parspooyesh.com/index.php?action=history&amp;feed=atom&amp;title=Cisco_IP_Phonev"/>
		<link rel="alternate" type="text/html" href="http://wiki.parspooyesh.com/index.php?title=Cisco_IP_Phonev&amp;action=history"/>
		<updated>2026-06-24T12:29:13Z</updated>
		<subtitle>تاریخچهٔ ویرایشهای صفحه در ویکی</subtitle>
		<generator>MediaWiki 1.19.0</generator>

	<entry>
		<id>http://wiki.parspooyesh.com/index.php?title=Cisco_IP_Phonev&amp;diff=1009&amp;oldid=prev</id>
		<title>Behnaz: صفحه‌ای جدید حاوی '&lt;div dir=ltr lang=en&gt;                                                              &lt;big&gt;''''''Cisco IP Phones''''''&lt;/big&gt;  '''Main Procedure'...' ایجاد کرد</title>
		<link rel="alternate" type="text/html" href="http://wiki.parspooyesh.com/index.php?title=Cisco_IP_Phonev&amp;diff=1009&amp;oldid=prev"/>
				<updated>2012-11-05T09:33:31Z</updated>
		
		<summary type="html">&lt;p&gt;صفحه‌ای جدید حاوی &amp;#039;&amp;lt;div dir=ltr lang=en&amp;gt;                                                              &amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;Cisco IP Phones&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;  &amp;#039;&amp;#039;&amp;#039;Main Procedure&amp;#039;...&amp;#039; ایجاد کرد&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحهٔ جدید&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div dir=ltr lang=en&amp;gt;&lt;br /&gt;
                                                             &amp;lt;big&amp;gt;''''''Cisco IP Phones''''''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Main Procedure'''&lt;br /&gt;
&lt;br /&gt;
Cisco IP Phones are configured to work with a call manager by default. If you want to make them work with you sip server, you should do some cracking stuff[[BR]]&lt;br /&gt;
    &lt;br /&gt;
 *     First of all, you should download the firmware based on the telephone model. &lt;br /&gt;
 *     Install tftp server &lt;br /&gt;
 *     Extract firmware files in tftp directory &lt;br /&gt;
 *     Check if all files listed in SIPXXXXXXX.loads exist in your tftp directory &lt;br /&gt;
 *     Create a SEP&amp;lt;ip phone's mac address&amp;gt;.cnf.xml file, and set some fields (which I will mention later) in it. &lt;br /&gt;
 *     Set your ip as tftp server in the phone and restart it. Cisco IP phone then restarts and updates its firmware and configuration. &lt;br /&gt;
&lt;br /&gt;
'''Firmware'''&lt;br /&gt;
&lt;br /&gt;
Search for cmterm and make sure that the version is correct.&lt;br /&gt;
&lt;br /&gt;
'''Tftp Installation'''&lt;br /&gt;
&lt;br /&gt;
You can find the documentation here.&lt;br /&gt;
&lt;br /&gt;
'''SEP&amp;lt;ip phone's mac address&amp;gt;.cnf.xml'''&lt;br /&gt;
&lt;br /&gt;
You should set these fields (be careful about xml format):&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
 * &amp;lt;phoneLabel&amp;gt;: the name which is displayed on the phone screen.&lt;br /&gt;
 * &amp;lt;processNodeName&amp;gt;: sip server ip &lt;br /&gt;
 &lt;br /&gt;
Each line is configured among &amp;lt;sipLines&amp;gt;&amp;lt;/sipLines&amp;gt; with &amp;lt;line&amp;gt; tags. To set a sip user for a phone line, in &amp;lt;line button=&amp;quot;1&amp;quot;&amp;gt; set these fields:&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
 * &amp;lt;featureLabel&amp;gt;: which is displayed on phone screen.&lt;br /&gt;
 * &amp;lt;name&amp;gt;: sip user name&lt;br /&gt;
 * &amp;lt;displayName&amp;gt;: Display sip name&lt;br /&gt;
 * &amp;lt;authName&amp;gt;: sip authentication name&lt;br /&gt;
 * &amp;lt;authPassword&amp;gt;: sip password&lt;br /&gt;
 * &amp;lt;contact&amp;gt;: sip number (user name)&lt;br /&gt;
 *  &amp;lt;proxy&amp;gt;: sip server ip &lt;br /&gt;
 *  &amp;lt;loadInformation&amp;gt;: you should set it to SIPXXXXXXX (SIPXXXXXXX.loads without .loads) &lt;br /&gt;
'''&lt;br /&gt;
Sample SEP&amp;lt;ip phone's mac address&amp;gt;.cnf.xml'''&lt;br /&gt;
&lt;br /&gt;
''''''dialplan.xml''''''&lt;br /&gt;
&lt;br /&gt;
create a xml file and put the lines below in it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;DIALTEMPLATE&amp;gt;&lt;br /&gt;
    &amp;lt;TEMPLATE MATCH=&amp;quot;*&amp;quot;          &lt;br /&gt;
  Timeout=&amp;quot;5&amp;quot;/&amp;gt; &amp;lt;!-- Anything else --&amp;gt;&lt;br /&gt;
&amp;lt;/DIALTEMPLATE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Change cisco IP phone's configuration'''&lt;br /&gt;
&lt;br /&gt;
Go to configuration section and dial **# in order to unlock configuration.&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
 * disable dhcp&lt;br /&gt;
 * set ip address, netmask, default gateway and dns&lt;br /&gt;
 * set tftp server&lt;br /&gt;
 * either unplug-plug or dial **#** to restart the phone&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Behnaz</name></author>	</entry>

	</feed>