[asterisk-users] Weird SIP Issue

2013-03-01 Thread Eric Wieling
We are having a weird problem where calls get cut off in the middle. I'm not a SIP expert but could the INVITE with an empty SDP be the problem? |Time | 209.220.119.18| | | | 208.88.61.150 | |9687.369 | INVITE

Re: [asterisk-users] Asterisk AMI - Create a daemon (background process)

2013-02-26 Thread Eric Wieling
PHP has had memory leak issues in the past, though modern versions are apparently much better. The thing is, when you write a daemon you must EXPECT it to exit at some point, maybe the socket went away or the system restarted or you are out of memory, whatever. You need to make sure you

Re: [asterisk-users] Disable transcoding

2013-02-15 Thread Eric Wieling
In Asterisk 1.8+ you should be able to do something like Set(__SIP_CODEC_OUTBOUND=${ SIP_CODEC_INBOUND}) -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Brian Sent: Friday, February 15, 2013 8:27 PM To:

[asterisk-users] Ringback and Early Audio

2013-02-13 Thread Eric Wieling
I would like to configure Asterisk send back only a Trying or Progress message to the SIP client and not any early audio for ringback. I've confirmed Asterisk is sending RTP when the call is ringing by using rtp debug on Asterisk. Does anyone have any ideas on how to accomplish this? I've

Re: [asterisk-users] Can't detect remote answer

2013-02-11 Thread Eric Wieling
I think the default DTMF tone duration is 100ms, if you are dialing 10 digits, that ends up being 1 second delay just to dial the DTMF, not including inter-digit delays. Try setting toneduration=50 in chan_dahdi.conf and see what happens. If you make it too low your telco will miss some

Re: [asterisk-users] Asterisk calls between 2 private networks

2013-02-07 Thread Eric Wieling
The easiest thing to is renumber one of the networks so they are not using the same address block. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Frank Sent: Thursday, February 07, 2013 12:27 PM To:

Re: [asterisk-users] sip register peer (the quest for near 100% availability)

2013-01-31 Thread Eric Wieling
Another option would be a VPN between the phone and the LAN the Asterisk box is on. VPN software may handle IP address changes better than the Softphone. This way the IP of the softphone doesn't change. -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Quoting error with gotoiftime

2013-01-25 Thread Eric Wieling
Looks to me like ${prefix} contains nothing but two quotes. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Carlos Alvarez Sent: Friday, January 25, 2013 11:09 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] Quoting error with gotoiftime

2013-01-25 Thread Eric Wieling
What version does the error occur on? I suspect more recent versions of Asterisk removes extraneous quotes. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Danny Nicholas Sent: Friday, January 25, 2013 11:20

Re: [asterisk-users] Quoting error with gotoiftime

2013-01-25 Thread Eric Wieling
:25 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Quoting error with gotoiftime On Fri, Jan 25, 2013 at 9:20 AM, Eric Wieling ewiel...@nyigc.com wrote: Looks to me like ${prefix} contains nothing but two quotes. Which is as it should

Re: [asterisk-users] Capture queue agent drop and put caller back in queue

2013-01-22 Thread Eric Wieling
Using qualify=10 ? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Christopher Harrington Sent: Tuesday, January 22, 2013 5:11 PM To: Danny Nicholas Cc: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] Capture queue agent drop and put caller back in queue

2013-01-22 Thread Eric Wieling
I should have actually suggested qualifyfreq=10. Qualify has nothing whatsoever to do with registration. -Original Message- From: Danny Nicholas [mailto:da...@debsinc.com] Sent: Tuesday, January 22, 2013 5:15 PM To: Eric Wieling; ch...@acsdi.com; 'Asterisk Users Mailing List - Non

Re: [asterisk-users] Asterisk voicemail minimum length / silence settings

2013-01-22 Thread Eric Wieling
Yes. That is why we don't use this setting. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Don Kelly Sent: Tuesday, January 22, 2013 6:44 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion'

Re: [asterisk-users] AGI command

2013-01-20 Thread Eric Wieling
Stop Asterisk. Start Asterisk as asterisk -cvvvd then in the CLI issue the command agi set debug on. Starting Asterisk as this command will make it run in the foreground and show you STDERR. You do not normally get to see STDERR when running AGIs in Asterisk.Since Asterisk is running in

Re: [asterisk-users] Issue after upgrade to 1.8.20 - Unable to connect to remote asterisk message on service asterisk start

