Re: [asterisk-users] Disabling CDR for all dialed parties in Asterisk 12

2014-09-18 Thread janusz_1942
NoCDR doesn't seem to work differently from CDR_PROP(disable), but it is deprecated in Astersisk 12. Anyway, thanks.   Please excuse me if this reply goes to wrong place and/or if formatting is incorrect. This is my first time posting/replying in a mailing list.   W dniu 2014-09-16 18:54:59

[asterisk-users] mixmonitor - convert wav to mp3/aac

2014-09-18 Thread Marek Cervenka
hi, i want convert mixmonitor recorded speech audio from wav to mp3 or aac can you recommend your settings for speech audio? filters, noise elimination, compression ratio, ... i will probably use lame thank you -- --- Marek Cervenka

Re: [asterisk-users] mixmonitor - convert wav to mp3/aac

2014-09-18 Thread Thorsten Göllner
Am 18.09.2014 11:06, schrieb Marek Cervenka: hi, i want convert mixmonitor recorded speech audio from wav to mp3 or aac can you recommend your settings for speech audio? filters, noise elimination, compression ratio, ... i will probably use lame Give sox with compiled mp3-support a try:

[asterisk-users] Asterisk 11.9.0 PRI no ring indications

2014-09-18 Thread Doug Lytle
Hopefully someone can point me in the correct direction. I had a 1.4x system die on me yesterday, while I was prepping a new machine to replace it. Took the machine on site yesterday and spent the day and part of the evening getting things working. This morning, I finished up converting my

Re: [asterisk-users] Asterisk 11.9.0 PRI no ring indications

2014-09-18 Thread Noah Engelberth
Have you checked your /etc/asterisk/indications.conf file? I know I had a couple systems where I tried to be minimalist with the config files I used, and forgot to bring the indications.conf over from the samples -- the symptom those times was that the caller (inbound, outbound, or extension

Re: [asterisk-users] Voice-Recognition / ASR / with barge in

2014-09-18 Thread Mitul Limbani
AFAIK, the generic asterisk speech API has an application : - SpeechBackground Not sure if it would work with your custom speech engine, you might have to look at the Generic Speech API to make it work for ur engine. Mitul On Thursday, September 18, 2014, Thorsten Göllner t...@ovm-group.com

[asterisk-users] Voice-Recognition / ASR / with barge in

2014-09-18 Thread Thorsten Göllner
Hi there, I am using Asterisk 11.9 (with Sangoma-E1-Card/DAHDI) and it works fine :-) But I am wondering if there is a solution/application which will enable me to implement voice recognition while playing a voice file (barge in). So that the caller hears a voice file and can interrupt it with

Re: [asterisk-users] Asterisk 11.9.0 PRI no ring indications

2014-09-18 Thread Doug Lytle
Have you checked your /etc/asterisk/indications.conf file? I know I had a couple systems where I tried to be minimalist with the config files I used I copied the indications.conf file from the working system, it didn't work. The size was different, I did a reload at the console, but don't

Re: [asterisk-users] Polycom DND + Intercom/Paging Override?

2014-09-18 Thread John Kiniston
On Wed, Sep 17, 2014 at 10:06 PM, Nathan Anderson nath...@fsr.com wrote: BUT Polycom handsets cannot be configured to just listen to RTP being multicasted to a particular multicast IP like many other IP phones can...the signalling for Polycom multicast paging and PTT functionality is

[asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread motty cruz
Hello, I would to allow users to place calls overseas such as India and Malaysia but only with a security code. if they don't have a security code I want to be able to drop the calls. can someone point me to a right direction to achieve this goal? Thanks, Motty --

Re: [asterisk-users] Polycom DND + Intercom/Paging Override?

2014-09-18 Thread Tim Nelson
- Original Message - Tim, I THINK but I'm not sure that you can do this with the Polycom multicast page function. Have you attempted this yet? Thanks david Given the odd nature of multicast paging with Polycom, I was hoping to avoid such a setup. My recollection is having this

[asterisk-users] Asterisk 11.6-cert6, 11.12.1, 12.5.1 Now Available (Security Release)

2014-09-18 Thread Asterisk Development Team
The Asterisk Development Team has announced security releases for Certified Asterisk 11.6 and Asterisk 11 and 12. The available security releases are released as versions 11.6-cert6, 11.12.1, and 12.5.1. These releases are available for immediate download at

[asterisk-users] AST-2014-009: Remote crash based on malformed SIP subscription requests

2014-09-18 Thread Asterisk Security Team
Asterisk Project Security Advisory - AST-2014-009 ProductAsterisk SummaryRemote crash based on malformed SIP subscription requests

[asterisk-users] AST-2014-010: Remote crash when handling out of call message in certain dialplan configurations

2014-09-18 Thread Asterisk Security Team
Asterisk Project Security Advisory - AST-2014-010 ProductAsterisk SummaryRemote crash when handling out of call message in certain dialplan configurations

Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread Julian Beach
Hello motty, Thursday, September 18, 2014, 6:35:40 PM, you wrote: Hello, I would to allow users to place calls overseas such as India and Malaysia but only with a security code. if they don't have a security code I want to be able to drop the calls.  I use this exten =

[asterisk-users] conversation record prematurely

2014-09-18 Thread Joseph
I have following line in a context: ... exten = _587NXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten = _587NXX,n,MixMonitor(${recordfilename},b) ... It records the conversation but it ends prematurely, after 10min. Why? Where is

Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread motty cruz
Thank you Julian, would it be possible to block calls to international calls except certain countries? I just want to make sure that if attackers try to place calls outside the states they not succeed. Thanks, Motty On Thu, Sep 18, 2014 at 12:55 PM, Julian Beach jb_s...@trink.co.uk wrote:

Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread Eric Wieling
Your question demonstrates a fundamental lack of Asterisk concepts and knowledge. You should start by reading http://www.asteriskdocs.org/ and go from there.Asterisk is not something you can learn in a few days. From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread motty cruz
Thanks Eric, for respectfully pointing that link, it is the reason why I am posting my question for lack of knowledge. I had been working on Asterisk for the last 4 years, I am always learning something knew. - Motty On Thu, Sep 18, 2014 at 2:15 PM, Eric Wieling ewiel...@nyigc.com wrote: Your

Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread Eric Wieling
It is unfortunate http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html/asterisk-book.html#asterisk-DP-Basics-SECT-3.6 is not helpful to you. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of motty cruz Sent: Thursday, September

[asterisk-users] Record call ends in 10min

2014-09-18 Thread Joseph
In my context I have: exten = _NXX,1,Set(CHANNEL(musicclass)=default) exten = _NXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten = _NXX,n,MixMonitor(${recordfilename},b) but the recorded conversation ended in 10min so it =

Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread motty cruz
absolutely not what I meant, I really meant to say thank you for respectfully pointing that out. -Motty On Thu, Sep 18, 2014 at 2:32 PM, Eric Wieling ewiel...@nyigc.com wrote: It is unfortunate

Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism

2014-09-18 Thread Eric Wieling
My apologies, I misunderstood. I’m glad the link was helpful. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of motty cruz Sent: Thursday, September 18, 2014 5:44 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:

Re: [asterisk-users] Record call ends in 10min

2014-09-18 Thread Joseph
On 09/18/14 15:43, Joseph wrote: In my context I have: exten = _NXX,1,Set(CHANNEL(musicclass)=default) exten = _NXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten = _NXX,n,MixMonitor(${recordfilename},b) but the recorded

Re: [asterisk-users] Asterisk 11.9.0 PRI no ring indications

2014-09-18 Thread Eric Wieling
Ringback problems are a pain in the neck to troubleshoot. You don't mention your endpoint, but if the endpoint is sip, play around with the prematuremedia and progressinband options in sip.conf.The comments for these two settings in sip.conf.sample are completely and totally confuzing.

Re: [asterisk-users] conversation record prematurely

2014-09-18 Thread Rusty Newton
On Thu, Sep 18, 2014 at 3:16 PM, Joseph syscon...@gmail.com wrote: I have following line in a context: ... exten = _587NXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten = _587NXX,n,MixMonitor(${recordfilename},b) ... It records

Re: [asterisk-users] Record call ends in 10min

2014-09-18 Thread Rusty Newton
On Thu, Sep 18, 2014 at 5:00 PM, Joseph syscon...@gmail.com wrote: On 09/18/14 15:43, Joseph wrote: I don't have any maxduration set in any config file. maxduration: maximum recording duration in seconds. If missing or 0, there is no maximum. Joseph, please don't start new threads on a

Re: [asterisk-users] Asterisk 11.9.0 PRI no ring indications

2014-09-18 Thread Doug Lytle
Eric Wieling wrote: You don't mention your endpoint Both ends of the PRI. In house the end points are SIP phones, but calling from a sip phone (Polycom) to our remote office, there is no ringing. I'll be on site again this Saturday. I may end up putting the old 1.4x box back into

Re: [asterisk-users] Record call ends in 10min

2014-09-18 Thread Joseph
On 09/18/14 16:00, Joseph wrote: On 09/18/14 15:43, Joseph wrote: In my context I have: exten = _NXX,1,Set(CHANNEL(musicclass)=default) exten = _NXX,n,Set(recordfilename=${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y-%m-%d-%H%M)}.wav) exten =

Re: [asterisk-users] Polycom DND + Intercom/Paging Override?

2014-09-18 Thread Nathan Anderson
On Thursday, September 18, 2014 10:31 AM, John Kiniston wrote: There is one product that I know of that is Compatible with Polycom paging. The Algo 8180 Audio Alerter. [snip] You can call it via SIP from asterisk and it can multicast in the special Polycom format to your phones. Wow, I