Re: [asterisk-users] AGI and AMI in PHP -- What's current?

2014-11-18 Thread Eric Wieling
Other than a few minor patches, we use stock phpagi. If you want simple, phpagi is the way to go. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards Sent: Tuesday, November 18, 2014 3:34 PM To:

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

2014-10-03 Thread Eric Wieling
We set up our servers to allowguest=yes and autocreatepeer=yes and use a global context setting to point any of those calls to an IVR jail.Attempts stop reasonably quickly. An empty room with an unlocked door is far less interesting than a room with the door locked. From:

Re: [asterisk-users] Lost audio on forwarded calls

2014-10-03 Thread Eric Wieling
Any chance this is a simple directmedia and/or NAT issue? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Totaro Sent: Friday, October 03, 2014 4:14 PM To: tjrl...@live.com; Asterisk Users Mailing List - Non-Commercial Discussion

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] 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] Change codec when dial from SIP to DAHDI

2014-09-25 Thread Eric Wieling
You will find not transcoding much less useful that one might imagine. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of d tbsky Sent: Thursday, September 25, 2014 2:57 PM To: Asterisk Users Mailing List -

Re: [asterisk-users] read digits from the user through php agi script

2014-09-23 Thread Eric Wieling
I’m not going to help you debug your code, but I wanted to post part of a function from one of our internal AGIs which reads auth codes using a simple IVR. The code is ugly but it might be helpful to you. This code is released to the public domain. // no pin provided, get pin from

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 Eric Wieling
18, 2014 5:27 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism Thanks Eric, for respectfully pointing that link, it is the reason why I am posting my question for lack of knowledge

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

2014-09-18 Thread Eric Wieling
: Re: [asterisk-users] Asterisk prefix code to dial a high fraud country - security mechanism 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.commailto:ewiel...@nyigc.com wrote

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] Asterisk- VoIP Phones ring from Ext. 101 but that Ext. does not exist in extensions.conf

2014-09-16 Thread Eric Wieling
See: http://community.polycom.com/t5/VoIP/100-EXTERNAL-CALLS-UNWANTED-NUMERAL/td-p/50841 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of motty cruz Sent: Tuesday, September 16, 2014 12:04 PM To: Asterisk Users Mailing List -

Re: [asterisk-users] if statement recording - after hours

2014-09-11 Thread Eric Wieling
See ExecIf in the output of core show applications. The IF function might be useful, see core show functions. I assume the Asterisk Book also covers this. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of

Re: [asterisk-users] Asterisk secure fine tune - stop attack

2014-09-04 Thread Eric Wieling
If we don't need to allow access from outside the USA we block access from all non-ARIN IP addresses by using iptables. This takes care of at least 80% of attacks. I enabled guest access and pointed all guest calls to an IVR which auto disconnects the call after a while (2 min seems good) if

Re: [asterisk-users] Special functionality for Secretary/Boss

2014-09-04 Thread Eric Wieling
Sounds like you are running FreePBX. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mitul Limbani Sent: Thursday, September 04, 2014 6:34 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users]

Re: [asterisk-users] Custom SIP-header not present in call Asterisk to Asterisk

2014-09-02 Thread Eric Wieling
Try Hangup(123) where 123 is whatever hangup cause you want to send back to the caller. The calliing Asterisk server will get the valuse back in HANGUPCAUSE variable. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonas Kellens

Re: [asterisk-users] Custom SIP-header not present in call Asterisk to Asterisk

2014-09-02 Thread Eric Wieling
: Tuesday, September 02, 2014 12:41 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Custom SIP-header not present in call Asterisk to Asterisk On 02-09-14 14:22, Eric Wieling wrote: Try Hangup(123) where 123 is whatever hangup cause you want to send back

Re: [asterisk-users] Does Asterisk 1.8. Supports Video Calls

2014-09-02 Thread Eric Wieling
As long as you are NOT transcoding video should work in Asterisk. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Patrick Laimbock Sent: Tuesday, September 02, 2014 6:39 PM To: asterisk-users@lists.digium.com

Re: [asterisk-users] Does Asterisk 1.8. Supports Video Calls

2014-09-02 Thread Eric Wieling
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Patrick Laimbock Sent: Tuesday, September 02, 2014 7:54 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Does Asterisk 1.8. Supports Video Calls On 02-09-14 21:15, Eric Wieling