2013-01-16 Thread Eric Wieling
I am also experiencing this issue. Asterisk is in fact running, you can verify by running asterisk -rvvv (-r connects to an EXISTING asterisk process) or using ps. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com]

[asterisk-users] Asterisk, DNS SRV, 1.8

2013-01-15 Thread Eric Wieling
From voip-info.org: If srvlookup is turned on, Asterisk supports DNS SRV lookups partially. Currently, Asterisk only reads the first SRV entry without bothering with priorities and weights. Is this still the case with Asterisk 1.8? --

Re: [asterisk-users] block one number in incoming calls

2013-01-14 Thread Eric Wieling
No. However you can do this: exten = _520xx/_0666XX,1,hangup -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of isr...@gmail.com Sent: Monday, January 14, 2013 11:57 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] FW: Correct auth, but based on stale nonce received from

2013-01-11 Thread Eric Wieling
I only see that message when I have sip debug enabled. It appears harmless. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Emre Özcan (Alfacom) Sent: Friday, January 11, 2013 10:34 AM To:

Re: [asterisk-users] Single = sign and double == sign.What is the difference and when to use the two properly?

2013-01-11 Thread Eric Wieling
In Asterisk extensions.conf and extensions.ael inside $[] = and == are the same comparison operator. I can't quote where I saw this, but it has been documented somewhere. The == was added to make things more programmer friendly. -Original Message- From:

Re: [asterisk-users] Limit registration concurrency per friend

2013-01-05 Thread Eric Wieling
No. You may only have one registration per peer or friend. It cannot be changed. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of XBrian Sent: Saturday, January 05, 2013 5:17 PM To:

Re: [asterisk-users] Verizon SIP trunking Field Trial

2013-01-04 Thread Eric Wieling
Trust me, Verizon doesn't really provide support.What they will do is tell you something different (often conflicting stuff) when you send in a ticket. One time they tell us the From must be in e.164 format, other times they say it does not.We asked for an updated Interop guide weeks

Re: [asterisk-users] faxdetect on/off on the fly?

2013-01-04 Thread Eric Wieling
I believe Asterisk 11 is the first version which allows you to enable and disable faxdetect on the fly. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Warren Selby Sent: Friday, January 04, 2013 2:42 PM To:

Re: [asterisk-users] Verizon SIP trunking Field Trial

2013-01-03 Thread Eric Wieling
It doesn't matter. They still require IPSEC VPN. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Michael L. Young Sent: Thursday, January 03, 2013 10:32 AM To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] Top Posting

2013-01-02 Thread Eric Wieling
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Christopher Harrington Sent: Wednesday, January 02, 2013 10:50 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Top

Re: [asterisk-users] Asterisk as answering machine

2013-01-02 Thread Eric Wieling
I recommend using WaitForRing instead of Wait. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Danny Nicholas Sent: Wednesday, January 02, 2013 3:33 PM To: rwhee...@artifact-software.com; 'Asterisk Users

Re: [asterisk-users] $100 Bounty: Level 3/Asterisk/Adtran T.38 Pass-Through

2012-12-31 Thread Eric Wieling
...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Wieling Sent: Thursday, December 27, 2012 3:37 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] $100 Bounty: Level 3/Asterisk/Adtran T.38 Pass-Through I was not aware you needed

Re: [asterisk-users] hanguptimeout option in asterisk 1.8

2012-12-30 Thread Eric Wieling
In a condition (i.e. not using Set) when you put quotes on one side of the = sign, then you need to put it on the other side of the = sign as well. ExecIf(${ARG4} != ]? I don't know if this is your specific problem, but if you don't fix it, it will come back and bite you later. I suspect

[asterisk-users] CHANNEL(t38passthrough) is 0

2012-12-27 Thread Eric Wieling
I'm trying to get T.38 passthrough working on Asterisk 1.8.18.1. It isn't working. Calls go through and are answered, but the fax machines are unable to communicate. I checked the value of CHANNEL(t38passthrough) and it seems to always be 0. One side is Level 3 T.38 TN and the other side

Re: [asterisk-users] CHANNEL(t38passthrough) is 0

2012-12-27 Thread Eric Wieling
Setting directmedia=no does not help. The calls still go through and the fax still fails after switching to T.38. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Wieling Sent: Thursday, December 27

[asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through

2012-12-27 Thread Eric Wieling
We are offering $100 (paid via paypal or check) to the first person who assists us in successfully sending and receiving faxes in the setup described below. Offer expires Dec 31. We are a direct customer of Level 3, there is no other carrier involved. What we want to work: Level 3 T.38

Re: [asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through

2012-12-27 Thread Eric Wieling
Eric Wieling ewiel...@nyigc.com We are offering $100 (paid via paypal or check) to the first person who assists us in successfully sending and receiving faxes in the setup described below. Offer expires Dec 31. We are a direct customer of Level 3, there is no other carrier involved

Re: [asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through

2012-12-27 Thread Eric Wieling
, December 27, 2012 1:13 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through directrtpsetup=yes in sip.conf? On Thu, Dec 27, 2012 at 12:09 PM, Eric Wieling ewiel...@nyigc.com wrote: We have set

Re: [asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through

2012-12-27 Thread Eric Wieling
It does not appear to make any difference. Calls are still failing. -Original Message- From: Christopher Harrington [mailto:ch...@acsdi.com] Sent: Thursday, December 27, 2012 1:20 PM To: Eric Wieling Cc: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk

Re: [asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through

2012-12-27 Thread Eric Wieling
PM To: Eric Wieling Cc: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through Last thing to check, just for sanity's sake: t38pt_udptl=yes in sip.conf? It defaults to off. On Thu, Dec 27, 2012 at 12:32 PM

Re: [asterisk-users] $100 Bounty: Level 3/Asterisk/Adtran T.38 Pass-Through

2012-12-27 Thread Eric Wieling
I was not aware you needed SpanDSP for T.38 passthrough.. How will that work with the UDPTL packets not going through Asterisk. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Danny Nicholas Sent: Thursday,

Re: [asterisk-users] $100 Bounty: Level3/Asterisk/Adtran T.38 Pass-through

2012-12-27 Thread Eric Wieling
/Asterisk/Adtran T.38 Pass-through On 28/12/2012 1:55 AM, Eric Wieling wrote: We are offering $100 (paid via paypal or check) to the first person who assists us in successfully sending and receiving faxes in the setup described below. Offer expires Dec 31. We are a direct customer of Level 3

Re: [asterisk-users] sip call failed in openbts with asterisk

2012-12-20 Thread Eric Wieling
Cause 20 means your SIP device is not registered or you do not have an IP specified for it in your peer. sip show peers will show that. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Scott Huang Sent:

Re: [asterisk-users] disconnect supervision

2012-12-11 Thread Eric Wieling
You need to look at the device which the analog lines plug into. There is nothing to change in Asterisk for this issue. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Joseph Sent: Tuesday, December 11, 2012

Re: [asterisk-users] asterisk 1.8.18.1 Now Available

2012-12-06 Thread Eric Germann
When will packages.asterisk.org be updated with the RPM's? Thanks EKG -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Asterisk Development Team Sent: Thursday, December 06, 2012 2:47 PM To: Asterisk Users

Re: [asterisk-users] Questions about extension.conf

2012-11-29 Thread Eric Wieling
The Wiki is (always) out of date. You might consider taking a look at http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html/asterisk-book.html#DialplanBasics_id262049 which is likely less out of data. -Original Message- From: asterisk-users-boun...@lists.digium.com

[asterisk-users] updates to packages.asterisk.org?

2012-11-23 Thread Eric Germann
Will there be an update to the RPM repo on packages.asterisk.org? For example http://packages.asterisk.org/centos/5/asterisk-1.8/x86_64/RPMS/ Latest is showing 1.8.15.1. Thanks EKG -- _ -- Bandwidth and Colocation Provided

Re: [asterisk-users] No more connections allowed.

2012-11-20 Thread Eric Wieling
No, you don't need your script for this. Prevent attacks by using fail2ban to block brute force attacks using iptables, securing your server at the OS level, and NEVER EVER EVER let leave the web GUI for FreePBX open to the internet. I'm sure others have more suggestions. Over the years 100%

[asterisk-users] Max app_voicemail line length

2012-11-19 Thread Eric Wieling
We are getting this message on an Asterisk 1.4.44 box. [2012-11-19 08:49:27] WARNING[11785] app_voicemail.c: List of extensions is too long (1323). Truncating. I know Asterisk removed many of limitations in string lengths in in 1.6+. Does anyone know if this also applies to app_voicemail?

Re: [asterisk-users] Max app_voicemail line length

2012-11-19 Thread Eric Wieling
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Wieling Sent: Monday, November 19, 2012 12:01 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Max app_voicemail line length We are getting this message on an Asterisk 1.4.44 box. [2012-11-19 08:49:27] WARNING[11785

Re: [asterisk-users] Simple failover configuration

2012-11-15 Thread Eric Wieling
Polycom phones after firmware 2.x register to BOTH the primary and backup servers. On Thu, Nov 15, 2012 at 8:59 AM, Chris Nighswonger cnighswon...@foundations.edu wrote: Would the simplest approach to failover be to just configure my primary asterisk server as the

Re: [asterisk-users] Restarting MOH

2012-11-13 Thread Eric Wieling
module unload res_musiconhold.so and module load res_musiconhold.so -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Markus Sent: Tuesday, November 13, 2012 1:00 PM To: Asterisk Users Mailing List -

[asterisk-users] Asterisk 11 / FreePBX: Incoming calls timeout after 13 seconds, outgoing works perfectly

2012-11-11 Thread Eric Kuhnke
Hi all, I'm trying to troubleshoot an issue with my SIP service. All outgoing calls work normally. The following is a SIP debug log from Asterisk. The test setup is as follows: One Yealink SIP-T22P phone (10.0.0.107), extension 10, configured to talk to my local FreePBX/Asterisk 11.0 server

[asterisk-users] dahdi 2.6.1+2.6.1 compile fails

2012-11-03 Thread Eric Smith
(first use in this function) This is identical to the error reported in this patch fix: https://issues.asterisk.org/jira/browse/DAHTOOL-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel How would I apply the patch included in the above url? [eric@pepper ~/src/asterisk-complete

Re: [asterisk-users] dahdi 2.6.1+2.6.1 compile fails

2012-11-03 Thread Eric Smith
Thanks Adolphe Seems I have that already: [eric@pepper ~] $ dpkg -l linux-headers-`uname -r` ||/ NameVersionArchitecture Description

Re: [asterisk-users] i extension not triggering

2012-10-25 Thread Eric Wieling
No, it isn't. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Christopher Harrington Sent: Thursday, October 25, 2012 12:29 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re:

[asterisk-users] Asterisk error message so uncommon, not even Google knows abuot it

2012-10-19 Thread Eric Wieling
I'm setting up a test server with a Digium TE122 and am getting the following error on the console, spewing as fast as it can. Does anyone have any idea what this error might be? [Oct 19 11:24:53] NOTICE[2076]: chan_dahdi.c:3108 my_handle_dchan_exception: PRI got event: Event 59 (59) on

Re: [asterisk-users] Odd cracking with SIP-DAHDI

2012-10-16 Thread Eric Wieling
I seem to recall seeing somewhere recently where there was a bugfix for ulaw/alaw conversion which would cause poor audio. Have you tried updating your Asterisk to the latest of whatever major version you are running? -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] How to use 'Transfer' to send calls to another asterisk?

2012-10-11 Thread Eric Wieling
Have you tried Dial instead of Transfer? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Deepesh D Sent: Thursday, October 11, 2012 2:41 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:

Re: [asterisk-users] Call routing based on CID

2012-10-11 Thread Eric Wieling
Try: exten = _00336123412xx/_44XX.,1,Set(RINGTIME=90,g) Notice the _ on your callerid pattern -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Geoffrey Yeoh Sent: Thursday, October 11, 2012 1:15 PM To:

[asterisk-users] Odd Sangoma Card Issues

2012-10-11 Thread Eric Wieling
Has anyone seen issues with recent Sangoma T-1 cards and Sangoma Analog cards on multiple different servers? On T-1: we get NO traffic, no interrupts, and no increase in number of packets and the PRI does not come up. On Analog: The ports do NOT go red when you unplug the phone line from FXO

Re: [asterisk-users] Tips for installing and configuring Digum cards

2012-10-10 Thread Eric Wieling
Once an option is set in the chan_dahdi.conf file it applies to every channel = line listed after the setting, until the option is changed. This is all you really know. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On

Re: [asterisk-users] Call Termination Provider Madness

2012-10-03 Thread Eric Wieling
A port is not a door if there is nothing listening on the port. Open ports are not a security issue. Stuff running on open ports are. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Carlos Alvarez Sent:

[asterisk-users] deny=0.0.0.0.0/0.0.0.0.0 does not seem to block external access

2012-10-01 Thread Eric Smith
' rejected because extension not found. I am running an ancient Asterisk 1.4.26.2 (yes I know what I should be doing). Why might the deny not be working? -- Eric Smith -- _ -- Bandwidth and Colocation Provided by http://www.api

Re: [asterisk-users] deny=0.0.0.0.0/0.0.0.0.0 does not seem to block external access

2012-10-01 Thread Eric Wieling
You do not have an exten = 700972595637212 in the context in extensions.conf that SIP device is set to in sip.conf -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Smith Sent: Monday, October 01, 2012 4

Re: [asterisk-users] Asterisk 1.8.15.0, Requested transfer capability: 0x00 - SPEECH

2012-09-26 Thread Eric Wieling
You are set up as a USA PRI, but not dialing a USA TN. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of motty.cruz Sent: Wednesday, September 26, 2012 11:13 AM To: 'Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] Peculiar problem with failover provision.

2012-09-24 Thread Eric Wieling
You are doing it wrong. I know 50 bazillion Asterisk dialplan examples on the internet do it the same way. It is still wrong. When you do a Dial on the dialplan you need check the value of DIALSTATUS or HANGUPCAUSE before dialing again. Both variables will give you some indication of why

Re: [asterisk-users] Dial plan order of operations

2012-09-24 Thread Eric Wieling
Going to n+101 was deprecated in Asterisk 1.2 or 1.4. Don't use it.. Read the docs for Authenticate and see what diaplan variables you can check. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Asterisk

Re: [asterisk-users] Fax Detect on Demand

2012-09-14 Thread Eric Wieling
: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Olivier Sent: Friday, September 14, 2012 10:19 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Fax Detect on Demand 2012/9/13 Eric Wieling ewiel

Re: [asterisk-users] Fax Detect on Demand

2012-09-13 Thread Eric Wieling
Discussion Subject: Re: [asterisk-users] Fax Detect on Demand 2012/8/16 Eric Wieling ewiel...@nyigc.com Using Asterisk 1.8.mumble. We would like to use fax detect on demand. Both chan_dahdi and chan_sip support setting fax detetect on a static basis, For curiosity's sake

Re: [asterisk-users] asterisk boxes looses registration

2012-09-11 Thread Eric Wieling
Try adding qualify=yes -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jerry Geis Sent: Tuesday, September 11, 2012 3:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:

Re: [asterisk-users] can we install 10 PCI card on asterisk

2012-08-27 Thread Eric Wieling
Your best bet is a carrier class device from someone like Adtran and convert the PRIs to SIP before passing the calls to Asterisk. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of DHAVAL INDRODIYA Sent:

Re: [asterisk-users] CHANNEL arguments documentation?

2012-08-24 Thread Eric Wieling
pbx*CLI core show function CHANNEL -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Stefan at WPF Sent: Friday, August 24, 2012 6:37 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:

Re: [asterisk-users] sip trunk failing to register causes sip phones to become unreachable

2012-08-23 Thread Eric Wieling
Adding the IPs of ALL local interfaces to /etc/hosts has helped solve this issue for me in the past. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Warren Selby Sent: Thursday, August 23, 2012 4:25 PM To:

[asterisk-users] Fax Detect on Demand

2012-08-16 Thread Eric Wieling
Using Asterisk 1.8.mumble. We would like to use fax detect on demand. Both chan_dahdi and chan_sip support setting fax detetect on a static basis, but no way I've been able to find to enable/disable it on demand in the dialplan. In 1.4 we used the NVFaxDetect 3rd party app, but that no longer

[asterisk-users] TDM Fax

2012-08-16 Thread Eric Wieling
Has anyone experimented with increasing the DAHDI chunk size in improve fax reliability? If so, did it help, hurt, or not make any difference? -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to

Re: [asterisk-users] Asterisk realtime don't support 'n' as extension's next priority

2012-08-03 Thread Eric Wieling
Using n with labels is what most people do. A dialplan isn't javascript, you don't need two hundred 3 line functions. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Leandro Dardini Sent: Friday, August 03,

Re: [asterisk-users] Asterisk Dahdi 1.6.2.23 Iaxmodem

2012-08-01 Thread Eric Wieling
...@lists.digium.com] On Behalf Of Eric Wieling Sent: Wednesday, August 01, 2012 10:15 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk Dahdi 1.6.2.23 Iaxmodem Sounds like DAHDI/4 is a FXO port. FXO ports are considered answered when dialing is completed

Re: [asterisk-users] Asterisk 1.8.15.0 Now Available

2012-07-31 Thread Eric Germann
Is there an ETA on when this will show up on packages? Thanks for the work! EKG -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

[asterisk-users] just did sched_add waitid Warnings 1.8.14.1

2012-07-29 Thread Eric Wieling
I'm getting the following warning with SOME calls on 1.8.14.1 Is it a cause for concern? Is there a way to fix it? I can't tell for sure if it is impacting calls or not. WARNING[27796]: chan_sip.c:20497 handle_response_invite: just did sched_add waitid(4077) for sip_reinvite_retry for

Re: [asterisk-users] best PRI gateway?

2012-07-28 Thread Eric Wieling
The Adtran NetVanta series has a number of good devices which support PRI/SIP -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mike Sent: Saturday, July 28, 2012 6:43 PM To: Asterisk Users Mailing List -

Re: [asterisk-users] still got ReceiveFax() problem, how to properly setup asterisk fax?

2012-07-27 Thread Eric Wieling
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kevin P. Fleming Sent: Friday, July 27, 2012 10:45 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] still got ReceiveFax() problem, how to

[asterisk-users] T.38 (PRI) Fax Debugging

2012-07-20 Thread Eric Wieling
1) Does anyone know of any software to debug the g711cap audio files Asterisk's res_fax generates? Google has not been very helpful. 2) These files are in WAV format, but my Windows Media Player cannot play them. The Linux file command reports RIFF (little-endian) data, WAVE audio, Microsoft

Re: [asterisk-users] T.38 (PRI) Fax Debugging

2012-07-20 Thread Eric Wieling
@lists.digium.com Subject: Re: [asterisk-users] T.38 (PRI) Fax Debugging On 07/20/2012 09:48 AM, Eric Wieling wrote: Neither of your questions relate to T.38 :-) Maybe you meant T.30 instead. 1) Does anyone know of any software to debug the g711cap audio files Asterisk's res_fax generates

