Re: [asterisk-users] PBX hacked: why hundred of calls to the same number ?

2014-10-02 Thread Rainer Piper
Am 01.10.2014 um 15:48 schrieb Gokan Atmaca: Someone reported me that from a PBX on which someone gained fraudulent access, he could observe hundreds of calls to the same destination number. For curiosity's sake, I'm wondering why would this happen (dialing the same number over and over) ? Some

[asterisk-users] Sent ami event from AGI?

2014-10-02 Thread Ilya Awesome
hello, is there way to send event to all ami clients from AGI script? Sent from my iPhone -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every

Re: [asterisk-users] Sent ami event from AGI?

2014-10-02 Thread Scott Griepentrog
You can use the AGI command EXEC to execute a dialplan application, and the application UserEvent can be used to generate custom events that AMI clients can receive. https://wiki.asterisk.org/wiki/display/AST/AGICommand_exec https://wiki.asterisk.org/wiki/display/AST/Application_UserEvent On

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-02 Thread Olli Heiskanen
Hi, Is there anything I can do with this problem? Re-installing Asterisk does not solve this and the problem still persists. Or is there any other logs or configurations I can provide to help figure out why Asterisk is removing lines from the sdp? Any ideas would be greatly appreciated! I also

Re: [asterisk-users] PBX hacked: why hundred of calls to the same number ?

2014-10-02 Thread Tzafrir Cohen
On Thu, Oct 02, 2014 at 07:52:34AM +0200, Rainer Piper wrote: Is the destination Number like Country Code +972? +972 59 xx(x) mobile - Jawall [moving to 7-digit subscriber numbers] source - http://www.wtng.info/wtng-972-il.html That page is slightly dated. +972 59 XXX are all the

Re: [asterisk-users] Sent ami event from AGI?

2014-10-02 Thread Nick Awesome
Works! how I miss that… Thanks. On 02 Oct 2014, at 17:05, Scott Griepentrog sgriepent...@digium.com wrote: You can use the AGI command EXEC to execute a dialplan application, and the application UserEvent can be used to generate custom events that AMI clients can receive.

[asterisk-users] AstLinux 1.2.0 Released

2014-10-02 Thread Darrick Hartman
The AstLinux Team has released 1.2.0. All current users are encouraged to upgrade as this release addresses the bash ShellShock bug. New in 1.2.0: * New Linux Kernel 3.2.x * igb ethernet driver for Intel Atom C2000 * Enable AES-NI support * New sip-user-agent firewall plugin * New versions of

Re: [asterisk-users] AstLinux 1.2.0 Released

2014-10-02 Thread Gokan Atmaca
On Thu, Oct 2, 2014 at 6:04 PM, Darrick Hartman dhart...@djhsolutions.com wrote: The AstLinux Team has released 1.2.0. All current users are encouraged to upgrade as this release addresses the bash ShellShock bug. New in 1.2.0: * New Linux Kernel 3.2.x * igb ethernet driver for Intel Atom

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-02 Thread Eric Wieling
Asterisk is not a SIP Proxy. It is a B2BUA and will *always* replace the SDP with its own. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Olli Heiskanen Sent: Thursday, October 02, 2014 9:06 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] Asterisk removes ice lines in sdp when calling between webrtc clients

2014-10-02 Thread Olli Heiskanen
Hi, Thanks Eric for your reply, yes I know Asterisk replaces the sdp, however it should create ice lines when calling to a webrtc client, which it is currently not doing. To recap my problem (check previous messages for details); I have 2 webrtc clients (sip.js on chrome) with realtime

[asterisk-users] Voice Mail Questions

2014-10-02 Thread Phil Ledon
We are trying to add voice mail to our hotel rooms. Our current phone instruction cards say 'to reach voice mail dial ext 456. Replacing those instructions is not feasible at the moment. We have Feature Code *97 that takes them directly to their voice mail box. Question - What is an easy way to

Re: [asterisk-users] PBX hacked: why hundred of calls to the same number ?

2014-10-02 Thread Dave Platt
Is the destination Number like Country Code +972? +972 59 xx(x) mobile - Jawall [moving to 7-digit subscriber numbers] source - http://www.wtng.info/wtng-972-il.html My SIP Proxy logs all the unauth. INVITEs and I found the a lot calls go to the Country code +972 xxx I've

[asterisk-users] how to strip +1 out of incoming number

2014-10-02 Thread motty cruz
Hello, our VoIP send us caller ID +1(area)(number) for instance +16024224334 is there a way to strip +1 out of caller ID? -- Thanks for your support, Motty -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] how to strip +1 out of incoming number

2014-10-02 Thread Chris Bagnall
On 2/10/14 6:52 pm, motty cruz wrote: Hello, our VoIP send us caller ID +1(area)(number) for instance +16024224334 is there a way to strip +1 out of caller ID? ${CALLERID(num):1} should do what you're after (or :2 if you need to strip the + as well) Kind regards, Chris -- This email is

Re: [asterisk-users] how to strip +1 out of incoming number

2014-10-02 Thread John Kiniston
Try the Filter function Set(cid=${FILTER(0123456789,${CALLERID(NUM)})}) On Thu, Oct 2, 2014 at 10:52 AM, motty cruz motty.c...@gmail.com wrote: Hello, our VoIP send us caller ID +1(area)(number) for instance +16024224334 is there a way to strip +1 out of caller ID? -- Thanks for your

Re: [asterisk-users] how to strip +1 out of incoming number

2014-10-02 Thread Eric Wieling
I prefer using FILTER() so if somehow CallerID arrived with something nasty it will be filtered out. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of John Kiniston Sent: Thursday, October 02, 2014 2:09 PM To: Asterisk Users Mailing

Re: [asterisk-users] how to strip +1 out of incoming number

2014-10-02 Thread Steve Edwards
On Thu, Oct 2, 2014 at 10:52 AM, motty cruz motty.c...@gmail.com wrote: Hello, our VoIP send us caller ID +1(area)(number) for instance +16024224334 is there a way to strip +1 out of caller ID? I've always done it as 2 steps to handle carrier weirdness: ; trim leading +1 from DNIS

Re: [asterisk-users] Voice Mail Questions

2014-10-02 Thread Scott Griepentrog
You can create an extension 456, but change the DIAL string to be Local/$97@from-internal The extension can be any type really, but normally in this case you would use Custom rather than SIP to avoid creating an actual extension. On Thu, Oct 2, 2014 at 12:32 PM, Phil Ledon ple...@lodgetech.com