[asterisk-users] Voice Mail beep / tone detection

2012-08-05 Thread tahir almas
Though asterisk support AMD which is based on silence detection but I did not found support of tone / beep detection in asterisk to record a voice message for answering machines after detecting tone Will appreciate any help in this regard Best Regards *Tahir Almas* Managing Partner ICT

Re: [asterisk-users] Voice Mail beep / tone detection

2012-08-05 Thread Carlos Rojas
Hello You will need to do, something like [outbound] exten = s,1,NoCDR exten = s,n,AMD exten = s,n,GotoIf($[${AMDSTATUS}=HUMAN]?humn:mach) exten = s,n(mach),WaitForSilence(2500) exten = s,n,Playback(message-when-machine) exten = s,n,Hangup exten = s,n(humn),WaitForSilence(500) exten =

Re: [asterisk-users] sip tls problem

2012-08-05 Thread Daniel Pocock
Package: asterisk Version: 1:1.8.13.0~dfsg-1+b1 Severity: important On 05/03/12 10:47, Wolfgang Pichler wrote: Hi all, i have had sip TLS with an own signed certificate (using the ast_tls_cert script) running on asterisk-1.8.8 - i then have updated to 1.8.9.3 - and now i get the message

Re: [asterisk-users] Voice Mail beep / tone detection

2012-08-05 Thread tahir almas
Hi Carlos Yes, I know about AMD silence detection but my query relates to beep / tone detection, AMD algorithm works on silence detection and it will not able to detect Voice Mail beeps / tones Regards *Tahir Almas* Managing Partner ICT Innovations http://www.ictinnovations.com Leveraging open

Re: [asterisk-users] Voice Mail beep / tone detection

2012-08-05 Thread tahir almas
I found some past work of Roger Schreiter contributed through asterisk application Mwanalyze but not sure about its current status Regards *Tahir Almas* Managing Partner ICT Innovations http://www.ictinnovations.com Leveraging open source in ICT On Sun, Aug 5, 2012 at 11:37 PM, tahir

[asterisk-users] Background, Playback wave files in Asterisk 1.8.11-cert1

2012-08-05 Thread bilal ghayyad
Hello; What is the difference between using the Background Playback in Asterisk 1.8 without cert and Asterisk 1.8 cert? I surprised that in cert version, I do not hear the sound ! And it is not working properly, but in the normal version, it is working. So what is the new? Is it the version?

Re: [asterisk-users] sip tls problem

2012-08-05 Thread Vladimir Mikhelson
Have you tried 1.8.15? SIP TLS with self-signed certificate seems to be working fine here. The OS is CentOS 5.8 and there are no chained certificates in my environment. -Vladimir On 8/5/2012 1:23 PM, Daniel Pocock wrote: Package: asterisk Version: 1:1.8.13.0~dfsg-1+b1 Severity: important