[asterisk-bugs] [Asterisk 0010291]: Skinny to skinny calls one-way audio

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Jul 27 13:11:00 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10291 
====================================================================== 
Reported By:                sbisker
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   10291
Category:                   Channels/chan_skinny
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 76784 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             07-24-2007 11:13 CDT
Last Modified:              07-27-2007 13:10 CDT
====================================================================== 
Summary:                    Skinny to skinny calls one-way audio
Description: 
Version 76621 fixed the crashing of asterisk due to soft-key problems, but
introduced another problem.  

7921 -> 7921 phones the remote party could not hear any audio.  In version
76784, the 7921 that initiates the call hears no audio.  If a 7920 phone
calls a 7921/7920 phone, then both parties hear audio.
====================================================================== 

---------------------------------------------------------------------- 
 sbisker - 07-27-07 13:10  
---------------------------------------------------------------------- 
I commented out the occurrence from this block on line 2504

} else if ((l->type = TYPE_LINE) && (l->hookstate == SKINNY_ONHOOK)) {
        transmit_callstate(s, l->instance, SKINNY_ONHOOK, sub->callid);
        transmit_speaker_mode(s, SKINNY_SPEAKEROFF);
        transmit_ringer_mode(s, SKINNY_RING_OFF);
        //transmit_tone(s, SKINNY_SILENCE, l->instance, sub->callid);
        transmit_lamp_indication(s, STIMULUS_LINE, l->instance,
SKINNY_LAMP_OFF);
        do_housekeeping(s);


It didn't make a difference. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-27-07 13:10  sbisker        Note Added: 0067991                          
======================================================================




More information about the asterisk-bugs mailing list