Desperate help needed with Cisco 7911 phone

georgemason
Posts: 38
Member Since:
2008-05-22

Hi folks,

I'm hoping someone here can help me, I've been trying to get this phone configured all day and getting nowhere fast.

I've seen numerous posts on this site suggesting that the Cisco 7911 can be configured to work with Asterisk. I've tried everything I can think of and still can't get my new 7911 to register.

I have updated to SIP firmware v8.5 (although have tried everything from 8.3(2) upwards) and added a SEP.cnf.xml to the tftpboot directory of the server. I can see from the tftp logs that the phone downloads the file and also tries to download CTLSEP.tlv. I've tried making a blank file of that name (as suggested on other sites) but this makes the phone get stuck in a loop and continually try to get that file from the tftp server.

The UI on the phone is locked and I can't enter settings manually, so I'm reliant on configuration by TFTP. Below is my SEP.cnf.xml as generated by Trixbox's endpoint manager. The only thing I've changed is the firmware version in the file as it seemed sensible to refer to the firmware that the phone's actually running.

N.B. It seems this forum eats XML and spits out garbage, so if anyone does want to help please message me and I'll email it.

Any help would be very very gratefully received - I'm supposed to be demoing this setup to a customer on Weds and at the moment there's NO demo at all!

Thanks.

George



SkykingOH
Posts: 9561
Member Since:
2007-12-17
Quote: N.B. It seems this
Quote:
N.B. It seems this forum eats XML and spits out garbage, so if anyone does want to help please message me and I'll email it.

Use the code tags - see input format below text box.

On to the topic at hand. Does the new Endpoint manager support the 7911?

I am almost sure the 7911 and 7912 use the same cfgfmt conversion tool to create the configuration files.

Voip-info has a complete page on these phones.

Scott

--

Scott

aka "Skyking"



georgemason
Posts: 38
Member Since:
2008-05-22
Thanks!

Nice one Scott - OK, failing SEP.cnf.xml attached, I can't work out why it won't work but then Cisco aren't trying to make life easy for me here, are they??

- ADDENDUM -

Just tried the <code> tags and I must be doing something daft, as they don't seem to work for me in any of the three edit styles. However not to be beaten, I've put the file on my web server and it can be accessed here: http://213.208.115.115/SEP00215552FB4B.cnf.xml - I'd be interested to see what anyone in the know makes of it, I have no idea why it doesn't work.

To reiterate the problem, when I boot the phone with no CTLSEP00215552FB4B.tlv file in the tftp directory, the phone boots to UNPROVISIONED, I can see it request SEP00215552FB4B.cnf.xml and CTLSEP00215552FB4B.tlv every 30 secs. If I add a blank file of the same name to the tftpboot directory (as specified on a number of sites around the web) then the phone never starts up and continuously requests CTLSEP00215552FB4B.tlv.

Any help/comments/commiserations appreciated!



anchor85
Posts: 678
Member Since:
2006-06-07
Cisco 7911

This is the link on the voip-info wiki for 79x1 config. I have had a quick look at the SEPmac files generated by the endpoint manager for my 7961 phones (trixbox 2.6.1) and they seem to match up and they work.
The only proviso is that for

  <natEnabled>0</natEnabled>

you need to change 0 to false.
However, I notice that in the file you posted you have the word 'asterisk' several times e.g.

 <processNodeName>asterisk</processNodeName>

I assume that you have edited this to hide the IP address of your trixbox server, you should of course have the numerical IP address of your trix server here and in the other places where it occurs :)

Re: CTLSEPMAC.tlv -- just leave it out - I have never found I needed it.

--

John
Cat24.net



SkykingOH
Posts: 9561
Member Since:
2007-12-17
I am still convinced the

I am still convinced the 7911's use the same special format as the 7912. The only difference is standards based PoE support.

The 79x1 info is not relevant.

Can you access the web browser on the phone?

Scott

--

Scott

aka "Skyking"



georgemason
Posts: 38
Member Since:
2008-05-22
Browser interface works, but....

