[Asterisk-Users] App_Conference
Vladyslav
vladk at azhelp.net
Mon Apr 18 01:49:15 MST 2005
I believe you need to modify a little bit member.c file
in CVS version they use cid, but in stable version callerid.
Just replace properly cid with callerid.
It should help with that problem.
For example:
"chan->cid.cid_num" change to "chan->callerid"
On Mon, 2005-04-18 at 10:04, E rikje wrote:
> Anyone tried to build app_conference lately?
> I'm trying to setup a large conference where i speaker can talk to many
> listeners, for example 1 speaker and about 100 listeners (who can not speak
> back to the speaker, 1 way audio only)
>
> However, if i try to build app_conference against 1.0.6 or 1.0.7 it won't
> compile with an error message:
>
> make
> gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g
> -I/root/local/asterisk/asterisk/include -D_REENTRANT -D_GNU_SOURCE -O3
> -ffast-math -funroll-all-loops -fprefetch-loop-arrays
> -fsingle-precision-constant -march=pentium3 -msse -mfpmath=sse,387 -DCRYPTO
> -DAPP_CONFERENCE_DEBUG -DSILDET=1 -c -o app_conference.o app_conference.c
> gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g
> -I/root/local/asterisk/asterisk/include -D_REENTRANT -D_GNU_SOURCE -O3
> -ffast-math -funroll-all-loops -fprefetch-loop-arrays
> -fsingle-precision-constant -march=pentium3 -msse -mfpmath=sse,387 -DCRYPTO
> -DAPP_CONFERENCE_DEBUG -DSILDET=1 -c -o conference.o conference.c
> conference.c: In function `create_conf':
> conference.c:614: warning: implicit declaration of function
> `__use_ast_pthread_create_instead__'
> gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g
> -I/root/local/asterisk/asterisk/include -D_REENTRANT -D_GNU_SOURCE -O3
> -ffast-math -funroll-all-loops -fprefetch-loop-arrays
> -fsingle-precision-constant -march=pentium3 -msse -mfpmath=sse,387 -DCRYPTO
> -DAPP_CONFERENCE_DEBUG -DSILDET=1 -c -o member.o member.c
> member.c: In function `member_exec':
> member.c:76: error: structure has no member named `cid'
> member.c:76: error: structure has no member named `cid'
> member.c:76: error: structure has no member named `cid'
> member.c:165: warning: unused variable `ignore_speex_count'
> make: *** [member.o] Error 1
>
> _________________________________________________________________
> Direct antwoord op je vragen: gebruik MSN Messenger http://messenger.msn.nl/
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list