[asterisk-users] Asterisk 1.8.13 / res_fax / res_fax_digium

2012-07-18 Thread Eric Wieling
We are using res_fax_digium with a Sangoma PRI card on asterisk 1.8.13 The docs at http://docs.digium.com/FAX/fax_for_asterisk_admin_manual.pdf indicate v34 is supported, but when I enable it I get the message res_fax_digium.c:1624 dgm_fax_new: V.34 not supported, will be ignored. Is v34

Re: [asterisk-users] Asterisk 1.8.13 / res_fax / res_fax_digium

2012-07-18 Thread Eric Wieling
, July 18, 2012 11:28 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Asterisk 1.8.13 / res_fax / res_fax_digium On 07/18/2012 10:06 AM, Eric Wieling wrote: We are using res_fax_digium with a Sangoma PRI card on asterisk 1.8.13 The docs at http://docs.digium.com/FAX

Re: [asterisk-users] Remote party ID - sort of working...

2012-07-18 Thread Eric Wieling
Remove the ,i to start with. Do you have the various rpid related options in sip.conf set? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mike Sent: Wednesday, July 18, 2012 12:08 PM To: 'Asterisk Users

Re: [asterisk-users] Remote party ID - sort of working...

2012-07-18 Thread Eric Wieling
Why would you NOT want the connectedline info sent immediately? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Richard Mudgett Sent: Wednesday, July 18, 2012 12:24 PM To: Asterisk Users Mailing List -

