[Asterisk-bugs] [Asterisk 0008569]: [patch] implement basic "Shared Lines" functionality

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Jul 9 22:12:33 CDT 2007


The following issue has been REOPENED. 
====================================================================== 
http://bugs.digium.com/view.php?id=8569 
====================================================================== 
Reported By:                wedhorn
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   8569
Category:                   Channels/chan_skinny
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     feedback
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 47622 
Disclaimer on File?:        Yes 
Request Review:              
====================================================================== 
Date Submitted:             12-11-2006 14:25 CST
Last Modified:              07-09-2007 22:12 CDT
====================================================================== 
Summary:                    [patch] implement basic "Shared Lines" functionality
Description: 
Patch attached introducing basic shared line functionality into skinny.
With this patch, if two devices register to the same line, it becomes a
shared line (eg Line1 at Device1 and Line1 at Device2 means that Line1 is
shared).

Shared lines status is indicated on devices registering that line (that
is, they indicated line in use, not in use, hold etc). Lines can be held on
one device and unheld on another without the need to transfer.

As part of the development a couple of other features snuck into this
code. 

First, added a CLI command 'skinny show status' which provides a couple of
tables of the status of lines and devices, should be fairly self
explanatory and is handy for debugging shared lines stuff.

Second, the wife got sick of the phones ringing at 6am (that's the only
time I have for this stuff) so I implemented a dial option 'silent' for
silent rings. Basic format in extensions.conf is
'Dial(SKINNY/Line/silent)'. Only silent implemented but other options
should be easy to add.

Code has been tested on VIP30/SP12 phones and generally works, but work on
locking needed. I doubt the soft keys work correctly (nothing to test them
with). Call waiting needs work and is probably broken (did it work
previously?), how should we handle call waiting on shared lines, it could
be very messy (eg, a single line with subchannels on different devices is
asking for trouble).
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-09-07 22:12  russell        Status                   closed => feedback  
07-09-07 22:12  russell        Resolution               suspended => reopened
======================================================================




More information about the Asterisk-bugs mailing list