Displaying 1 result from an estimated 1 matches for "callminder_retriev".
Did you mean:
callminder_retrieve
2005 Mar 07
0
Dial, record, save to voicemail
...save the recording to a file
- end the recording when a particular phrase is said by the called party
- put that recording into an Asterisk voicemail box and notify the user
I've made a start below (on the easy bit). Any further pointers on how to proceed would be greatly appreciated.
[macro-callminder_retrieve]
exten => s,1,Dial(${LOCALTRUNK},083210,6,D(www1))
;this dials the callminder number, waits and then plays DTMF tone 1 to retrieve new messages
exten => s,2,Record(/tmp/msg000%d.gsm|0|20)
;this doesn't seem to work
For those who wonder why: We have a small business with two incoming lin...