Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

domingo, 2 de septiembre de 2012

Usando la Aplicación MeetMe()


Command Type: 
 Dialplan Application
Version: 
 Trunk
Syntax: 
MeetMe([confno[,options[,pin]]])
Enters the user into a specified MeetMe conference. If the confno is omitted, the user will be prompted to enter one. User can exit the conference by hangup, or if the p option is specified, by pressing #.
The DAHDI kernel modules and at least one hardware driver (or dahdi_dummy) must be present for conferencing to operate properly. In addition, the chan_dahdi channel driver must be loaded for the i and roptions to operate at all.
Parameters: 

confno:
The conference number
options:
a
Set admin mode.
A
Set marked mode.
b
Run AGI script specified in MEETME_AGI_BACKGROUND Default: conf-background.agi.
This does not work with non-DAHDI channels in the same conference).
c
Announce user(s) count on joining a conference.
C
Continue in dialplan when kicked out of conference.
d
Dynamically add conference.
D
Dynamically add conference, prompting for a PIN.
e
Select an empty conference.
E
Select an empty pinless conference.
F
Pass DTMF through the conference.
i
Announce user join/leave with review.
I
Announce user join/leave without review.
l
Set listen only mode (Listen only, no talking).
m
Set initially muted.
M(class)
Enable music on hold when the conference has a single caller. Optionally, specify a musiconhold class to use. If one is not provided, it will use the channel's currently set music class, or default.
o
Set talker optimization - treats talkers who aren't speaking as being muted, meaning (a) No encode is done on transmission and (b) Received audio that is not registered as talking is omitted causing no buildup in background noise.
p(keys)
Allow user to exit the conference by pressing # (default) or any of the defined keys. If keys contain * this will override option s. The key used is set to channel variable MEETME_EXIT_KEY.
P
Always prompt for the pin even if it is specified.
q
Quiet mode (don't play enter/leave sounds).
r
Record conference (records as MEETME_RECORDINGFILE using format MEETME_RECORDINGFORMAT. Default filename is meetme-conf-rec-${CONFNO}-${UNIQUEID}and the default format is wav.
s
Present menu (user or admin) when * is received (send to menu).
t
Set talk only mode. (Talk only, no listening).
T
Set talker detection (sent to manager interface and meetme list).
W(secs)
Wait until the marked user enters the conference.
x
Close the conference when last marked user exits
X
Allow user to exit the conference by entering a valid single digit extension MEETME_EXIT_CONTEXT or the current context if that variable is not defined.
1
Do not play message when first person enters
S(x)
Kick the user x seconds after he entered into the conference.
L([x[:y[:z]]])
Limit the conference to x ms. Play a warning when y ms are left. Repeat the warning every z ms. The following special variables can be used with this option:
CONF_LIMIT_TIMEOUT_FILE
File to play when time is up.
CONF_LIMIT_WARNING_FILE
File to play as warning if y is defined. The default is to say the time remaining.
pin: (no description)
See Also: 
MeetMeChannelAdmin

http://www.asterisk.org/docs/asterisk/trunk/applications/meetme
http://www.the-asterisk-book.com/unstable/applikationen-meetme.html


exten => 123,1,Answer()
; Place the caller in conference 333 (with PIN 1234):
exten => 123,n,MeetMe(333,DpM,1234)

No hay comentarios:

Publicar un comentario