Displaying 3 results from an estimated 3 matches for "createconf".
2006 Jan 06
2
Incoming PSTN Calls - Stumped
...context.
Now in my extensions.conf ?onecontext? includes other contexts. This
is how I get access to conference calls, creating IVR menus etc. Also
the main purpose of ?onecontext? is to allow outgoing access to the
PSTN.
[onecontext]
include => createmenu //creating an IVR menu
include => createconf //creating a conf call
etc
include => default //used for voicemail
[createmenu]
;does something
[createconf]
;does something
;outgoing calls ? main purpose of onecontext
exten => _X.,1,Dial(SIP/${EXTEN}@provider-out)
exten => _X.,2,Hangup
[default]
;mailbox for 2092 and other users...
2006 Mar 14
1
Codec Issue
...e=very
host=dynamic
nat=yes
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,Play...
2006 Jan 11
0
Incoming PSTN Calls - Can't interrupt Main Menu
...contexts. This
>>is how I get access to conference calls, creating IVR menus etc. Also
>>the main purpose of 'onecontext' is to allow outgoing access to the
>>PSTN.
>>
>>[onecontext]
>>include => createmenu //creating an IVR menu
>>include => createconf //creating a conf call
>>etc
>>include => default //used for voicemail
>>
>>[createmenu]
>>;does something
>>
>>[createconf]
>>;does something
>>
>>;outgoing calls - main purpose of onecontext
>>exten => _X.,1,Dial(SIP/${EXTE...