Re: [asterisk-users] Does Asterisk 1.8. Supports Video Calls

2014-09-02 Thread Eric Wieling
...@lists.digium.com] On Behalf Of Patrick Laimbock Sent: Tuesday, September 02, 2014 9:36 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Does Asterisk 1.8. Supports Video Calls On 02-09-14 22:52, Eric Wieling wrote: A co-worker was doing video, I dislike video. The phones were Polycom VVX

Re: [asterisk-users] RDNIS with tel: vs. sip: header

2014-08-29 Thread Eric Wieling
Looks like this was resolved recently. https://reviewboard.asterisk.org/r/3349/ -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Patrick Laimbock Sent: Thursday, August 28, 2014 12:02 PM To:

Re: [asterisk-users] PRI timing settings

2014-08-20 Thread Eric Wieling
NXXNXX is the correct format of CallerID numbers in NANPA. The leading 1 is not part of any NANPA phone number. Toll free area codes are also not valid for CallerID. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff

Re: [asterisk-users] PRI timing settings

2014-08-20 Thread Eric Wieling
:) Company 1NXXNXX Cheers, j On 08/20/2014 09:46 AM, Eric Wieling wrote: NXXNXX is the correct format of CallerID numbers in NANPA. The leading 1 is not part of any NANPA phone number. Toll free area codes are also not valid for CallerID. From: asterisk-users-boun

Re: [asterisk-users] PRI timing settings

2014-08-20 Thread Eric Wieling
Do you also dial only 7 digits when calling from your cellphone when it works? Have you tried using the whole number in your dial? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff LaCoursiere Sent: Wednesday, August 20, 2014

Re: [asterisk-users] Dispatching calls question

2014-08-20 Thread Eric Wieling
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards Sent: Wednesday, August 20, 2014 9:01 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Dispatching calls

Re: [asterisk-users] Way to dump PRI settings?

2014-08-19 Thread Eric Wieling
I doubt PBX settings (other than CallerID) would break calling to only one specific carrier. Have you tried pri show span X? From one of our boxes: pbx*CLI pri show span 1 Primary D-channel: 24 Status: Up, Active Switchtype: National ISDN Type: CPE Remote type: Unknown node type Overlap Dial:

Re: [asterisk-users] agi get_data noanswer

2014-08-12 Thread Eric Wieling
Discussion Subject: Re: [asterisk-users] agi get_data noanswer Eric is correct. There is no way to send dtmf while the call has not been answered. But us very confusing the read command, in specific option = n(noanswer) to read digits even if the line is not up My AGI line is the following $AGI

Re: [asterisk-users] agi get_data noanswer

2014-08-07 Thread Eric Wieling
Generally the only thing you are allowed to do before answer is send audio. You can’t receive audio and can’t receive DTMF. I assume it is to prevent people from doing exactly what you are trying to do --- trying to have two way communications without paying for the call. From:

Re: [asterisk-users] Any way to get rid of X-Asterisk?

2014-07-23 Thread Eric Wieling
From sip.conf.sample in 11.10.0 ;use_q850_reason = no ; Default no ; Set to yes add Reason header and use Reason header if it is available. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of David Lam Sent:

Re: [asterisk-users] Call Identifier Logging

2014-07-22 Thread Eric Wieling
Making LinkedID available in the dialplan would also be useful. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Rafael dos Santos Saraiva Sent: Tuesday, July 22, 2014 1:44 PM To: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] Call Identifier Logging

2014-07-22 Thread Eric Wieling
1:56 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call Identifier Logging On Tue, Jul 22, 2014 at 12:45 PM, Eric Wieling ewiel...@nyigc.commailto:ewiel...@nyigc.com wrote: Making LinkedID available in the dialplan would also be useful. LinkedID

Re: [asterisk-users] Call Identifier Logging

2014-07-22 Thread Eric Wieling
Where is this documented? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steven Wheeler Sent: Tuesday, July 22, 2014 2:08 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call Identifier

Re: [asterisk-users] VoIP over 3G/4G Data

2014-07-18 Thread Eric Wieling
Depends on the carrier. Verizon Wireless appears to activly block SIP. G729 codec is needed on 3G and is a good idea on 4G. I use TLS and SRTP to work around carrier stupidity. I also use a non-standard port for TLS. It mostly works much of the time. Don’t get BRIA, every time your

