[Home]

Summary:ASTERISK-15910: When single user in Meetme application there are scrolling errors from ast_dsp_silence
Reporter:ShaunDyer (jsdyer)Labels:
Date Opened:2010-04-02 22:20:18Date Closed:2010-05-12 13:10:38
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 17133.full
Description:The error

[2010-04-02 21:37:46 CDT] WARNING[31837]: dsp.c:1423 ast_dsp_silence: Can only calculate silence on signed-linear frames :(

scrolls across the asterisk console when there is a single participant in a meetme conference while music is playing.

****** STEPS TO REPRODUCE ******

1) SIP Phone user dials 4321 to use the MeetMe application.
2) User enters conference pin
3) User hears music while waiting on other conference participants to join, meanwhile the following error streams across the console

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

uname -a Linux us-hsv-asterisk 2.6.24-23-server #1 SMP Wed Apr 1 22:22:14 UTC 2009 i686 GNU/Linux

Dahdi (2.2.1.1) mod is loading (for 'r' option on MeetMe)

asterisk*CLI> dialplan show 4321@from-huntsville
[ Context 'from-huntsville' created by 'pbx_config' ]
 '4321' =>         1. Wait(1)                                    [pbx_config]
                   2. Set(MEETME_RECORDINGFILE=/var/spool/asterisk/meetme/meetme-conf-rec-100-${EPOCH}) [pbx_config]
                   3. MeetMe(100|Moqr)                           [pbx_config]
                   4. Hangup()                                   [pbx_config]

root@asterisk:/etc/asterisk# lsmod |grep dahdi
dahdi_dummy             5604  0
dahdi                 200584  3 dahdi_dummy
crc_ccitt               3072  1 dahdi
root@asterisk:/etc/asterisk#
Comments:By: Paul Belanger (pabelanger) 2010-04-06 09:16:31

I can confirm this.

By: Bruno Barbosa (brunombarbosa) 2010-04-24 19:32:33

I can confirm this too.

By: Digium Subversion (svnbot) 2010-05-12 12:00:04

Repository: asterisk
Revision: 262662

U   branches/1.4/apps/app_meetme.c

------------------------------------------------------------------------
r262662 | dvossel | 2010-05-12 12:00:04 -0500 (Wed, 12 May 2010) | 11 lines

fixes app_meetme dsp error

We attempted to detect silence after translating a frame
from signed linear.  This caused a flooding of errors.  To
resolve this the code to detect silence was moved before the
translation.

(closes issue ASTERISK-15910)
Reported by: jsdyer


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=262662

By: Digium Subversion (svnbot) 2010-05-12 13:01:21

Repository: asterisk
Revision: 262744

_U  trunk/
U   trunk/apps/app_meetme.c

------------------------------------------------------------------------
r262744 | dvossel | 2010-05-12 13:01:20 -0500 (Wed, 12 May 2010) | 17 lines

Merged revisions 262662 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
 r262662 | dvossel | 2010-05-12 12:00:04 -0500 (Wed, 12 May 2010) | 11 lines
 
 fixes app_meetme dsp error
 
 We attempted to detect silence after translating a frame
 from signed linear.  This caused a flooding of errors.  To
 resolve this the code to detect silence was moved before the
 translation.
 
 (closes issue ASTERISK-15910)
 Reported by: jsdyer
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=262744

By: Digium Subversion (svnbot) 2010-05-12 13:03:38

Repository: asterisk
Revision: 262746

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_meetme.c

------------------------------------------------------------------------
r262746 | dvossel | 2010-05-12 13:03:38 -0500 (Wed, 12 May 2010) | 24 lines

Merged revisions 262744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r262744 | dvossel | 2010-05-12 13:01:20 -0500 (Wed, 12 May 2010) | 17 lines
 
 Merged revisions 262662 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r262662 | dvossel | 2010-05-12 12:00:04 -0500 (Wed, 12 May 2010) | 11 lines
   
   fixes app_meetme dsp error
   
   We attempted to detect silence after translating a frame
   from signed linear.  This caused a flooding of errors.  To
   resolve this the code to detect silence was moved before the
   translation.
   
   (closes issue ASTERISK-15910)
   Reported by: jsdyer
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=262746

By: Digium Subversion (svnbot) 2010-05-12 13:07:30

Repository: asterisk
Revision: 262747

_U  branches/1.6.1/
U   branches/1.6.1/apps/app_meetme.c

------------------------------------------------------------------------
r262747 | dvossel | 2010-05-12 13:07:30 -0500 (Wed, 12 May 2010) | 24 lines

Merged revisions 262744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r262744 | dvossel | 2010-05-12 13:01:20 -0500 (Wed, 12 May 2010) | 17 lines
 
 Merged revisions 262662 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r262662 | dvossel | 2010-05-12 12:00:04 -0500 (Wed, 12 May 2010) | 11 lines
   
   fixes app_meetme dsp error
   
   We attempted to detect silence after translating a frame
   from signed linear.  This caused a flooding of errors.  To
   resolve this the code to detect silence was moved before the
   translation.
   
   (closes issue ASTERISK-15910)
   Reported by: jsdyer
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=262747

By: Digium Subversion (svnbot) 2010-05-12 13:10:38

Repository: asterisk
Revision: 262748

_U  branches/1.6.0/
U   branches/1.6.0/apps/app_meetme.c

------------------------------------------------------------------------
r262748 | dvossel | 2010-05-12 13:10:37 -0500 (Wed, 12 May 2010) | 24 lines

Merged revisions 262744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r262744 | dvossel | 2010-05-12 13:01:20 -0500 (Wed, 12 May 2010) | 17 lines
 
 Merged revisions 262662 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r262662 | dvossel | 2010-05-12 12:00:04 -0500 (Wed, 12 May 2010) | 11 lines
   
   fixes app_meetme dsp error
   
   We attempted to detect silence after translating a frame
   from signed linear.  This caused a flooding of errors.  To
   resolve this the code to detect silence was moved before the
   translation.
   
   (closes issue ASTERISK-15910)
   Reported by: jsdyer
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=262748