Displaying 1 result from an estimated 1 matches for "playvoicemail".
2006 Mar 14
1
Codec Issue
...lbox=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-recording)
exten => 20005,5,w...