[Asterisk-bugs] [Asterisk 0010136]: Can't dial out on chan_skinny

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Jul 11 15:26:17 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10136 
====================================================================== 
Reported By:                sbisker
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   10136
Category:                   Channels/chan_skinny
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.6 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        No 
Request Review:              
====================================================================== 
Date Submitted:             07-06-2007 11:17 CDT
Last Modified:              07-11-2007 15:26 CDT
====================================================================== 
Summary:                    Can't dial out on chan_skinny
Description: 
When trying the 1.4.4 and 1.4.6 releases of asterisk, I am unable to make
outgoing calls using my 7920 phone's on chan_skinny.  When the user hits
the send button, all I get on the console is.

Starting simple switch on '7828 at 7828'

But no phone call is made.  I can dial the phone's no problem
====================================================================== 

---------------------------------------------------------------------- 
 DEA - 07-11-07 15:26  
---------------------------------------------------------------------- 
Patch mismerge.

One line 4101 of chan_skinny.c we have this:
d->exten[len] = dgt;
d->exten[len] = '\0';

Anyone see the problem?
Yup.  Add the '+1' to the second line and calls are once again possible:
d->exten[len] = dgt;
d->exten[len+1] = '\0';


Yes, I have a disclaimer on file (not that this should need one) 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-11-07 15:26  DEA            Note Added: 0067145                          
======================================================================




More information about the Asterisk-bugs mailing list