Re: [asterisk-users] channel not available and jump to next group channels

2012-07-10 Thread Eric Wieling
Channels can be in more than one group. Make g0=1-15,17-31,32-46,48-62 and -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of mahesh katta Sent: Tuesday, July 10, 2012 10:04 AM To: Asterisk Users Mailing List -

Re: [asterisk-users] Trixbox or FreePBX or Elastix or PBX In a Flash

2012-07-10 Thread Eric Wieling
Recent Polycom firmware versions (4.x, I think) also have support for user sort of stuff. See the 4.x Admin Guide. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Kevin P. Fleming Sent: Tuesday, July 10,

Re: [asterisk-users] FreePBX: using context other than the default context and the generation for the configuration

2012-07-10 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: Tuesday, July 10, 2012 5:22 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] FreePBX: using

Re: [asterisk-users] FreePBX: How to hangup if the caller did not press # after the voicemail message

2012-07-05 Thread Eric Wieling
Asterisk, and by extension FreePBX, automatically end the voicemail recording when the caller hangs up. You have some OTHER issue. Perhaps Asterisk is not detecting the hangup? -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Dahdi Dropping Calls

2012-06-29 Thread Eric Wieling
I've never seen this on incoming calls, only outgoing calls. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Andrew Colin Sent: Friday, June 29, 2012 8:11 AM To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] SIP over SSL TCP or SRTP?

