gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include/asterisk-old -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2 -c -o app_conference.o app_conference.c
cc1: warning: -fprefetch-loop-arrays not supported for this target (try -march switches)
gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include/asterisk-old -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2 -c -o conference.o conference.c
cc1: warning: -fprefetch-loop-arrays not supported for this target (try -march switches)
conference.c:29: error: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function)
conference.c:32: error: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function)
conference.c: In function `create_conf':
conference.c:607: warning: implicit declaration of function `__use_ast_pthread_create_instead__'
make: *** [conference.o] Error 1
Darren
Tom Ivar Helbekkmo wrote:
Steve Kann <[EMAIL PROTECTED]> writes:
I don't think it's in the Wiki, and it's not really documented;
Could you offer a very, very brief introduction? I've figured out, through trial and error, that it takes a call to Conference(somename) in an extension to create or join a conference, but I can't get anyone connected in any other state than "listener", and there is no sound. Am I missing a parameter, a configuration file, or what...?
We've talked about it a bit on iaxclient-devel mailing list;
I searched the list, but the closest I came was Steven Sokol asking how to use app_conference, with no answer archived... ;-)
-tih
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
