|
From: <st...@us...> - 2003-06-11 20:15:59
|
Update of /cvsroot/iaxclient/iaxclient/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv25786
Modified Files:
iaxclient_lib.c
Log Message:
remove hack now that there's a proper bugfix in our libiax2.
Index: iaxclient_lib.c
===================================================================
RCS file: /cvsroot/iaxclient/iaxclient/lib/iaxclient_lib.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- iaxclient_lib.c 10 Jun 2003 13:15:54 -0000 1.14
+++ iaxclient_lib.c 11 Jun 2003 20:15:54 -0000 1.15
@@ -215,11 +215,7 @@
{
/* do audio input stuff for buffers that have received data from audio in device already. Must
do them in serial number order (the order in which they were originally queued). */
-#ifdef IAXC_IAX2
- if(1) /* HACK ALERT! calls don't get into answered state with IAX2 FIX ME FAST */
-#else
if(answered_call) /* send audio only if call answered */
-#endif
{
switch (iAudioType) {
case AUDIO_INTERNAL:
|