2012-06-22 Thread Eric Wieling
Is there anything specific in the plaintext SIP packets you want to secure? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bruce B Sent: Friday, June 22, 2012 1:57 PM To: Asterisk Users Mailing List -

Re: [asterisk-users] Proactive problem monitoring on SIP on Asterisk

2012-06-22 Thread Eric Wieling
We have been quite disappointed by the Adtran VQM. It often shows calls which had audio issues as being close to perfect. It also often shows calls which sound perfect as having significant quality issues. We don't allow reinvites so this might be part of the issue. I don't have a lot more

Re: [asterisk-users] Asterisk 1.8 redial polycom ip600

2012-06-19 Thread Eric Wieling
This is a Polycom question, not an Asterisk question. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of motty.cruz Sent: Tuesday, June 19, 2012 1:38 PM To: 'Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] Help choosing the right card

2012-06-16 Thread Eric Wieling
In my experience when you have intermittent problems with incoming caller ID, FXS -- with DTMF detection you have to adjust your rxgain and/or txgain. I am NOT a fan of Digium cards, but these CallerID and DTMF issues are simple and solvable and not related to the card itself. -Original

Re: [asterisk-users] Help choosing the right card

2012-06-16 Thread Eric Wieling
I was assuming incoming DTMF detection. Try toneduration=250 in chan_dahdi to increase the duration of transmitted DTMF on your DAHDI channels. If that fixes it, try lowering it. I find 80 usually works with even the worst IVRs. -Original Message- From:

