voicemail.slim

 1doctype xml
 2Response
 3	Tag= "VOICEMAIL"
 4	Pause duration=2 /
 5	== render(*ogm.to_render)
 6	PlayAudio= "/beep.mp3"
 7	Record{
 8		maxDuration="600"
 9		recordingAvailableUrl="/inbound/calls/#{params['callId']}/voicemail/audio"
10		fileFormat="mp3"} /