Re: [asterisk-users] 1TE133F and first pci-e slot

2014-07-17 Thread Eric Wieling
Does your Supermicro system have the Intel Card of Sorrow, aka Intel 82574L? If so, see: http://www.zdnet.com/intel-ethernet-controller-vulnerable-to-packet-of-death-710984/ http://blog.krisk.org/2013/02/packets-of-death-update.html -Original Message- From:

Re: [asterisk-users] busy() not setting PRI_CAUSE

2014-07-10 Thread Eric Wieling
setting cause 17? -Justin From: asterisk-users-boun...@lists.digium.commailto:asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Wieling Sent: Wednesday, July 09, 2014 4:38 PM To: Asterisk Users Mailing List

Re: [asterisk-users] PRI congestion instead of busy

2014-07-09 Thread Eric Wieling
If you use Playtones you should put an Answer and a Wait(1) before the Playtones I recommend using the Hangup app instead. Busy would be Hangup(17). From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Justin Killen Sent: Wednesday, July

Re: [asterisk-users] busy() not setting PRI_CAUSE

2014-07-09 Thread Eric Wieling
Generally if you want to send a cause 17 to the caller you would use Hangup(17) and let the caller's switch generate the busy tone. If the dialplan has already answered the call, then you might want to use Busy or Playtones. From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Database and variables

2014-07-08 Thread Eric Wieling
If you are executing database put Agora modele/IVR/AstreinteNagios/1 ${ASTR_State} while in the Asterisk CLI, that won't work. You cannot access DIALPLAN variables from the CLI. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] packet2packet bridging

2014-07-08 Thread Eric Wieling
I think you will find that direct audio between two endpoints does not work when NAT is involved. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Sameer Rathod Sent: Tuesday, July 08, 2014 11:18 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] packet2packet bridging

2014-07-08 Thread Eric Wieling
Hi Eric, I am behind nat Is there any solution for the same. My goal is to deduct the balance for the call but free my asterisk server from audio packet load. On Tue, Jul 8, 2014 at 7:51 PM, Eric Wieling ewiel...@nyigc.commailto:ewiel...@nyigc.com wrote: I think you will find that direct audio

Re: [asterisk-users] chan_dahdi.conf sintax

2014-07-08 Thread Eric Wieling
Once set, settings apply to all following channel = lines until the setting is changed. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ethy H. Brito Sent: Tuesday, July 08, 2014 1:30 PM To:

Re: [asterisk-users] quoting arguments to System command in dialplan

2014-07-04 Thread Eric Cooper
it. I'm still bothered that I can't figure out how to reliably quote the characters rather than just stripping them out. -- Eric Cooper e c c @ c m u . e d u -- _ -- Bandwidth and Colocation Provided by http://www.api

[asterisk-users] quoting arguments to System command in dialplan

2014-07-02 Thread Eric Cooper
many quotes, both resulting in multiple arguments being passed to my program instead of one. I can paste some logging output if that would help. Any suggestions would be appreciated. -- Eric Cooper e c c @ c m u . e d u

Re: [asterisk-users] Attack on Sip server.

2014-06-27 Thread Eric Wieling
This is a common issue and is covered in the mailing list archives multiple times. Do a Google search for something like: site:lists.digium.com fail2ban From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steven Howes Sent: Friday,

Re: [asterisk-users] CLID Presentation Billing Number | Diversion vs. Remote-Party-ID vs. P-Asserted-Id vs. From vs. P-Charge-info

2014-06-26 Thread Eric Wieling
It depends on your carrier.With some carriers, such as Verizon SIP, you do this using P-Asserted-Identity. With Verizon SIP, if they can’t figure out how to bill the call, it will be rejected. With Level 3 SIP, you can use From: or PAID but if the number you present to them is not on your

Re: [asterisk-users] CLID Presentation Billing Number | Diversion vs. Remote-Party-ID vs. P-Asserted-Id vs. From vs. P-Charge-info

2014-06-26 Thread Eric Wieling
You need to talk to your carrier. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Positively Optimistic Sent: Thursday, June 26, 2014 10:23 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users]