Re: [asterisk-users] Help choosing the right card

2012-06-16 Thread Eric Wieling
-Commercial Discussion Subject: Re: [asterisk-users] Help choosing the right card Eric, Thank you for the suggestion. In fact the problem is with FSX channel which fails to catch some DTMF tones from a phone which places an outgoing call. Shaun's theory was a delay related to swapping

Re: [asterisk-users] Sangoma Card Issue SOLVED

2012-06-06 Thread Eric Wieling
For some reason 1.4.4.x was not reading chan_dahdi.conf. When I symlinked it to zapata.conf it worked. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric Wieling Sent: Wednesday, May 30, 2012 2:35 PM

Re: [asterisk-users] Asterisk 1.8.13.0 Now Available

2012-06-05 Thread Eric Germann
When will this be available at packages.asterisk.org? Thanks! EKG -- _ -- 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] G729 and voice mail

2012-06-05 Thread Eric Wieling
What does the output of g729 show licenses show? If it doesn't show licenses then Asterisk is not licensed for G729 codec. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tim King Sent: Tuesday, June 05,

Re: [asterisk-users] Half-height PCIe analog FXO card

2012-06-01 Thread Eric Wieling
Last time I checked (a few years ago) Sangoma has half height brackets available. Contact their support or sales. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ade Vickers Sent: Friday, June 01, 2012 10:41

Re: [asterisk-users] Asterisk pickup call on first ring

2012-06-01 Thread Eric Wieling
-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Satria Anamarta Sent: Saturday, June 02, 2012 12:23 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Asterisk pickup call on first ring Thanks Eric for the prompt reply

Re: [asterisk-users] Asterisk pickup call on first ring

2012-06-01 Thread Eric Wieling
This is incorrect. The vast majority of settings in chan_dahdi.conf are applied when you do a module reload chan_dahdi.so You cannot change signaling, switchtype, or add or remove channels (I'm sure there are a few others) on a module reload, but most settings will be applied on a reload. If

[asterisk-users] Sangoma Card Issue

2012-05-30 Thread Eric Wieling
Has anyone experienced an issue with Sangoma analog cards where the card suddenly stops working? Trying to dial out shows the channel as busy, even though there is no active call on that port? This happened to us often when we used Digium cards (in fact this issue is why we stopped using

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