[Home]

Summary:ASTERISK-10150: Can't call skinny phone (Cisco 7960)
Reporter:Alex Shupikov (ssh)Labels:
Date Opened:2007-08-23 11:07:21Date Closed:2011-06-07 14:02:46
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_skinny
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have the problem of making connections with Cisco 7960, after dialling extension number, i get asterisk hangup.
This problem is present in the trunk, the release 1.4.10.1, it works.

****** ADDITIONAL INFORMATION ******

Skinny debug:
 == Using TOS bits 0
 == Using CoS mark 5
   -- Executing [305@default:1] Dial("SIP/Sh-328-081f6cd0", "Skinny/305@big") in new stack
 == Ambiguous line name: 305
[Aug 24 03:16:31] NOTICE[12992]: chan_skinny.c:5088 skinny_request: No available lines on: 305@big
[Aug 24 03:16:31] WARNING[12992]: app_dial.c:1323 dial_exec_full: Unable to create channel of type 'Skinny' (cause 0 - Unknown)
 == Everyone is busy/congested at this time (1:0/0/1)
   -- Executing [305@default:2] Hangup("SIP/Sh-328-081f6cd0", "") in new stack
 == Spawn extension (default, 305, 2) exited non-zero on 'SIP/Sh-328-081f6cd0'

*CLI> skinny show devices
Name                 DeviceId         IP              Type            R NL
-------------------- ---------------- --------------- --------------- - --
big                  SEP000AB8CB5588  192.168.19.200  7960            Y  4

*CLI> skinny show lines
Device Name          Instance Name                 Label              
-------------------- -------- -------------------- --------------------
big                         4 305                  "Office"      
big                         3 305                  "Office"      
big                         2 305                  "Office"      
big                         1 305                  "Office"
Comments:By: Jason Parker (jparker) 2007-08-23 11:22:16

The message you received is fairly clear.  "== Ambiguous line name: 305"

You aren't able to use the same line more than once on a device.  You need to change your line names.

Closing, as this is not a bug.