Displaying 2 results from an estimated 2 matches for "joinconf".
Did you mean:
binconf
2004 Dec 09
2
MeetMe Features
Hi all,
I had a chance to use some call conferences that had some very neat
functionalities:
- When you call you are first asked for your name
- When someone joins the conference a message "<name> is now joining the
conference." is played.
- When someone leaves the room a message "<name> has left to conference." is
played.
How can I set MeetMe/Asterisk to have
2006 Mar 14
1
Codec Issue
...es
dtmfmode=rfc2833
mailbox=2092
disallow=all
allow=alaw
allow=ulaw
allow=g723.1
allow=g729
;extensions.conf
[general]
static=yes
writeprotect = yes
allow=alaw
;specify context for receiving incoming calls
[from-provider]
include => createmenu
include => createconf
include => joinconf
include => playvoicemail
;include => internalExt
;include => incomingpstn
include => default
[createmenu]
;Create an IVR Menu
exten => 20005,1,Wait(2)
exten => 20005,2,Record(/tmp/asterisk-recording:gsm)
exten => 20005,3,Wait(2)
exten => 20005,4,Playback(/tmp/asterisk-reco...