@Scott - I'm able to see the browser interface but cant change any of the values in there.

@John - No I'd used the word asterisk as I did in my 7960 configs, the 7960 happily does a quick DNS query and resolves it to an IP. Are you saying that the 7911 needs an IP rather than DNS names in it's config files?



georgemason
Posts: 38
Member Since:
2008-05-22
Working!!

John, well done, I made the change that you suggested and it worked a treat. Changed all instances of "asterisk" (the DNS name of the server, which was put in the file automatically by the Trixbox endpoint manager) with the IP address of the server, and it worked first time.

Very well done, and thanks to everyone else for their contributions.

George



SkykingOH
Posts: 9561
Member Since:
2007-12-17
George, I don't have any

George,

I don't have any 7911's however I would like to have all the facts for future reference.

7912's do not use XML config files. 7911 look like 7912's. Are you indicating that the 7911 uses the same config file syntax as 7941's and 7961's?

Thanks for the clarification.

Scott

--

Scott

aka "Skyking"



georgemason
Posts: 38
Member Since:
2008-05-22
Summary of fix

Hmmmm, very strange, I though I posted the resolution to this thread already, but on checking it's not there! Right here it is again, for the benefit of anyone who runs into the same issue.

The 7911 phones seem to run the same config files as the 794x and 796x devices despite being physically similar to the 7912s. The way I got this phone (which originally shipped with SCCP firmware) to work is as follows:

