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/[EMAIL PROTECTED])
>
> 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/[EMAIL PROTECTED]") in new
> stack
> Found device: 101
> -- skinny_request([EMAIL PROTECTED])
> -- 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 [EMAIL PROTECTED]
> -- Couldn't call [EMAIL PROTECTED]
> skinny_hangup(Skinny/[EMAIL PROTECTED]) on [EMAIL PROTECTED]
> == 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-usersI'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 -- '[EMAIL PROTECTED] 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------ .
signature.asc
Description: OpenPGP digital signature
_______________________________________________ --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
