On 18 Nov, 22:36, "tg" <t...@nospamevereverever.net> wrote:
> I had a breakthrough, I found the phone's ip address.
> so now I know that, I next need to clear up this
> 'Protocol Application Invalid' thing.
This document:-
http://www.cisco.com/en/US/products/...8055c1fe.shtml
States that the PAI error mesage can occur if the
phone is doing DHCP and is not getting its
expected "option 150" setting. This basically is
the address of the "Call Manager".
Here is what a Cisco router DHCP server looks like
with option 150.
ip dhcp pool home-net-low
import all
network 10.0.0.0 255.0.0.0
default-router 10.37.27.1
dns-server 10.50.0.10 10.60.0.10
option 150 ip 10.50.0.2
domain-name xxxx.com
That was *working* with a cisco phone
in a Call Manager confiuration (SCCP).
Of course you do not seem to have a call manager
so if this is the issue you may not get much further.
In my experience if these these phones are unhappy
they reboot, then get unhappy and reboot again....
Unhappy means:-
No call manager
No dhcp
No ethernet port
Makes the live installations quite robust.
Whatever you change the phone notices and reboots
fixing itself.
The call manager first provides a TFTP server
where the phone looks for image updates
and config info.
Ah yes it's coming back to me.
The 150 option I think is actually just the tftp server
and it gets a config file from there which specifies the call
manager's IP.
In a default installation the tftp server is on the call manager.
Hence my confusion.
The phone can also be configured manually. Process is in the
documentation.
Hope this assists.