search for: testrecord

Displaying 2 results from an estimated 2 matches for "testrecord".

2005 Jan 30
1
Monitor calls timeout
...sion that I want to have recorded, and barges into the conversation, using a series of DTMF codes that OldPhoneSystem understands. That bit works with no problems. Once it's connected, the context I've placed the call into looks like this: exten => s,1,Answer exten => s,2,Monitor(wav,testrecord,m) And even that works - recording files are made called "testrecord" that contain the conversation from the correct Zap channel. Problem is, Asterisk times out and disconnects after 10 seconds, stopping the recording. If I run something else in the context, say the infamous Monkey Sou...
2012 Jun 21
6
where do I report this DateTime bug?
I have isolated what appears to be a bug in the Rails extensions to DateTime, but I don''t know where to report it. I have a standalone file to demonstrate the bug, but the punch line is that this code: TestRecord.create!(:f_datetime => (expected = DateTime.jd(2000000))) found = TestRecord.first.f_datetime puts("expected == found => #{expected == found}") puts("expected = #{expected.to_formatted_s(:rfc822)}") puts("found = #{found.to_formatted_s(:rfc822)}&qu...