[asterisk-users] How to invoke a binary file from the dial plan?

2015-06-02 Thread Rodrigo Pimenta Carvalho
Hi everyone. I'm new with Asterisk and I have to create a dial plan that will invoke a binary code. That is, asterisk will execute a program in the same machine. How to do it? Let me explain what I have to do: In the project that I am currently working, there is smartphones, SIP servers and

[asterisk-users] Forward loop protection...

2015-06-02 Thread Carlos Chavez
Ia had a server overload today because someone did a call forward to their own extension. To do a call forward I write a key called CFWD with the extensión number and number to dial . The main script tests if the key/value exists and dials the number stored in the database. What is an

Re: [asterisk-users] Forward loop protection...

2015-06-02 Thread Kevin Larsen
Ia had a server overload today because someone did a call forward to their own extension. To do a call forward I write a key called CFWD with the extensión number and number to dial . The main script tests if the key/value exists and dials the number stored in the database. What

Re: [asterisk-users] How to invoke a binary file from the dial plan?

2015-06-02 Thread Kevin Larsen
Hi everyone. I'm new with Asterisk and I have to create a dial plan that will invoke a binary code. That is, asterisk will execute a program in the same machine. How to do it? Let me explain what I have to do: In the project that I am currently working, there is smartphones, SIP

Re: [asterisk-users] RES: How to invoke a binary file from the dial plan?

2015-06-02 Thread Kevin Larsen
Ok. Thanks for the hint. But, what exactly is a System() dialplan application? Is it a kind of command that i can call in dial plan? I will look for System() related to dial plans. From the Asterisk CLI type: core show application System It will print out the syntax for the command. One

[asterisk-users] RES: How to invoke a binary file from the dial plan?

2015-06-02 Thread Rodrigo Pimenta Carvalho
Ok. Thanks for the hint. But, what exactly is a System() dialplan application? Is it a kind of command that i can call in dial plan? I will look for System() related to dial plans. Thanks. RODRIGO PIMENTA CARVALHO Inatel Competence Center Software Ph: +55 35 3471 9200 RAMAL 979

[asterisk-users] Results of security honeypot experiment - scraping for IP's/credentials ?

2015-06-02 Thread Michelle Dupuis
The results of a security experiment were published this week, in which an Asterisk PBX was set out in the wild to see who would attack it and how: http://www.telium.ca/?honeypot1 What I find particularly interesting is that people/bots are scraping support websites looking for valid IP's of

Re: [asterisk-users] Forward loop protection...

2015-06-02 Thread dk
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kevin Larsen Sent: Tuesday, June 2, 2015 4:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Forward loop protection... Ia had a

Re: [asterisk-users] Forward loop protection...

2015-06-02 Thread SamyGo
Could this possibly mean that any person who has CF set should never be available as CF Destination. Simple db entry/check can have this done. On Tue, Jun 2, 2015 at 5:34 PM, d...@donkelly.biz wrote: *From:* asterisk-users-boun...@lists.digium.com [mailto:

Re: [asterisk-users] Forward loop protection...

2015-06-02 Thread dk
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kevin Larsen Sent: Tuesday, June 2, 2015 5:12 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Forward loop protection... The loop

[asterisk-users] תשובה: Forward loop protection...

2015-06-02 Thread Israel Gottlieb
We could probably parse the rdnis field to see if it that hop is on the list

Re: [asterisk-users] Forward loop protection...

2015-06-02 Thread Kevin Larsen
The loop checking is a bit more challenging than that. If Bob forwards to Fred and Fred forwards to Sue, all is well when Bob and Fred head out for a beer. A little later, we’re in deep doo-do0 when Sue forwards to Bob. Could this possibly mean that any person who has CF set should never

Re: [asterisk-users] did i miss the memo on asterisk devel ?

2015-06-02 Thread Joshua Colp
sean darcy wrote: I usually lurk on the asterisk devel list to see what's going on. No posts for a week or two. Has the list moved ? Nope - it's just been a quiet time. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at:

[asterisk-users] did i miss the memo on asterisk devel ?

2015-06-02 Thread sean darcy
I usually lurk on the asterisk devel list to see what's going on. No posts for a week or two. Has the list moved ? sean -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a

Re: [asterisk-users] Signaling incoming call

2015-06-02 Thread Luca Bertoncello
Kevin Larsen kevin.lar...@pioneerballoon.com schrieb: Look into Set(CALLERID(name)) and Set(CALLERID(num)) to manipulate the caller id name and number that show up on the phone. Hi Kevin! Thanks! It works! I can set the name of the line with CALLERID(name) and see the caller number, too.

Re: [asterisk-users] Signaling incoming call

2015-06-02 Thread Kevin Larsen
Hi Kevin! Thanks! It works! I can set the name of the line with CALLERID(name) and see the caller number, too. And, it the number is in the address book, I see the name, too. Perfect! Glad it worked for you. I usually leave the number untouched, but will manipulate the name to suite

Re: [asterisk-users] did i miss the memo on asterisk devel ?

2015-06-02 Thread Richard Mudgett
On Tue, Jun 2, 2015 at 8:55 AM, Joshua Colp jc...@digium.com wrote: sean darcy wrote: I usually lurk on the asterisk devel list to see what's going on. No posts for a week or two. Has the list moved ? Nope - it's just been a quiet time. Most of the activity on the dev-list was code