Re: [asterisk-users] Multiple Servers: Multiple Peers: call-limit

2014-06-25 Thread Eric Wieling
Something like memcachedb is also an option. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Gregory Malsack Sent: Wednesday, June 25, 2014 5:33 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:

Re: [asterisk-users] Echo Cancellation when calling from softphone to mobile.

2014-06-25 Thread Eric Wieling
There are two common types of echo. Accoustic Echo: This is caused by microphone picking up audio from the speaker. This echo cannot generally be removed by echo cancelers. The solution to accoustic echo is to prevent the microphone from picking up audio from the speaker (or handset or

Re: [asterisk-users] DTMF transmitting letter A

2014-06-17 Thread Eric Wieling
A is a valid DTMF digit, chances are your PBX is detecting the digit wrong. If you have relaxdtmf enabled, disable it. If that doesn't help, play with the audio gains. Too loud or too soft can cause DTMF issues. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Asterisk 12 AMI Hold Event

2014-06-11 Thread Eric Wieling
Generally in the UPGRADE.txt file which came in the tarball. A pretty version is here https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Richard Mudgett Sent:

Re: [asterisk-users] CDR custom variable on second call leg - via originate or .call file

2014-06-10 Thread Eric Wieling
Using Set(MASTER_CHANNEL(CDR(remoteUid))=foo); might do what you want From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mikael Fredin Sent: Tuesday, June 10, 2014 11:18 AM To: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] asterisk-users Digest, Vol 119, Issue 7

2014-06-07 Thread Eric Wieling
line so it is more specific than Re: Contents of asterisk-users digest... Today's Topics: 1. Shorten time between DTMF (CDR) 2. Re: Shorten time between DTMF (Eric Wieling) -- Message: 1 Date: Fri, 6 Jun 2014 13:04

Re: [asterisk-users] Shorten time between DTMF

2014-06-06 Thread Eric Wieling
Which EXACT parameter did you change in asterisk.conf? Changing DTMF duration for DAHDI is done in chan_dahdi.conf. SIP DTMF duration and inter-digit duration is generally set on the phone. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Renegotiate SIP audio codec after call is up

2014-06-04 Thread Eric Wieling
How many g729 Licenses do you have? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Matteo Campana Sent: Wednesday, June 04, 2014 10:48 AM To: asterisk-users Subject: [asterisk-users] Renegotiate SIP audio codec after call is up Hi

Re: [asterisk-users] Get last dialed number in a context?

2014-06-03 Thread Eric Wieling
Have you tried RetryDial()? --- Documentation for Polycom phones can be found at http://help.nyigc.net/ From: asterisk-users-boun...@lists.digium.com [asterisk-users-boun...@lists.digium.com] On Behalf Of jg [webaccounts...@jgoettgens.de] Sent: Tuesday,

Re: [asterisk-users] Disabling QSIG Encoding in LibPRI

2014-05-26 Thread Eric Wieling
-boun...@lists.digium.com] On Behalf Of Armen K Sent: Saturday, May 24, 2014 9:08 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Disabling QSIG Encoding in LibPRI Hi Eric, All that setting does is turn on and off the Facility IEs, nothing else. Thanks though! From: ewiel

Re: [asterisk-users] Disabling QSIG Encoding in LibPRI

2014-05-24 Thread Eric Wieling
Have you tried playing with the facilityenable setting in chan_dahdi.conf? chan_dahdi.conf.sample should have some info on that option. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Armen K Sent: Friday,

Re: [asterisk-users] new install: no re-invite and unwanted transcoding

