[asterisk-bugs] [Asterisk 0011310]: Impliment CallForwardAll

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Jan 11 15:58:19 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11310 
====================================================================== 
Reported By:                DEA
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   11310
Category:                   Channels/chan_skinny
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 89312 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             11-19-2007 16:34 CST
Last Modified:              01-11-2008 15:58 CST
====================================================================== 
Summary:                    Impliment CallForwardAll
Description: 
The comment in chan_skinny saying that DND == CFwdAll has bothered
me for awhile now.

DND is supposed to simply mute the phones ringer and is a basic toggle.

CFwdAll should allow the user to enter a phone number to forward calls
to if not already set, or clear the current forwarding if it is set.


====================================================================== 

---------------------------------------------------------------------- 
 mvanbaak - 01-11-08 15:58  
---------------------------------------------------------------------- 
DEA:
I think the struct should be:
#define FORWARD_STAT_MESSAGE 0x0090
struct forward_stat_message {
        uint32_t activeforward;
        uint32_t lineNumber;
        uint32_t forwardall;
        char forwardallnum[24];
        uint32_t forwardBusy;
        char forwardBusynum[24];
        uint32_t forwardNoAns; 
        char forwardNAnum[24]; 
}; 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-11-08 15:58  mvanbaak       Note Added: 0076748                          
======================================================================




More information about the asterisk-bugs mailing list