[Asterisk-Users] Cisco 12SP+
Ryan Laginski
asterisk at dryrun.ca
Fri May 14 12:12:39 MST 2004
Sure,
First I placed this in my dhcpd.conf to give the phone the same ip.
host ry {
hardware ethernet 00:30:80:62:A3:2E;
fixed-address 172.16.0.20;
next-server 172.16.0.5;
}
Note the next-server is the ip of the asterisk server.
Next, in the /etc/asterisk/skinny.conf, I put in that device.
[ry]
device=SEP00308062A32E
version=P002F204 ; Thanks critch
context=home
line => 310 ; Dial(Skinny/120 at florian)
Note, the device has the MAC of the phone in it.
The problem I had is that my phones kept going into "Program Update"
mode. I was told to match the firmware exactly. The P002 is a cisco
model, then the F204 is the firmware on my phone. When you boot the
phone, you'll see the firmware version (mine says: F2.04, hence the
F204).
Hopes this help.
-Ryan
On Fri, 2004-05-07 at 09:44, Jakub Klausa wrote:
> On Tue, May 04, 2004 at 07:32:20PM -0400, Ryan Laginski wrote:
> => Hi Paul,
> => To my knowledge, you can't change the image on them. I recently bought 3
> => of them, and we help from this list, I was able to connect them to my
> => asterisk server. However, they are not fully functional. I can make
> => calls and hear calls, but I'm muted. I'm looking for a solution.
> =>
> => The protocol they use is skinny, which I don't think is complete. My
> => suggestion is to avoid them for now.
>
> Could you describe in details what did you do to get the phones working with
> asterisk? I mean as detailed description as it gets - including what do you
> feed them with from dhcp, what's your SEP*.cnf files (and how you generated
> them) and so on, and so fort...
More information about the asterisk-users
mailing list