- downloaded the latest SIP firmware from Cisco.com
- placed firmware files in /tftpboot on Trixbox (TFTP server address is specified in our DHCP scope so the phone knew where to get it from)
- installed new firmware on 7911 phone by hard booting the device holding down # - firmware upgrade happened automatically
- used Trixbox endpoint manager to create SEP.cnf.xml using the MAC address of the phone - this file was automatically created in /tftpboot on the Trixbox
- at this point, the phone came back as UNPROVISIONED and kept trying to download CTLSEP.tlv - I erroneously thought that this was the problem (but it wasn't)
- edited SEP.cnf.xml and changed all references to the Trixbox from name ("asterisk" in this case) to its IP address
- rebooted phone - voilla!

Hope this helps someone - would have helped me no end!

George



georgemason
Posts: 38
Member Since:
2008-05-22
Just when you thought it was over.....

It seems I was a little premature in my celebrations, the phone still has some issues. Where I am now:

- phone will ring out, but incoming calls do not alert
- can't seem to work out how to change the locale - the status messages on the phone tell me there was an error updating it



georgemason
Posts: 38
Member Since:
2008-05-22
Doh!

Turns out the extension I was testing with had a fwdall rule pointing to a mobile! doh!

So the only problem that persists is the default US locale. I can see the settings in SEP.cnf.xml so it's just a case of working out what they should be.



brbourdo
Posts: 378
Member Since:
2007-04-24
Quote: The 7911 phones seem
Quote:
The 7911 phones seem to run the same config files as the 794x and 796x devices despite being physically similar to the 7912s.

Can you clarify this? Because not all 794x and 796x use the same config.

7940 uses different than 7941-7942
and similarly
7960 uses different than 7961-7962

--

Brian Bourdon
www.redwatervoip.com
brian [at] redwatervoip [dot] com
Portland, Oregon



SkykingOH
Posts: 9561
Member Since:
2007-12-17
Brian, That is what I was

Brian,

That is what I was trying to establish.

I have never seen a 7911 and was basing my info on a 7912.

7912's are completely different than any other model series and I don't know if any other models use the compiled configurations and code base.

Basically not counting the 7912's you have the 7940 and 7960 which use the pre-XML configuration syntax and then everything else that uses XML configs. There are minor variants in XML tags however the basics are the same.

Does this jive with your experience?

Scott

--

Scott

aka "Skyking"



brbourdo
Posts: 378
Member Since:
2007-04-24
Yea, with my experience the

Yea, with my experience the 7940 and 7960 are the only ones with the pre-XML style configuration.

Not counting the 7905, which looks like the 7911 and 7912. The 05 was strange in the fact that you needed a program to convert your config file. (sounds like what you are saying about the 7912) I never even had an 05 running on a config file, as that phone was easy to configure solely by using its interface. The 05 is also a junker in my book because it doesn't have an ethernet passthrough, and its solely 10 Base-T.

--

Brian Bourdon
www.redwatervoip.com
brian [at] redwatervoip [dot] com
Portland, Oregon



wtodd
Posts: 339
Member Since:
2007-04-29
not confirmed, but i have heard that:

Although not confirmed, i have heard that the 7911 works on the same basis that all 79x1 phones are working.

The issue you(George Mason) are facing regarding the locale shouldnt matter. You should be able to find the locale info on cisco's website if you really want to change that. The timezone is easily adjustable and i believe the locale adjusts certain ringout tones and busy signals specific to certain regions and needs to be downloaded to server - but im not sure. The phone will work in any location under the standard: English_US.

Actually regarding cisco, most of the information needed for programming is really published by them. Try this useful link:

http://www.cisco.com/en/US/products/hw/phones/ps379/prod_maintena...

you should reference a 7961 or 7941 for relevant info for the 7911 (presuming what i've heard is correct and you are using an sep.{macaddress}.cnf.xml file in your tftp server)

hope this helps
wtodd



georgemason
Posts: 38
Member Since:
2008-05-22
Confirmation

It seems that the 7911 does indeed use the same config files as the 7941/61 devices, I selected 7941 in the Trixbox endpoint manager and the resulting SEP.cnf.xml file was picked up by the phone.

In fact when I was trying other things to get this working I ended up setting up a 7971 using the endpoint manager, and this is the config file that the phone is currently using (with the asterisk server name/IP swap mentioned above).

So in summary it seems the 7911 uses the same config format as the 7941/61/71.

Hope this helps.

George

(thanks wtodd for the link, I'll check that out)



paigeg
Posts: 1
Member Since:
2008-12-01
Help needed!

Would someone please email me a working SEPxxxx.cfg.xml and dialplan.xml for the 7911 phone? I am pulling out my hair trying to get this to work with asterisk and trixbox.

Many thanks in advance!
Paige

paige.galway at gmail.com



georgemason
Posts: 38
Member Since:
2008-05-22
Email sent - good luck!

Have sent the config files, they work fine on my setup so hopefully should work for you too. Problem I had was that I was specifying the asterisk server name rather than IP - changing that made it all spring to life.



blueicegr
Posts: 4
Member Since:
2006-09-19
can you please also send me

can you please also send me a working config?
Thanks a lot.



charterbg
Posts: 11
Member Since:
2009-02-27
Urgent Help Needed to Convert Cisco 7911 from SCCP to SIP Using

I urgently need anyone with knowledge to help me and I really appreciate your help, I have not had any sleep for straight 36 hours trying to solve this, I just purchased a brand new out of the box Cisco 7911 with SCCP that I am trying to convert to SIP Firmware and that’s when my troubles began. Here is what I did:
1- I factory reset to prepare for upgrading using “123456789*0#”
2- I installed DHCP server for WinXP with options “66,150” using “Alax.info” tool
3- I installed TFTPD32 by PH. Jounin for WinXP on the same PC.
4- I unzipped the SIP Firmware package that includes the following files:
a. apps11.8-2-2ES6.sbn
b. cnu11.8-2-2ES6.sbn
c. cvm11sip.8-2-2ES6.sbn
d. dsp11.8-2-2ES6.sbn
e. jar11sip.8-2-2ES6.sbn
f. term06.default.loads
g. term11.default.loads

5- I connected the phone to the WinXP PC and it received an IP successfully from my DHCP
6- I monitored the TFTP logs and the phone sees it fine or so I think
7- The phone requestes the file “term11.default.loads”
8- The TFTP shows that it was sent
9- The same things keeps happening forever I think the phone restarts and keeps asking and getting the same exact file “term11.default.loads” in an endless loop for as long as I keep it connected and never gets pass that point or request another file.
10- TFTP logs don’t show any errors or that files requested are not found.

I would really appreciate anyone with knowledge to help me get this to work before I get admitted to the hospital for stress and no sleep……
Please let me know if I am missing any files, any steps, or what am doing wrong?? I understood that I can complete this process of conversion without need for Cisco Call Manager which I can’t afford, but if my understanding is wrong, also please let me know so that I can stop trying…….

In advance I thank you all for helping me..
Max

‹ How to file a bug report managing the "secret" of extensions ›.

Unsubscribe post

Post new comment



charterbg
Posts: 11
Member Since:
2009-02-27
Urgent Help Needed to Convert Cisco 7911 from SCCP to SIP Using

I urgently need anyone with knowledge to help me and I really appreciate your help, I have not had any sleep for straight 36 hours trying to solve this, I just purchased a brand new out of the box Cisco 7911 with SCCP that I am trying to convert to SIP Firmware and that’s when my troubles began. Here is what I did:
1- I factory reset to prepare for upgrading using “123456789*0#”
2- I installed DHCP server for WinXP with options “66,150” using “Alax.info” tool
3- I installed TFTPD32 by PH. Jounin for WinXP on the same PC.
4- I unzipped the SIP Firmware package that includes the following files:
a. apps11.8-2-2ES6.sbn
b. cnu11.8-2-2ES6.sbn
c. cvm11sip.8-2-2ES6.sbn
d. dsp11.8-2-2ES6.sbn
e. jar11sip.8-2-2ES6.sbn
f. term06.default.loads
g. term11.default.loads

5- I connected the phone to the WinXP PC and it received an IP successfully from my DHCP
6- I monitored the TFTP logs and the phone sees it fine or so I think
7- The phone requestes the file “term11.default.loads”
8- The TFTP shows that it was sent
9- The same things keeps happening forever I think the phone restarts and keeps asking and getting the same exact file “term11.default.loads” in an endless loop for as long as I keep it connected and never gets pass that point or request another file.
10- TFTP logs don’t show any errors or that files requested are not found.

I would really appreciate anyone with knowledge to help me get this to work before I get admitted to the hospital for stress and no sleep……
Please let me know if I am missing any files, any steps, or what am doing wrong?? I understood that I can complete this process of conversion without need for Cisco Call Manager which I can’t afford, but if my understanding is wrong, also please let me know so that I can stop trying…….

In advance I thank you all for helping me..
Max



anchor85
Posts: 678
Member Since:
2006-06-07
Cisco 7911

I have upgraded / configured many Cisco phones from SIP to SCCP and vice versa but never the 7911. So I may be way off beam ... but it seems strange that your phone is not requesting a SEPmacaddress.cnf.xml where macaddress is the one printed on the base of your phone somewhere. George Mason in this thread above on 07/01/2008 under addendum has posted a link to one. In his there is a line which defines the firmware that the phone will pull down

 <loadInformation>SIP11.8-3-2SR1S</loadInformation>

In your case I would expect the loadinfo to be sip.8-2-2ES6 or SIP.8-2-2ES6 to match your firmware. This line should either be in the SEPmac... file (my choice) or the XMLDefault.cnf.xml file. Search voip-info.org for more info on this.

It does not look as though you are a trixbox user otherwise you would do the tftp server on trixbox and this is what I always do. I find this much more successful than on a win tftp server. You may want to post your tftp log if you need more help

--

John
Cat24.net



charterbg
Posts: 11
Member Since:
2009-02-27
Cisco 7911 <loadInformation>SIP11.8-3-2SR1S</loadInformation>

Thank you very much for your quick reply, i edited the SEPmacCNFxml and put the correct .
but no luck, i agree with you its strange the phone is not looking for SEpmac. what's even sreanger is when the phone keps looking for term11...., it actually creats a new file and puts it into my tftp folder which called "term11.default.loads.md5" i never seen that before.. and then it keeps repeating the same thing forvever even if i leave the phone for 10 hours.

here is what my tftp logs view say:
"Connection received from 192.168.1.50 on port 49152 [28/02 17:00:18.515]
Read request for file . Mode octet [28/02 17:00:18.531]
Using local port 2300 [28/02 17:00:18.531]
MD5 written into [28/02 17:00:18.593]
: sent 2 blks, 660 bytes in 0 s. 0 blk resent [28/02 17:00:18.593]
Connection received from 192.168.1.50 on port 49152 [28/02 17:01:51.140]
Read request for file . Mode octet [28/02 17:01:51.140]
Using local port 2308 [28/02 17:01:51.140]
MD5 written into [28/02 17:01:51.203]
: sent 2 blks, 660 bytes in 0 s. 0 blk resent [28/02 17:01:51.203]
Connection received from 192.168.1.50 on port 49152 [28/02 17:03:23.765]
Read request for file . Mode octet [28/02 17:03:23.781]
Using local port 2309 [28/02 17:03:23.781]
MD5 written into [28/02 17:03:23.828]
: sent 2 blks, 660 bytes in 0 s. 0 blk resent [28/02 17:03:23.828]
Connection received from 192.168.1.50 on port 49152 [28/02 17:04:56.437]
Read request for file . Mode octet [28/02 17:04:56.453]
Using local port 2312 [28/02 17:04:56.453]
MD5 written into [28/02 17:04:56.500]
: sent 2 blks, 660 bytes in 0 s. 0 blk resent [28/02 17:04:56.500]"

i purchased 6 of these and am just ready to kill myself LOL:) if i have to use them as "paperwaits" :)

you mentioned that i can have better luck if i tftp to Trixbox, i don't mind but i am new here and i don't know how... i started by downloading trixbox-2.6.2.2. i am assuming i have to install that on a linux machine not windows.. can you please tell me the steps to do this on trixbox or windows tftp if am doing something wrong.. thanx a billion



anchor85
Posts: 678
Member Since:
2006-06-07
Cisco 7911

Trixbox is a complete IP based PBX based on the Centos (linux) OS and the Asterisk telephony software. The documentation is here http://trixbox.org/wiki/trixbox-documentation. PLEASE NOTE when you install trixbox from a CD made from the ISO it WIPES any data on the disk and makes a complete fresh install of Centos on the hard disk so ALL DATA previously on the disk is lost. So don't do this on your desktop PC. However there is a VMware image that you can run as a virtual machine

Have a good read of the information before you do anything with trixbox.

Re your 7911. I did a search with google....... always worth a try :)

