[Asterisk-Users] Re: Meetme
usedcanon
usedcanon at yahoo.co.uk
Fri Sep 24 11:58:08 MST 2004
Hi all,
Is there any basic information available for app_conferense?
Does it suport SIP and other codecs
Any installation guide
Thanks
Umar
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com]On Behalf Of Tom Ivar
Helbekkmo
Sent: 24 September 2004 06:55
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Re: Meetme
Steve Kann <stevek at stevek.com> writes:
> This was what I wrote on the iaxclient list previously:
Cool, Steve -- thanks a lot! Conference() works great for me now. :-)
I've extended the description for "show application" thus:
static char *descrip =
" Conference(<name>[/<flags>[/<priority>[/probstart[/probcont]]]]):\n"
"Creates or joins a telephone conference. There is no configuration
file;\n"
"everything is controlled through parameters to the invocation from an\n"
"extension context.\n"
" <name>: an alphanumeric string identifying the conference\n"
" <flags>: a concatenation of flag characters chosen from the
following:\n"
" M: user is a moderator, i.e. is allowed to speak\n"
" L: user is a listener, i.e. may only listen in (default)\n"
" T: user has a telephone, not an iaxclient; enable speex\n"
" V: sets speex flag SPEEX_PREPROCESS_SET_VAD\n"
" D: sets speex flag SPEEX_PREPROCESS_SET_DENOISE\n"
" A: sets speex flag SPEEX_PREPROCESS_SET_AGC\n"
" <priority>: not currently used\n"
" <probstart>: sets SPEEX_PREPROCESS_SET_PROB_START value\n"
" <probcont>: sets SPEEX_PREPROCESS_SET_PROB_CONTINUE value\n"
"Returns 0 if the user exits with the '#' key, or -1 if the user hangs
up.\n" ;
-tih
--
Tom Ivar Helbekkmo, Senior System Administrator, EUnet Norway Hosting
www.eunet.no T +47-22092958 M +47-93013940 F +47-22092901 FWD 484145
_______________________________________________
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