[Home]

Summary:ASTERISK-01366: chan_oss doesnt compile in current cvs
Reporter:jcdutton (jcdutton)Labels:
Date Opened:2004-04-07 11:57:23Date Closed:2004-09-25 02:52:14
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_alsa.c.fix-compile.diff
( 1) chan_oss.c.fix-compile.diff
Description:chan_oss.c: In function `oss_call':
chan_oss.c:461: error: too many arguments to function `ast_queue_frame'
chan_oss.c:467: error: too many arguments to function `ast_queue_frame'
chan_oss.c: In function `oss_new':
chan_oss.c:712: warning: assignment from incompatible pointer type
chan_oss.c: In function `console_answer':
chan_oss.c:809: error: too many arguments to function `ast_queue_frame'
chan_oss.c: In function `console_sendtext':
chan_oss.c:841: error: too many arguments to function `ast_queue_frame'
chan_oss.c: In function `console_hangup':
chan_oss.c:861: error: too many arguments to function `ast_queue_hangup'
chan_oss.c: In function `console_dial':
chan_oss.c:883: error: too many arguments to function `ast_queue_frame'
chan_oss.c: In function `console_transfer':
chan_oss.c:935: error: too many arguments to function `ast_async_goto'
make[1]: *** [chan_oss.o] Error 1
make[1]: Leaving directory `/usr/local/src/asterisk/channels'
make: *** [subdirs] Error 1
Comments:By: Mark Spencer (markster) 2004-04-07 12:15:41

Fixed in CVS

By: jcdutton (jcdutton) 2004-04-07 12:23:17

bit of patch left out.

By: Mark Spencer (markster) 2004-04-07 12:40:51

Really it's fixed.