http://www.cisco.com/en/US/ts/fn/620/fn62949.html

This might help

--

John
Cat24.net



charterbg
Posts: 11
Member Since:
2009-02-27
Cisco 7911 Trixbox

thank you very much for the helpfull info.
i took your advise and installed trixbox on a new PC. everthing went fine and i followed all the instructions. i was able to access it from internet explorer from my main winxp machine. i could not register the software though, says no internet conn, so i think it connects to dhcp and get ip, but no internet, tried manually editing dns but still. also i created extension 200 as instructed, but when i add the phone no 7911 in the list, i remember reading in posts that i can simulate by selecting 7941, so i did. but could not edit confg or don't know what to do from here in endpoint manager to load firmware on phone. thank you in advance for your help



charterbg
Posts: 11
Member Since:
2009-02-27
Counterfeit Cisco 7911, 7941, 7961

Hi,
As premised am updating you so that you don’t have to ever go through what I went through….
I found out what the problem is caused by, as it turned out the phones that I purchased were counterfeited, yes counterfeited. At first I laughed at even the possibility of that happening, until I hard a very serious voice on the other end of the conversation stating, “Sir, yes it’s a very big problem now for Cisco ever since they opened their factory in China, after investigation they found out that the gang was running an extra shift at the factory after hours, making the same exact Cisco products with the same exact material and everything even the labels and boxes”

