[Asterisk-Users] Problems Configuring Cisco 12SP+

Juanjo Portela juanjo.portela at gmail.com
Tue Mar 28 13:12:25 MST 2006


Hi,

After reading this valuable forum and the voip-info wiki and follow
all the steps , but  my Cisco 12SP+ remains unregistered.

These are my config files:

skinny.conf
[general]
port = 2000             ; Port to bind to, default tcp/2000
bindaddr = 172.20.1.1      ; Address to bind to
dateFormat = D-M-Y      ; M,D,Y in any order (5 chars max)
keepAlive = 120
languaje=es

allow = all
; disallow =


[101]
device=SEP00B06409E748
model=12SP              ; Valid models: 12SP, 30VIP, 7910, 7920 (so far)
version=P002L2J2
host=172.20.1.1
context=telsip
line => 101
callwaiting=no
callerid="Juanjo",<101>;



extensions.conf
exten => 3,1,DBget(temp=clid/SIP/Phone3)
exten => 3,2,SetCIDName(${temp})
exten => 3,3,DBdel(clid/SIP/Phone3)
exten => 101,1,Dial(Skinny/101 at 101)

When I make a call from Phone3(SIP) to the Skinny/101 the following
messages appear in the Asterisk CLI:

    -- Executing Dial("SIP/Phone3-f631", "Skinny/101 at 101") in new stack
Found device: 101
    -- skinny_request(101 at 101)
    -- Skinny cw: 0, dnd: 0, so: 0, sno: 0
skinny_new: tmp->nativeformats=2033663 fmt=4
Mar 28 16:56:48 ERROR[12354]: chan_skinny.c:1928 skinny_call: Device
not registered, cannot call 101 at 101
    -- Couldn't call 101 at 101
skinny_hangup(Skinny/101 at 101-2) on 101 at 101
  == Everyone is busy/congested at this time (0:0/0/0)

In the /tfptboot directory I have P002L2J2.bin and SEP00B06409E748.cnf

May you help me where is my error.

Thank you in advance,
Juanjo



More information about the asterisk-users mailing list