bilal ghayyad
2011-Jun-26 19:06 UTC
[asterisk-users] Cisco IP Phones 7942 and Skinny/SIP in asterisk
Dears; The Cisco 7942 worked in SIP and did not work in skinny firmware (in skinny, it register but no voice can be heared). But now when we need to dial any number from the Cisco IP Phone 7942, it gives busy (the phone send the call for the asterisk just by dialing the first digit). So, do I have to place the dialing.xml file in the TFTP to be given for the Phone? Or what I have to do? I do not have this dialing.xml file, who has it? Also if possible to get any other required files other than XMLDefault.cnf.xml and SEP000000000000.cnf.xml, what do I need? Thanks for the help in advance. Regards Bilal ------------------------------> You do not need sccp.conf if you are not using chan_sccp. > It has different features(bugs) than chan_skinny, but yes > it would also reset the phones (if it supports reload, and > > I have no idea if it does). > > Also if the phone is in a call it will not reset until > after > the user hangs up.? Reloading the channel triggers a > soft reset > that causes the phone to request its configuration, which > may have > changed.? > > Dan
Doug Lytle
2011-Jun-26 19:15 UTC
[asterisk-users] Cisco IP Phones 7942 and Skinny/SIP in asterisk
bilal ghayyad wrote:> Dears; > > The Cisco 7942 worked in SIP and did not work in skinny firmware (in skinny, it register but no voice can be heared). >My phones are Cisco 7940s, so it may be a different layout then expected: cat dialplan.xml <DIALTEMPLATE> <TEMPLATE MATCH="0" Timeout="2" User="Phone"/> <!-- Local operator--> <TEMPLATE MATCH="8." Timeout="0" User="Phone"/> <!-- Unpark call--> <TEMPLATE MATCH="9,.11" Timeout="0" User="Phone"/> <!-- Service numbers --> <TEMPLATE MATCH="9,1.........." Timeout="0" User="Phone"/> <!-- Long Distance --> <TEMPLATE MATCH="9,......." Timeout="0" User="Phone"/> <!-- Local numbers --> <TEMPLATE MATCH="5..." Timeout="0" User="Phone"/> <!-- Corporate Dial plan--> <TEMPLATE MATCH="44" Timeout="0" User="Phone"/> <!-- Paging--> <TEMPLATE MATCH="700" Timeout="0" User="Phone"/> <!-- Parking a call--> <TEMPLATE MATCH="45" Timeout="0" User="Phone"/> <!-- Previous Page--> <TEMPLATE MATCH="4..." Timeout="0" User="Phone"/> <!-- Corporate Dial plan--> <TEMPLATE MATCH="3..." Timeout="0" User="Phone"/> <!-- Corporate Dial plan--> <TEMPLATE MATCH="\*..." Timeout="0" User="Phone"/> <!-- 3 digit Speed Dials --> <TEMPLATE MATCH="\*.." Timeout="2" User="Phone"/> <!-- 2 digit Speed Dials --> <TEMPLATE MATCH="\*." Timeout="1" User="Phone"/> <!-- 1 digit Speed Dials --> <TEMPLATE MATCH="..\*" Timeout="0" User="Phone"/> <!-- 2 digit Access Codes --> <TEMPLATE MATCH="*" Timeout="15"/> <!-- Anything else --> </DIALTEMPLATE> Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
bilal ghayyad
2011-Jun-27 11:51 UTC
[asterisk-users] Cisco IP Phones 7942 and Skinny/SIP in asterisk
Thanks a lot. OK, from where you got these files? I am trying to know the source so I can get from it any missing file that the phone is needed. Regards Bilal ---------------------> bilal ghayyad wrote: > > Dears; > > > > The Cisco 7942 worked in SIP and did not work in > skinny firmware (in skinny, it register but no voice can be > heared). > > > > My phones are Cisco 7940s, so it may be a different layout > then expected: > > cat dialplan.xml > > > <DIALTEMPLATE> > <TEMPLATE MATCH="0"? ? ? ? ? > ? ? Timeout="2" User="Phone"/> <!-- Local > operator--> > <TEMPLATE MATCH="8."? ? ? ? ? > ???Timeout="0" User="Phone"/> <!-- > Unpark > call--> > <TEMPLATE MATCH="9,.11"? ? ? ? > ? Timeout="0" User="Phone"/> <!-- Service > numbers --> > <TEMPLATE MATCH="9,1.........."? Timeout="0" > User="Phone"/> <!-- Long > Distance --> > <TEMPLATE MATCH="9,......."? ? ? > Timeout="0" User="Phone"/> <!-- Local > numbers --> > <TEMPLATE MATCH="5..."? ? ? ? > ???Timeout="0" User="Phone"/> <!-- > Corporate Dial plan--> > <TEMPLATE MATCH="44"? ? ? ? ? > ???Timeout="0" User="Phone"/> <!-- > Paging--> > <TEMPLATE MATCH="700"? ? ? ? ? > ? Timeout="0" User="Phone"/> <!-- Parking > a call--> > <TEMPLATE MATCH="45"? ? ? ? ? > ???Timeout="0" User="Phone"/> <!-- > Previous Page--> > <TEMPLATE MATCH="4..."? ? ? ? > ???Timeout="0" User="Phone"/> <!-- > Corporate Dial plan--> > <TEMPLATE MATCH="3..."? ? ? ? > ???Timeout="0" User="Phone"/> <!-- > Corporate Dial plan--> > <TEMPLATE MATCH="\*..."? ? ? ? > ? Timeout="0" User="Phone"/> <!-- 3 digit > Speed Dials --> > <TEMPLATE MATCH="\*.."? ? ? ? > ???Timeout="2" User="Phone"/> <!-- 2 > digit > Speed Dials --> > <TEMPLATE MATCH="\*."? ? ? ? ? > ? Timeout="1" User="Phone"/> <!-- 1 digit > Speed Dials --> > <TEMPLATE MATCH="..\*"? ? ? ? > ???Timeout="0" User="Phone"/> <!-- 2 > digit > Access Codes --> > <TEMPLATE MATCH="*"? ? ? ? ? > ? ? Timeout="15"/> <!-- Anything else > --> > </DIALTEMPLATE> > > > > > Doug >
Doug Lytle
2011-Jun-27 12:31 UTC
[asterisk-users] Cisco IP Phones 7942 and Skinny/SIP in asterisk
bilal ghayyad wrote:> from where you got these files?I found the link on http://www.voip-info.org I searched for Cisco 7940 http://www.voip-info.org/wiki/view/Asterisk+phone+cisco+79xx Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."