The only thing that is not authentic is the Serial Numbers and MAC address, simply because if these were on the books of factory productions then Cisco would account for them in production and included in their database.

Now since Cisco implemented firmware authentication policy in their new releases, which yes I thought about it, you cannot downgrade firmware after the phone already has the new firmware with authentication, now the firmware and the phone has to authenticate before and upgrade or change in firmware can take place. So if the firmware is fake but the phone is real, no upgrade would take place and also if the firmware is real but the phone is fake.

Having said so, now I understand why the phone keeps asking and getting term11.loads.defaults and repeating the process for ever, no authentication is taking place.

So now am stuck, maybe I should find out how to reach the counterfeiters and ask them to give me a counterfeit firmware that works with the counterfeit phone LOL

So there you have it, hopeful no one else would have to go through what I went through, at least if I knew they were counterfeit from day 1, I would not have banged my head against the wall for 10 days not getting any sleep thinking that I lost my mind or my technical skills…
Good luck



SkykingOH
Posts: 9561
Member Since:
2007-12-17
Where the phones bought as

Where the phones bought as new? Do you have any dealer recourse?

--

Scott

aka "Skyking"



Mifod
Posts: 2
Member Since:
2009-03-18
SEP.xxxxxxxxx.cnf.xml in the

SEP.xxxxxxxxx.cnf.xml in the tftp - bug
I create new SEP.xxxxxxxxx.cnf.xml and message UNPROVISIONED clear