2014-05-14 Thread Eric Wieling
Inband audio, such as ringing, busy, intercept, silence, etc require transcoding. We solved the issue on our Asterisk installs by purchasing a hardware transcoding card (for G729, but the card supports several codecs in hardware. In my experience transcoding happens, accept it and move

Re: [asterisk-users] Terrible dahdi_test results

2014-05-14 Thread Eric Wieling
Try the card in another machine with a different brand of motherboard. If it works you know it is a hardware issue. Do you have an actual T-1 plugged into your card? If not, try that and see if there is any difference. -Original Message- From:

Re: [asterisk-users] Asterisk 1.8.22

2014-05-12 Thread Eric Wieling
If the attacks are direct (rather than through Asterisk) and you have a Polycom phone, check around page 522 of the firmware 4.0 admin guide. If the attacks are directed at your Asterisk then you should use fail2ban to dynamically block attackers. If the attacks are coming to your phone via

Re: [asterisk-users] Adding a SIP header to a reject 503

2014-05-10 Thread Eric Wieling
Not that I'm aware of. SIPAddHeader won't help you. Asterisk only sends the extra headers when you use the Dial app. You'll need to install a SIP Proxy in front of Asterisk if you want to manipulate the SIP headers. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Multicast RTP

2014-05-08 Thread Eric Wieling
I believe Polycom phones support Multicast for paging and intercom without any Asterisk involvement. Check the Admin Guide. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Josh Metzger Sent: Thursday, May

Re: [asterisk-users] Ghost calls on PBX

2014-05-07 Thread Eric Wieling
Most FXS ATAs do not support supervision so they don't work well when plugged into a PBX's analog FXO (aka CO) ports. If the Mitel can provide supervision on analog phone ports (i.e. FSX) then you could use an ATA with FXO ports. If the Mitel does not support supervision on analog phone

Re: [asterisk-users] Reload problems with 1.8.27 and 11.9.0 - Someone else ?

2014-05-01 Thread Eric Wieling
In my experience DNS issues will cause Asterisk to take a long time to reload and could stop Asterisk for working at all. List all the IPs of the box in /etc/hosts and make sure /etc/resolv.conf points to a working nameserver. See if that helps at all. -Original Message- From:

Re: [asterisk-users] Trunk issue

2014-04-28 Thread Eric Wieling
Does the script generate an error when run outside of Asterisk? An AGI should simply wait for input when run outside of Asterisk. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Haley,Scott A Sent:

Re: [asterisk-users] Trunk issue

2014-04-28 Thread Eric Wieling
/US_email_disclosure. Edward D. Jones Co., L.P. d/b/a Edward Jones, 12555 Manchester Road, St. Louis, MO 63131 © Edward Jones. All rights reserved. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Wieling

Re: [asterisk-users] Help with a bug

2014-04-23 Thread Eric Wieling
Doesn't MixMonitor use sox to combine the incoming and outgoing recordings? If so, I'd expect MixMonitor to add MORE delay, not less. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Josh Metzger Sent:

Re: [asterisk-users] Anyone used WatchGuard SIP ALG?

2014-04-22 Thread Eric Wieling
I would be very surprised is anyone uses WatchGuard SIP ALG. For the past 12 years the advice has always been Disable SIP ALG and let Asterisk do the NAT fixup itself on any firewall, regardless of brand.I wish you the best of luck. -Original Message- From:

Re: [asterisk-users] Old Asterisk Release wanting to upgrade ...

2014-04-17 Thread Eric Wieling
I had little problem converting my AEL scripts from 1.4 to 11 -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

Re: [asterisk-users] Old Asterisk Release wanting to upgrade ...

2014-04-17 Thread Eric Wieling
wanting to upgrade ... On 17/4/14 4:53 pm, Eric Wieling wrote: I had little problem converting my AEL scripts from 1.4 to 11 Did they have lots of macros in them? If so, then you, sir, are a better man than I, and I take my hat off to you :-) (and any hints you might want to share

Re: [asterisk-users] Realtime in asterisk 12 removed/deprecated?

2014-04-17 Thread Eric Wieling
All significant changes should be listed in the UPGRADE*.txt included in the Asterisk source code. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bruce Ferrell Sent: Thursday, April 17, 2014 4:15 PM To:

Re: [asterisk-users] Asterisk and OSX

2014-04-14 Thread Eric Wieling
So few people use Asteisk on OSX that I doubt anyone will answer. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Manu Sent: Monday, April 14, 2014 4:13 AM To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] ControlPlayback can not replay complicated file names

2014-04-10 Thread Eric Wieling
This doesn't fix the issue, but a work around might be to try using file names without the any : in them -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jonathan White Sent: Thursday, April 10, 2014 2:56

Re: [asterisk-users] Function REGEX

2014-03-31 Thread Eric Wieling
Here is an example from one of my production dialplans same = n,ExecIf(${REGEX(^1205|^1256|^1850|^1718|^1212|^1917|^1347|^1646|^1929 ${CALLERID(num)})}]?Hangup) Assuming you meant 0-9 and not the literal X (which means nothing special in regular expressions): same =

