I don't see a method to detect the success or failure for the Record CMD. I'd like to know the reason why the recording ended Am I wrong? exten => recordmsg,1,Noop() exten => recordmsg,n,Record(${NEWPHRASEID}:ulaw|4|180) Bart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081215/5580c18e/attachment.htm
On Monday 15 December 2008 18:37:05 Barton Fisher wrote:> I don't see a method to detect the success or failure for the Record CMD. > > I'd like to know the reason why the recording ended > > Am I wrong? > > exten => recordmsg,1,Noop() > exten => recordmsg,n,Record(${NEWPHRASEID}:ulaw|4|180)So you'd be looking for a RECORD_STATUS, perhaps of SILENCE, MAXLENGTH, or POUNDKEY, right? That sounds like a reasonable request. -- Tilghman
Reasonably Related Threads
- Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
- :maxsize => 30 in form not working
- Problems with the Speex Jitter Buffer
- Custom Primary Key, Using Primary Key in Form "gives before_type_cast" error?
- ERb question: Embedding <%= %> in helper method calls