SIP
cisco
cisco


D-M-YA
UTC Standard/Daylight Time




2000
5060
5061
10.7.1.80












true


true
x--serviceuri-cfwdall
x-cisco-serviceuri-pickup
x-cisco-serviceuri-opickup
x-cisco-serviceuri-gpickup
x-cisco-serviceuri-meetme
x-cisco-serviceuri-abbrdial
false
2
true
true
2
2
0
true


6
10
180
3600
5
120
120
5
500
4000
70
false
None

1
false
true false false 101 3 avt false
false
3 5906 1
false
10
false
16384
32766
button="1">
9
5906 10.7.1.80 5060 5906

Klimov

2

3
5906
123

false
1
*97
4
5
5906

true
false
false
true

button="2">
21
speed dial name goes here
speed dial actual number goes in here


5060
184
0
dialplan.xml

123 true
2

SIP11.8-4-3S


false
false

0 1
0
0
0
0
1
1,2,3,4,5,6,7
00:00
00:00
00:00
1
1


1143565489-a3cbf294-7526-4c29-8791-c4fce4ce4c37
New_Zealand


New_Zealand
5.0(2)

1
http://www/ipphone/authenticate.php
http://www/ipphone/directory.xml

http://www/ipphone/GetTelecasterHelpText.jsp

proxy:3128 http://www/ipphone/services.xml
96
0
96 4 0

3804


false



Mifod
Posts: 2
Member Since:
2009-03-18
SIPciscocisco
<device xsi:type="axl:XIPPhone" ctiid="1566023366">
<deviceProtocol>SIP</deviceProtocol>
<sshUserId>cisco</sshUserId>
<sshPassword>cisco</sshPassword>
<devicePool>
    <dateTimeSetting>
       <dateTemplate>D-M-YA</dateTemplate>
       <timeZone>UTC Standard/Daylight Time</timeZone>
    </dateTimeSetting>
    <callManagerGroup>
       <members>
          <member priority="0">
             <callManager>
                <ports>
                   <ethernetPhonePort>2000</ethernetPhonePort>
                   <sipPort>5060</sipPort>
                   <securedSipPort>5061</securedSipPort>
                </ports>
                <processNodeName>10.7.1.80</processNodeName>
             </callManager>
          </member>
       </members>
    </callManagerGroup>
 </devicePool>
