[Asterisk-Users] Problems Configuring Cisco 12SP+

Derek Whitten derek at kfuq.net
Tue Mar 28 13:44:50 MST 2006


Juanjo Portela wrote:
> 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
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

I'd try taking out the callwaiting, callerid and model lines.  Here's
how mine is setup in skinny.conf

[florianx]
device=12sp+_macaddy
version=P002L2J2
host=xxx.xxx.xxx.xxx
context=some:context
callerid="urname" <(xxx)xxx-xxxx>
line => xxxx


maybe use 'skinny debug' too


*CLI> skinny show lines
Device 'florianx' at xxx.xxx.xxx.xxx
   -- 'xxxx at florianx in 'some:context' is idle



You should see something like this in the cli.


   -- Device 'florianx' successfuly registered
Requesting capabilities
Version Request
Received CapabilitiesRes
Buttontemplate requested
Received Time/Date Request




-- 
.


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/GIT> d-@ s+:+ a? C+++ BLHIS$ U+++ P+> L+++ !E W+++$ N++ o+ K w--
PS+++ PE@ Y+ PGP++ t 5? X !R tv+ b- DI-- D G e+> h---- r+++ y++++
 ------END GEEK CODE BLOCK------


.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060328/85101318/signature.pgp


More information about the asterisk-users mailing list