Re: [asterisk-users] Debugging stuck inbound call

2014-03-28 Thread Eric Wieling
1) put a maximum number of loops in your IVR to terminate calls which are dead or gone. 2) put maximum message length in voicemail.conf (ever tried to delete a 4 day long voicemail?) 3) Call sometimes get stuck. This is life. -Original Message- From:

Re: [asterisk-users] Numbers hackers call

2014-03-27 Thread Eric Wieling
I have an iptables file which blocks all traffic except traffic from networks allocated by ARIN or are Legacy networks. I pulled the information from http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xhtml My iptables script can be found at the link below.

Re: [asterisk-users] Numbers hackers call

2014-03-26 Thread Eric Wieling
972 is Israel See: http://en.wikipedia.org/wiki/List_of_country_calling_codes#Ordered_by_code -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Michelle Dupuis Sent: Wednesday, March 26, 2014 11:05 AM To:

Re: [asterisk-users] Numbers hackers call

2014-03-26 Thread Eric Wieling
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Chad Wallace Sent: Wednesday, March 26, 2014 6:31 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Numbers hackers call If this is to 972

Re: [asterisk-users] IAXModem or T38Modem?

2014-03-25 Thread Eric Wieling
I would not say happy, since there is no happiness in a world with T.38, but Level 3 supports T.38.Level 3 is wholesale only as far as I know. Vitelity has some fax service stuff too. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] ast_writefile: No such format 'h261', yet h261 is the only video format that works.

2014-03-21 Thread Eric Wieling
H.323 is a communications protocol like SIP. H261 is a codec like ulaw or gsm. You do not need H323 unless you are using the H323 protocol INSTEAD of SIP. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf

Re: [asterisk-users] Need more meetme users -- hitting some limit

2014-03-21 Thread Eric Wieling
In no specific order: Download the Asterisk tarball you want to use and study all the UPGRADE*.txt files included in it. Buy or download the latest ATFOT book, study it. Install Asterisk into a test box, even a VM is OK for testing, study the output of core show applications and

Re: [asterisk-users] php script in h context makes channel hang : solution ?

2014-03-20 Thread Eric Wieling
This is an excerpt from a script I use for post processing received faxes. You need the PHP process extension, on CentOS that is the php-process package. end of code which interacts with asterisk declare(ticks=1); // become a daemon so we don't tie up asterisk resources while we process

Re: [asterisk-users] Billing number vs. CallerID number | Asterisk 11.5.1

2014-03-17 Thread Eric Wieling
Often it is P-Asserted-ID, but depends on the carrier. You should be asking your carrier how to do this. Be careful, if the carrier doesn't like your CID spoofing they might bill the call to a default number on the account. I suspect it is the destination which is rejecting the call because

Re: [asterisk-users] Replying to Posts

2014-03-13 Thread Eric Wieling
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Steve Edwards Sent: Thursday, March 13, 2014 1:39 PM To: rwhee...@artifact-software.com; Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:

Re: [asterisk-users] Replying to Posts

2014-03-13 Thread Eric Wieling
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Terry Brummell Sent: Thursday, March 13, 2014 2:44 PM To: Asterisk Users Mailing List - Non-Commercial Discussion; rwhee...@artifact-software.com Subject: Re:

Re: [asterisk-users] Asterisk Authentication

2014-03-11 Thread Eric Wieling
Try setting the sip.conf entry to friend, not peer and not user. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jim Boykin Sent: Tuesday, March 11, 2014 10:34 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] Remote extensions call drops after 20 seconds.

2014-03-10 Thread Eric Wieling
can help me. Attach updated logs: http://pastebin.com/HmKEDAUq Thanks, On Thu, Dec 19, 2013 at 8:48 AM, Eric Wieling ewiel...@nyigc.com wrote: See sip.conf.sample in the Asterisk tarball for documentation of valid settings. -Original Message- From

Re: [asterisk-users] what is actually a trunk in a sip trunk?

2014-03-10 Thread Eric Wieling
Because sometimes marketing overcomes technical correctness. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Thomas Rechberger Sent: Monday, March 10, 2014 7:39 PM To: asterisk-users@lists.digium.com