<sipProfile>
    <sipProxies>
       <backupProxy></backupProxy>
       <backupProxyPort></backupProxyPort>
       <emergencyProxy></emergencyProxy>
       <emergencyProxyPort></emergencyProxyPort>
       <outboundProxy></outboundProxy>
       <outboundProxyPort></outboundProxyPort>
       <registerWithProxy>true</registerWithProxy>
   </sipProxies>
   <sipCallFeatures>
       <cnfJoinEnabled>true</cnfJoinEnabled>
       <callForwardURI>x--serviceuri-cfwdall</callForwardURI>
       <callPickupURI>x-cisco-serviceuri-pickup</callPickupURI>
       <callPickupListURI>x-cisco-serviceuri-opickup</callPickupListURI>
       <callPickupGroupURI>x-cisco-serviceuri-gpickup</callPickupGroupURI>
       <meetMeServiceURI>x-cisco-serviceuri-meetme</meetMeServiceURI>
       <abbreviatedDialURI>x-cisco-serviceuri-abbrdial</abbreviatedDialURI>
       <rfc2543Hold>false</rfc2543Hold>
       <callHoldRingback>2</callHoldRingback>
       <localCfwdEnable>true</localCfwdEnable>
       <semiAttendedTransfer>true</semiAttendedTransfer>
       <anonymousCallBlock>2</anonymousCallBlock>
       <callerIdBlocking>2</callerIdBlocking>
       <dndControl>0</dndControl>
       <remoteCcEnable>true</remoteCcEnable>
   </sipCallFeatures>
   <sipStack>
       <sipInviteRetx>6</sipInviteRetx>
       <sipRetx>10</sipRetx>
       <timerInviteExpires>180</timerInviteExpires>
       <timerRegisterExpires>3600</timerRegisterExpires>
       <timerRegisterDelta>5</timerRegisterDelta>
       <timerKeepAliveExpires>120</timerKeepAliveExpires>
       <timerSubscribeExpires>120</timerSubscribeExpires>
       <timerSubscribeDelta>5</timerSubscribeDelta>
       <timerT1>500</timerT1>
       <timerT2>4000</timerT2>
       <maxRedirects>70</maxRedirects>
       <remotePartyID>false</remotePartyID>
       <userInfo>None</userInfo>
   </sipStack>
   <autoAnswerTimer>1</autoAnswerTimer>
    <autoAnswerAltBehavior>false</autoAnswerAltBehavior>
    <autoAnswerOverride>true</autoAnswerOverride>
    <transferOnhookEnabled>false</transferOnhookEnabled>
    <enableVad>false</enableVad>
     <dtmfAvtPayload>101</dtmfAvtPayload>
    <dtmfDbLevel>3</dtmfDbLevel>
    <dtmfOutofBand>avt</dtmfOutofBand>
    <alwaysUsePrimeLine>false</alwaysUsePrimeLine>
    <alwaysUsePrimeLineVoiceMail>false</alwaysUsePrimeLineVoiceMail>
    <kpml>3</kpml>
    <phoneLabel>5906</phoneLabel>
    <stutterMsgWaiting>1</stutterMsgWaiting>
    <callStats>false</callStats>
    <silentPeriodBetweenCallWaitingBursts>10</silentPeriodBetweenCallWaitingBursts>
    <disableLocalSpeedDialConfig>false</disableLocalSpeedDialConfig>
    <startMediaPort>16384</startMediaPort>
    <stopMediaPort>32766</stopMediaPort>
    <sipLines>
       <line
        button="1">
          <featureID>9</featureID>
          <featureLabel>5906</featureLabel>
          <proxy>10.7.1.80</proxy>
          <port>5060</port>
          <name>5906</name>

          <displayName>Klimov</displayName>
          <autoAnswer>
             <autoAnswerEnabled>2</autoAnswerEnabled>
         </autoAnswer>
         <callWaiting>3</callWaiting>
         <authName>5906</authName>
          <authPassword>123</authPassword>

          <sharedLine>false</sharedLine>
          <messageWaitingLampPolicy>1</messageWaitingLampPolicy>
          <messagesNumber>*97</messagesNumber>
          <ringSettingIdle>4</ringSettingIdle>
          <ringSettingActive>5</ringSettingActive>
          <contact>5906</contact>
          <forwardCallInfoDisplay>
             <callerName>true</callerName>
             <callerNumber>false</callerNumber>
             <redirectedNumber>false</redirectedNumber>
             <dialedNumber>true</dialedNumber>
          </forwardCallInfoDisplay>
      </line>
      <line
        button="2">
          <featureID>21</featureID>
          <featureLabel>speed dial name goes here</featureLabel>
          <speedDialNumber>speed dial actual number goes in here</speedDialNumber>
       </line>
   </sipLines>
   <voipControlPort>5060</voipControlPort>
    <dscpForAudio>184</dscpForAudio>
    <ringSettingBusyStationPolicy>0</ringSettingBusyStationPolicy>
    <dialTemplate>dialplan.xml</dialTemplate>
</sipProfile>
<commonProfile>
    <phonePassword>123</phonePassword>
    <backgroundImageAccess>true</backgroundImageAccess>
    <callLogBlfEnabled>2</callLogBlfEnabled>
</commonProfile>
<loadInformation>SIP11.8-4-3S</loadInformation>

<vendorConfig>
    <disableSpeaker>false</disableSpeaker>
    <disableSpeakerAndHeadset>false</disableSpeakerAndHeadset>
    <pcPort>0</pcPort>
    <settingsAccess>1</settingsAccess>
    <garp>0</garp>
    <voiceVlanAccess>0</voiceVlanAccess>
    <videoCapability>0</videoCapability>
    <autoSelectLineEnable>0</autoSelectLineEnable>
    <webAccess>1</webAccess>
    <daysDisplayNotActive>1,2,3,4,5,6,7</daysDisplayNotActive>
    <displayOnTime>00:00</displayOnTime>
    <displayOnDuration>00:00</displayOnDuration>
    <displayIdleTimeout>00:00</displayIdleTimeout>
    <spanToPCPort>1</spanToPCPort>
    <loggingDisplay>1</loggingDisplay>
    <loadServer></loadServer>
</vendorConfig>
<versionStamp>1143565489-a3cbf294-7526-4c29-8791-c4fce4ce4c37</versionStamp>
<networkLocale>New_Zealand</networkLocale>

 <networkLocaleInfo>
    <name>New_Zealand</name>
    <version>5.0(2)</version>
 </networkLocaleInfo>

 <deviceSecurityMode>1</deviceSecurityMode>
 <authenticationURL>http://www/ipphone/authenticate.php</authenticationURL>
 <directoryURL>http://www/ipphone/directory.xml</directoryURL>
 <idleURL></idleURL>
 <informationURL>http://www/ipphone/GetTelecasterHelpText.jsp</informationURL>
 <messagesURL></messagesURL>
 <proxyServerURL>proxy:3128</proxyServerURL>
 <servicesURL>http://www/ipphone/services.xml</servicesURL>
 <dscpForSCCPPhoneConfig>96</dscpForSCCPPhoneConfig>
 <dscpForSCCPPhoneServices>0</dscpForSCCPPhoneServices>
 <dscpForCm2Dvce>96</dscpForCm2Dvce>
 <transportLayerProtocol>4</transportLayerProtocol>
 <capfAuthMode>0</capfAuthMode>
 <capfList>
    <capf>
       <phonePort>3804</phonePort>
    </capf>
 </capfList>

 <certHash></certHash>
 <encrConfig>false</encrConfig>

</device>




Izanaghi
Posts: 2
Member Since:
2009-07-12
Your current options

I recently bought a cisco 7911, I update it to firmware SIP11.8-5-2S.
I mainly followed instruction from

I manage to get the phone in a non "unapprovisioned" state but got a small phone icon with a cross in the right upper corner near the extension number define in asterisk.
The phone is displaying now "your current options" but still no able to place nor to receive a call

This is my configuration script:
Myconfig file



jitter
Posts: 7
Member Since:
2009-07-13
Same problem with my 7941 & 7970

I am having the same issue with 7941 & 7970. My firmeware is 8-3-5S.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.