Re: [asterisk-users] G729 Licensing Revisited - I'm Sorry!

2014-02-28 Thread Eric Wieling
Asterisk transcodes at many other points. Inband ringing, audio mixing for conferences, beep tones. It is naive to think you can passthrough g729 and never transcode without spending significant amounts of time tracking down each instance Asterisk would have to transcode. Over the

Re: [asterisk-users] G729 Licensing Revisited - I'm Sorry!

2014-02-28 Thread Eric Wieling
Why would you use anything other than Digium's fully licensed and fully compatable with Asterisk modules? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jayson Devor Sent: Friday, February 28, 2014 4:04 PM

Re: [asterisk-users] G729 Licensing Revisited - I'm Sorry!

2014-02-28 Thread Eric Wieling
For 23 channels I recommend a hardware transcoding card. We use http://www.sangoma.com/products/d100-30-400-sessions/ I think Digium also has a transcoding card also. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com]

Re: [asterisk-users] G729 - what happens if licences used up?

2014-02-20 Thread Eric Wieling
In my experience when you run out of g729 licenses additional calls will fail. Simple as that. Make sure you run out of licenses. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tony Mountifield Sent:

Re: [asterisk-users] Asterisk as a client: can I get the remote SIP server to ignore rport?

2014-02-20 Thread Eric Wieling
To be fair NAT is rewriting your SIP packet source port. This happens all day, on almost every NAT device out there.Stop thinking it is purely a port rewriting issue, something else is going on. Have you set localnet and externip in sip.conf. Maybe the NAT device has a short UDP

Re: [asterisk-users] PRI Error on span 1: Received MDL/TEI management message, but configured for mode other than PTMP

2014-02-19 Thread Eric Wieling
-Commercial Discussion Subject: Re: [asterisk-users] PRI Error on span 1: Received MDL/TEI management message, but configured for mode other than PTMP Eric! The pcap trace seems to contain only idle data, and there is nothing unusual. As far as I know, PRI always uses the static TEI value of 0

Re: [asterisk-users] Host = Dynamic in a Register Free Setup

2014-02-18 Thread Eric Wieling
I can't imagine it working any other way. Either your phones are on static IP addresses or they must register to inform Asterisk the IP associated with the peer entry in sip.conf.Unless you have chan_psychic.so Asterisk won't know the IP of the phones unless you tell it. -Original

Re: [asterisk-users] SIP OPTIONS storm?

2014-02-18 Thread Eric Wieling
Attach the packet capture to your Jira bug report or post it online somewhere. Hopefully someone will look at it. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tim Nelson Sent: Tuesday, February 18, 2014

Re: [asterisk-users] Host = Dynamic in a Register Free Setup

2014-02-18 Thread Eric Wieling
No. Asterisk will accept calls from unregistered devices, but you have to enable guests I sip.conf and hope your dialplan is secure. No sane person does this. Asterisk cannot send calls to a device unless it knows the address from a register or from a host= entry for the peer. You may

Re: [asterisk-users] Host = Dynamic in a Register Free Setup

2014-02-18 Thread Eric Wieling
PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Host = Dynamic in a Register Free Setup On 2/18/2014 2:09 PM, Eric Wieling wrote: No. Asterisk will accept calls from unregistered devices, but you have to enable guests I sip.conf and hope your

[asterisk-users] PRI Error on span 1: Received MDL/TEI management message, but configured for mode other than PTMP

2014-02-18 Thread Eric Wieling
We are seeing the message PRI Error on span 1: Received MDL/TEI management message, but configured for mode other than PTMP on one of our Asterisk boxes on a PRI. A Google search turns up a number of hits for this error, but they are all for BRI not PRI. I'm reasonably sure there are no

Re: [asterisk-users] PRI Error on span 1: Received MDL/TEI management message, but configured for mode other than PTMP

2014-02-18 Thread Eric Wieling
I was not aware Wireshark worked on PRI spans. What interface should I tell it to watch? 8-| Card is: wanpipe: AFT-A101-SH PCI T1/E1 card found (HDLC (DS) rev.37), cpu(s) 1 chan_dahdi.conf has a timestamp of Jun 25 of last year # cat /etc/asterisk/chan_dahdi.conf ;autogenerated by

<    1   2   3   4   5   6   7   8   9   10   >